Searched refs:REVERTABLE_TYPE_TRAIT (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseExpr.cpp722 #define REVERTABLE_TYPE_TRAIT(Name) \ macro
726 REVERTABLE_TYPE_TRAIT(__is_arithmetic);
727 REVERTABLE_TYPE_TRAIT(__is_convertible);
728 REVERTABLE_TYPE_TRAIT(__is_empty);
729 REVERTABLE_TYPE_TRAIT(__is_floating_point);
730 REVERTABLE_TYPE_TRAIT(__is_function);
731 REVERTABLE_TYPE_TRAIT(__is_fundamental);
732 REVERTABLE_TYPE_TRAIT(__is_integral);
733 REVERTABLE_TYPE_TRAIT(__is_member_function_pointer);
734 REVERTABLE_TYPE_TRAIT(__is_member_pointe
742 #undef REVERTABLE_TYPE_TRAIT macro
[all...]

Completed in 105 milliseconds