HomeSort by: relevance | last modified time | path
    Searched defs:fun_like (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libcpp/
traditional.cc 327 /* Return true if NODE is a fun_like macro. */
337 return node->value.macro->fun_like;
904 if (macro->fun_like && (macro->paramc != 0))
932 if (macro->fun_like && (macro->paramc != 0))
1181 int fun_like = 0; local
1194 fun_like = +1;
1199 fun_like = -1;
1204 if (fun_like >= 0)
1210 macro->fun_like = fun_like != 0
    [all...]
  /src/external/gpl3/gcc.old/dist/libcpp/
traditional.cc 327 /* Return true if NODE is a fun_like macro. */
337 return node->value.macro->fun_like;
904 if (macro->fun_like && (macro->paramc != 0))
932 if (macro->fun_like && (macro->paramc != 0))
1181 int fun_like = 0; local
1194 fun_like = +1;
1199 fun_like = -1;
1204 if (fun_like >= 0)
1210 macro->fun_like = fun_like != 0
    [all...]

Completed in 25 milliseconds