Home
last modified time | relevance | path

Searched refs:Invalid3 (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang/test/Modules/
Dodr_hash-gnu.cpp83 struct Invalid3 { struct
100 struct Invalid3 {
115 Invalid3 i3;
Dodr_hash-vector.cpp44 struct Invalid3 { struct
62 struct Invalid3 {
80 Invalid3 i3;
Dodr_hash.mm185 struct Invalid3 {
205 struct Invalid3 {
225 Invalid3 i3;
226 // expected-error@second.h:* {{'Types::ObjCObject::Invalid3' has different definitions in different…
281 struct Invalid3 {
292 Invalid3 i3;
293 …{{'Types::ObjCTypeParam::Invalid3::x' from module 'FirstModule' is not present in definition of 'T…
Dodr_hash.cpp3613 void Invalid3() { in Invalid3() function
3635 void Invalid3() {
3654 auto function3 = Invalid3;
3779 struct Invalid3 { struct
3808 struct Invalid3 {
3822 Invalid3 i3;
/external/llvm-project/clang/test/Sema/
Dinline-asm-validate-x86.c49 static const int Invalid3 = 0; in L() local
62 : "0"(i), "L"(Invalid3)); // expected-error{{value '0' out of range for constraint 'L'}} in L()