Home
last modified time | relevance | path

Searched refs:__if_exists (Results 1 – 8 of 8) sorted by relevance

/external/clang/test/Parser/
Dms-if-exists.cpp10 __if_exists(MayExist::Type) { in test_if_exists_stmts()
14 __if_exists(MayExist::Type_not) { in test_if_exists_stmts()
27 __if_exists(MayExist::Type) { in if_exists_creates_no_scope()
36 __if_exists(MayExist::Type) { in __if_exists() function
40 __if_exists(MayExist::Type_not) { in __if_exists() function
56 __if_exists(MayExist::Type) {2, } in test_if_exists_init_list()
62 __if_exists(MayExist::Type_not) { this will not compile } in test_if_exists_init_list()
82 __if_exists(MayExist::Type) { in __if_exists() function in IfExistsClassScope
90 __if_exists(MayExist::Type_not) { in __if_exists() function in IfExistsClassScope
104 __if_exists(MayExist::Type) { in test_nested_if_exists()
[all …]
Dms-if-exists.c9 __if_exists(Type) { in test_if_exists_stmts()
13 __if_exists(Type_not) { in test_if_exists_stmts()
26 __if_exists(Type) { in if_exists_creates_no_scope()
35 __if_exists(Type) { in __if_exists() function
39 __if_exists(Type_not) { in __if_exists() function
55 __if_exists(Type) {2, } in test_if_exists_init_list()
61 __if_exists(Type_not) { this will not compile } in test_if_exists_init_list()
81 __if_exists(Type) { in test_nested_if_exists()
/external/clang/test/SemaTemplate/
Dms-if-exists.cpp9 __if_exists(Nontemplate::type) { in __if_exists() function
13 __if_exists(Nontemplate::value) { in __if_exists() function
21 __if_exists(T::X) { // expected-warning{{dependent __if_exists declarations are ignored}} in __if_exists() function
41 __if_exists(T::foo) { in f()
53 __if_exists(T::bar) {2, }// expected-warning{{dependent __if_exists declarations are ignored}} in f()
63__if_exists(T::operator Ts) { // expected-error{{__if_exists name contains unexpanded parameter pa… in g()
/external/clang/test/Index/
Dms-if-exists.cpp3 __if_exists(T::foo) { in f()
/external/clang/test/PCH/
Dms-if-exists.cpp8 __if_exists(T::foo) { in f()
/external/clang/include/clang/Basic/
DTokenKinds.def588 KEYWORD(__if_exists , KEYMS)
DDiagnosticParseKinds.td101 "dependent %select{__if_not_exists|__if_exists}0 declarations are ignored">,
DDiagnosticSemaKinds.td4016 "__if_exists name|__if_not_exists name|lambda|block}0 contains"