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

  /src/external/gpl3/gcc/dist/gcc/
tree.h 334 #define TREE_NOT_CHECK(T, CODE) \
335 (tree_not_check ((T), __FILE__, __LINE__, __FUNCTION__, (CODE)))
487 #define TREE_NOT_CHECK(T, CODE) (T)
2246 (TREE_NOT_CHECK (TYPE_CHECK (NODE), VECTOR_TYPE)->type_common.precision)
3629 tree_not_check (tree __t, const char *__f, int __l, const char *__g, function
3917 tree_not_check (const_tree __t, const char *__f, int __l, const char *__g, function
  /src/external/gpl3/gcc.old/dist/gcc/
tree.h 254 #define TREE_NOT_CHECK(T, CODE) \
255 (tree_not_check ((T), __FILE__, __LINE__, __FUNCTION__, (CODE)))
399 #define TREE_NOT_CHECK(T, CODE) (T)
3462 tree_not_check (tree __t, const char *__f, int __l, const char *__g, function
3718 tree_not_check (const_tree __t, const char *__f, int __l, const char *__g, function

Completed in 44 milliseconds