HomeSort by: relevance | last modified time | path
    Searched refs:BUILT_IN_LAST (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
tree-core.h 172 #define BUILT_IN_LAST (BUILT_IN_NORMAL + 1)
2278 extern const char *const built_in_class_names[BUILT_IN_LAST];
tree-ssa-uninit.cc 774 ? DECL_FUNCTION_CODE (fndecl) : (built_in_function)BUILT_IN_LAST);
833 else if (save_always_executed && fncode != BUILT_IN_LAST)
tree-streamer-in.cc 334 built_in_class cl = bp_unpack_enum (bp, built_in_class, BUILT_IN_LAST);
tree-streamer-out.cc 300 bp_pack_enum (bp, built_in_class, BUILT_IN_LAST,
builtins.cc 91 const char *const built_in_class_names[BUILT_IN_LAST]
  /src/external/gpl3/gcc/dist/gcc/
tree-core.h 174 #define BUILT_IN_LAST (BUILT_IN_NORMAL + 1)
2368 extern const char *const built_in_class_names[BUILT_IN_LAST];
tree-ssa-uninit.cc 791 ? DECL_FUNCTION_CODE (fndecl) : (built_in_function)BUILT_IN_LAST);
850 else if (save_always_executed && fncode != BUILT_IN_LAST)
tree-streamer-in.cc 320 built_in_class cl = bp_unpack_enum (bp, built_in_class, BUILT_IN_LAST);
tree-streamer-out.cc 291 bp_pack_enum (bp, built_in_class, BUILT_IN_LAST,
builtins.cc 92 const char *const built_in_class_names[BUILT_IN_LAST]

Completed in 64 milliseconds