HomeSort by relevance Sort by last modified time
    Searched full:non_type_check (Results 1 - 1 of 1) 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 805 #define NON_TYPE_CHECK(T) \
806 (non_type_check ((T), __FILE__, __LINE__, __FUNCTION__))
899 #define NON_TYPE_CHECK(T) (T)
3860 non_type_check (tree __t, const char *__f, int __l, const char *__g) function
4066 non_type_check (const_tree __t, const char *__f, int __l, const char *__g) function
    [all...]

Completed in 244 milliseconds