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

  /src/external/gpl3/gcc/dist/gcc/
calls.cc 162 static int special_function_p (const_tree, int);
591 special_function_p (const_tree fndecl, int flags)
654 /* Similar to special_function_p; return a set of ERF_ flags for the
677 if (special_function_p (fndecl, 0) & ECF_RETURNS_TWICE)
695 if (fndecl && (special_function_p (fndecl, 0) & ECF_MAY_BE_ALLOCA))
855 flags = special_function_p (exp, flags);
590 special_function_p (const_tree fndecl, int flags) function
  /src/external/gpl3/gcc.old/dist/gcc/
calls.cc 160 static int special_function_p (const_tree, int);
589 special_function_p (const_tree fndecl, int flags)
652 /* Similar to special_function_p; return a set of ERF_ flags for the
675 return special_function_p (fndecl, 0) & ECF_RETURNS_TWICE;
690 if (fndecl && (special_function_p (fndecl, 0) & ECF_MAY_BE_ALLOCA))
847 flags = special_function_p (exp, flags);
588 special_function_p (const_tree fndecl, int flags) function
  /src/external/gpl3/gcc/dist/gcc/cp/
tree.cc 5813 special_function_p (const_tree decl)
5859 switch (special_function_kind sfk = special_function_p (decl))
5807 special_function_p (const_tree decl) function
  /src/external/gpl3/gcc.old/dist/gcc/cp/
tree.cc 5632 special_function_p (const_tree decl)
5678 switch (special_function_kind sfk = special_function_p (decl))
5626 special_function_p (const_tree decl) function

Completed in 27 milliseconds