| /llvm-project-15.0.7/clang/test/Parser/ |
| H A D | objc-messaging-1.m | 9 [a inout: 1 :2 another:(2,3,4)]; // expected-warning{{not found}} \ 11 [a inout: 1 :2 another:(2,3,4), 6,6,8]; // expected-warning{{not found}} \ 13 [a inout: 1 :2 another:(2,3,4), (6,4,5),6,8]; // expected-warning{{not found}} \ 15 [a inout: 1 :2 another:(i+10), (i,j-1,5),6,8]; // expected-warning{{not found}} \ 17 [a long: 1 :2 another:(i+10), (i,j-1,5),6,8]; // expected-warning{{not found}} \ 19 [a : "Hello\n" :2 another:(i+10), (i,j-1,5),6,8]; // expected-warning{{not found}} \
|
| /llvm-project-15.0.7/clang/test/Rewriter/ |
| H A D | undecl-objc-h.m | 17 - (int) another : (int) arg; 23 return [self another : [self MainMethod : d : d].size]; 26 - (int) another : (int) arg { return arg; }
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | warn-static-function-inheader.cpp | 5 static void another(void) { // expected-warning {{function 'another' is not needed and will not be … in another() function 11 another(); in foo()
|
| H A D | constexpr-printing.cpp | 26 constexpr U(const int *p) : T(), another(), p(p) {} in U() 27 constexpr U(const U &u) : T(), another(), p(u.p) {} in U() 28 T another; member 38 static_assert(test_printing(12, 39.762, 3 + 4i, 12.9 + 3.6i, &u2.arr[4], u2.another.arr[2], (vector…
|
| H A D | member-init.cpp | 88 struct another { struct 89 another() : r(thing()) {} // expected-error {{binds to a temporary object}} in another() function
|
| /llvm-project-15.0.7/mlir/test/mlir-tblgen/ |
| H A D | constraint-unique.td | 16 def OtherType : Type<ATypePred, "another type">; 20 def OtherAttr : Attr<AnAttrPred, "another attribute">; 24 def OtherSuccessor : Successor<ASuccessorPred, "another successor">; 28 def OtherRegion : Region<ARegionPred, "another region">; 68 // CHECK-NEXT: << " must be another type, but got " << type; 83 // CHECK-NEXT: << "' failed to satisfy constraint: another attribute"; 98 // CHECK-NEXT: << successorName << ")' failed to verify constraint: another successor"; 115 // CHECK-NEXT: << "failed to verify constraint: another region";
|
| /llvm-project-15.0.7/llvm/test/TableGen/ |
| H A D | getsetop.td | 18 dag another = (qux "hello", $world); 30 dag getopToSetop = !setdagop(another, !getdagop(orig)); 50 // evaluation time that the operator of 'another' is a record that 54 Base badCast = !getdagop<Base>(another);
|
| /llvm-project-15.0.7/llvm/test/Analysis/Lint/ |
| H A D | noalias-readonly.ll | 13 ; CHECK: Unusual: noalias argument aliases another argument 26 ; CHECK: Unusual: noalias argument aliases another argument 39 ; CHECK-NOT: Unusual: noalias argument aliases another argument
|
| H A D | noalias-byval.ll | 26 ; CHECK: Unusual: noalias argument aliases another argument 45 ; CHECK-NOT: Unusual: noalias argument aliases another argument
|
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | protocol-property-synth.m | 19 @property(assign) id another; property 31 @synthesize another;
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | method-encoding-2.m | 6 - (id) another:(void *)location with:(unsigned **)arg2; 11 - (id) another:(void *)location with:(unsigned **)arg2 { return 0; }
|
| /llvm-project-15.0.7/llvm/test/Linker/ |
| H A D | appending-global-err1.ll | 5 ; linked with another global variable with appending linkage. 7 ; CHECK: can only link appending global with another appending global
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | early-ifcvt-remarks.ll | 6 ; CHECK-SAME: and the short leg adds another {{[0-9]+}} cycles{{s?}}, 7 ; CHECK-SAME: and the long leg adds another {{[0-9]+}} cycles{{s?}}, 24 ; CHECK-SAME: and the short leg would add another {{[0-9]+}} cycles{{s?}}, 25 ; CHECK-SAME: and the long leg would add another {{[0-9]+}} cycles{{s?}} exceeding the limit of {{[…
|
| /llvm-project-15.0.7/lld/test/MachO/ |
| H A D | rpath.s | 6 # RUN: %lld -o %t %t.o -rpath /some/rpath -rpath /another/rpath 13 # CHECK-NEXT: path /another/rpath
|
| /llvm-project-15.0.7/llvm/test/FileCheck/ |
| H A D | check-substring-multi-prefix-2.txt | 6 this is another 11 BARFOO: this is {{another}}
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | objc-properties.m | 43 TestProperty *another = [[TestProperty alloc] init]; 44 another->_Y = value->_Y; // no-warning 45 return another;
|
| /llvm-project-15.0.7/llvm/test/Transforms/AggressiveInstCombine/ |
| H A D | trunc_multi_uses.ll | 31 ; make sure zext have another use that is not post-dominated by the TruncInst. 50 ; make sure zext have another use that is not post-dominated by the TruncInst. 69 ; make sure zext have another use that is not post-dominated by the TruncInst. 88 ; make sure zext have another use that is not post-dominated by the TruncInst. 110 ; make sure zext have another use that is not post-dominated by the TruncInst. 130 ; make sure zext have another use that is not post-dominated by the TruncInst. 149 ; make sure zext have another use that is not post-dominated by the TruncInst. 168 ; make sure zext have another use that is not post-dominated by the TruncInst. 187 ; make sure zext have another use that is not post-dominated by the TruncInst. 209 ; make sure zext have another use that is not post-dominated by the TruncInst.
|
| /llvm-project-15.0.7/llvm/test/Analysis/ValueTracking/ |
| H A D | knownzero-addrspacecast.ll | 3 ; When a pointer is addrspacecasted to a another addr space, we cannot assume 18 ; A null pointer casted to another addr space may no longer have null value.
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | warn-deprecated-non-prototype.c | 35 void another(); // strict-warning {{a function declaration without a prototype is deprecated in all… 38 …another(1, 2); // both-warning {{passing arguments to 'another' without a prototype is deprecated… in main()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-profdata/ |
| H A D | malformed-not-space-for-another-header.test | 43 // Write some garbage data at the end so we get "not enough space for another header" message 47 CHECK: malformed instrumentation profile data: not enough space for another header
|
| /llvm-project-15.0.7/llvm/test/Transforms/Inline/ |
| H A D | invoke-combine-clauses.ll | 46 ; Check that there isn't another "catch" clause: 80 ; Check that there isn't another "catch" clause: 117 ; Check that there isn't another "catch" clause:
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_flags.inc | 21 // Suppress a race report if we've already output another race report 24 "Suppress a race report if we've already output another race report " 27 "Suppress a race report if we've already output another race report "
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-ar/ |
| H A D | bitcode.ll | 65 ## Create symtab from bitcode from another archive. 71 ## Create symtab from bitcode from another archive via MRI script. 76 ## Create symtab from bitcode from another thin archive. 82 ## Create symtab from bitcode from another thin archive via MRI script.
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | basic-block-sections.c | 22 int another(int a) { in another() function
|
| /llvm-project-15.0.7/clang/test/Misc/ |
| H A D | diag-presumed.c | 24 another error;
|