macroexp--funcall-if-compiled
macroexp--funcall-if-compiled is a compiled Lisp function in `macroexp.el
'.
(macroexp--funcall-if-compiled FORM)
Pseudo function used internally by macroexp to delay warnings.
The purpose is to delay warnings to bytecomp.el, so they can use things
like `byte-compile-log-warning' to get better file-and-line-number data
and also to avoid outputting the warning during normal execution.