Searched defs:__if_not_exists (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/Index/
H A Dms-if-exists.cpp8 __if_not_exists(T::bar) { function
/external/clang/test/PCH/
H A Dms-if-exists.cpp13 __if_not_exists(T::bar) { function
/external/clang/test/Parser/
H A Dms-if-exists.cpp17 __if_not_exists(MayExist::Type) { function
20 __if_not_exists(MayExist::Type_not) { function
30 __if_not_exists(MayExist::Type_not) { function
44 __if_not_exists(MayExist::Type) { function
48 __if_not_exists(MayExist::Type_not) { function
68 __if_not_exists(MayExist::Type_not) {2, }
74 __if_not_exists(MayExist::Type) { this will not compile }
83 // __if_exists, __if_not_exists can nest
84 __if_not_exists(MayExist::Type_not) { function
94 __if_not_exists(MayExis function in class:IfExistsClassScope
98 __if_not_exists(MayExist::Type_not) { function in class:IfExistsClassScope
106 __if_not_exists(MayExist::Type_not) { function
[all...]
/external/clang/test/SemaTemplate/
H A Dms-if-exists.cpp17 __if_not_exists(Nontemplate::value) { function in struct:X
46 __if_not_exists(T::bar) { function
66 __if_not_exists(Ts::operator T) { // expected-error{{__if_not_exists name contains unexpanded parameter pack 'Ts'}} function

Completed in 285 milliseconds