HomeSort by relevance Sort by last modified time
    Searched refs:OVERLOAD_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-check.h 244 #define OVERLOAD_CHECK(t) TREE_CHECK (t, OVERLOAD)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/
cp-tree.h 325 (((struct tree_overload*)OVERLOAD_CHECK (NODE))->function)
338 #define OVL_ARG_DEPENDENT(NODE) TREE_LANG_FLAG_0 (OVERLOAD_CHECK (NODE))
    [all...]

Completed in 64 milliseconds