HomeSort by relevance Sort by last modified time
    Searched full:tree_range_check (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree.h 790 #define TREE_RANGE_CHECK(T, CODE1, CODE2) \
791 (tree_range_check ((T), (CODE1), (CODE2), __FILE__, __LINE__, __FUNCTION__))
897 #define TREE_RANGE_CHECK(T, CODE1, CODE2) (T)
3812 tree_range_check (tree __t, function
4022 tree_range_check (const_tree __t, function
    [all...]
tree.def     [all...]

Completed in 1973 milliseconds