Home
last modified time | relevance | path

Searched refs:another (Results 1 – 25 of 775) sorted by relevance

12345678910>>...31

/llvm-project-15.0.7/clang/test/Parser/
H A Dobjc-messaging-1.m9 [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 Dundecl-objc-h.m17 - (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 Dwarn-static-function-inheader.cpp5 static void another(void) { // expected-warning {{function 'another' is not needed and will not be … in another() function
11 another(); in foo()
H A Dconstexpr-printing.cpp26 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 Dmember-init.cpp88 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 Dconstraint-unique.td16 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 Dgetsetop.td18 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 Dnoalias-readonly.ll13 ; 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 Dnoalias-byval.ll26 ; 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 Dprotocol-property-synth.m19 @property(assign) id another; property
31 @synthesize another;
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dmethod-encoding-2.m6 - (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 Dappending-global-err1.ll5 ; 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 Dearly-ifcvt-remarks.ll6 ; 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 Drpath.s6 # 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 Dcheck-substring-multi-prefix-2.txt6 this is another
11 BARFOO: this is {{another}}
/llvm-project-15.0.7/clang/test/Analysis/
H A Dobjc-properties.m43 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 Dtrunc_multi_uses.ll31 ; 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 Dknownzero-addrspacecast.ll3 ; 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 Dwarn-deprecated-non-prototype.c35 void another(); // strict-warning {{a function declaration without a prototype is deprecated in all…
38another(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 Dmalformed-not-space-for-another-header.test43 // 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 Dinvoke-combine-clauses.ll46 ; 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 Dtsan_flags.inc21 // 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 Dbitcode.ll65 ## 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 Dbasic-block-sections.c22 int another(int a) { in another() function
/llvm-project-15.0.7/clang/test/Misc/
H A Ddiag-presumed.c24 another error;

12345678910>>...31