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

  /src/external/gpl3/gcc/dist/gcc/
input.h 66 extern bool is_location_from_builtin_token (location_t);
input.cc 1064 is_location_from_builtin_token (location_t loc) function
2169 ASSERT_FALSE (is_location_from_builtin_token (loc_a));
2198 ASSERT_PRED1 (is_location_from_builtin_token, BUILTINS_LOCATION);
  /src/external/gpl3/gcc.old/dist/gcc/
input.h 61 extern bool is_location_from_builtin_token (location_t);
input.cc 939 is_location_from_builtin_token (location_t loc) function
2008 ASSERT_FALSE (is_location_from_builtin_token (loc_a));
2037 ASSERT_PRED1 (is_location_from_builtin_token, BUILTINS_LOCATION);
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-ppoutput.cc 311 && !is_location_from_builtin_token (loc))
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-ppoutput.cc 282 && !is_location_from_builtin_token (loc))

Completed in 31 milliseconds