| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | SequenceTest.cpp | 100 EXPECT_EQ(Forward, Forward); in TEST() 101 EXPECT_LT(Forward - 1, Forward); in TEST() 102 EXPECT_LE(Forward, Forward); in TEST() 103 EXPECT_LE(Forward - 1, Forward); in TEST() 104 EXPECT_GT(Forward + 1, Forward); in TEST() 105 EXPECT_GE(Forward, Forward); in TEST() 106 EXPECT_GE(Forward + 1, Forward); in TEST() 128 ++Forward; in TEST() 176 EXPECT_EQ(Forward - Forward, 0); in TEST() 178 EXPECT_EQ((Forward + 1) - Forward, 1); in TEST() [all …]
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | debug-info-inlined.cpp | 9 class Forward : Base { class 12 class A : Forward { 15 class B : Forward { 18 A::A() : Forward(WithDtor()) {} in A() 20 B::B() : Forward(WithDtor()) {} in B()
|
| /llvm-project-15.0.7/clang/test/SemaObjCXX/ |
| H A D | parameterized_classes_arc.mm | 9 @class Forward; 35 void test1d(PC1<__weak Forward*> *obj) { // expected-error {{type argument 'Forward *__weak' cannot… 37 …[obj set: x]; // expected-error {{cannot initialize a parameter of type 'Forward *' with an lvalue… 40 void test1e(PC1<__strong Forward*> *obj) { // expected-error {{type argument 'Forward *__strong' ca… 42 [obj set: x]; // expected-error {{cannot initialize a parameter of type 'Forward *'}} 45 void test1f(PC1<Forward*> *obj) { 47 [obj set: x]; // expected-error {{cannot initialize a parameter of type 'Forward *'}} 57 typedef __strong Forward *StrongForward; 60 [obj set: x]; // expected-error {{cannot initialize a parameter of type 'Forward *'}} 99 @interface PC4<T : __strong Forward*> // expected-error {{type bound 'Forward *__strong' for type p… [all …]
|
| H A D | pseudo-destructor.mm | 8 @class Forward; 22 template void destroyPointer<Forward*>(Forward **); function 23 template void destroyReference<Forward*>(Forward *&); function
|
| H A D | propert-dot-error.mm | 55 class Forward; 65 …d.Forward::property = 17; // expected-error{{property access cannot be qualified with 'Forward::'}} 66 …d->Forward::ivar = 12; // expected-error{{instance variable access cannot be qualified with 'Forwa…
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | TpiHashing.h | 22 uint32_t Forward) in TagRecordHash() 23 : FullRecordHash(Full), ForwardDeclHash(Forward), Class(std::move(CR)) { in TagRecordHash() 28 uint32_t Forward) in TagRecordHash() 29 : FullRecordHash(Full), ForwardDeclHash(Forward), Enum(std::move(ER)) { in TagRecordHash() 34 uint32_t Forward) in TagRecordHash() 35 : FullRecordHash(Full), ForwardDeclHash(Forward), Union(std::move(UR)) { in TagRecordHash()
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | parameterized_classes_arc.m | 9 @class Forward; 35 void test1d(PC1<__weak Forward*> *obj) { // expected-error {{type argument 'Forward *__weak' cannot… 40 void test1e(PC1<__strong Forward*> *obj) { // expected-error {{type argument 'Forward *__strong' ca… 45 void test1f(PC1<Forward*> *obj) { 57 typedef __strong Forward *StrongForward; 87 @interface PC4<T : __strong Forward*> // expected-error {{type bound 'Forward *__strong' for type p… 90 @interface PC5<T : __weak Forward*> // expected-error {{type bound 'Forward *__weak' for type param… 96 @interface PC7<T : StrongForward> // expected-error {{type bound 'StrongForward' (aka 'Forward *__s…
|
| /llvm-project-15.0.7/llvm/test/Integer/ |
| H A D | constpointer_bt.ll | 13 @t3 = global i40 * @t1 ;; Forward reference 19 @0 = global float * @2 ;; Forward numeric reference 25 @fptr = global void() * @f ;; Forward ref method defn 28 @sptr1 = global [11x i8]* @somestr ;; Forward ref to a constant
|
| H A D | constexpr_bt.ll | 17 @t2 = global i33* @t1 ;; Forward reference without cast 18 @t3 = global i33* bitcast (i33* @t1 to i33*) ;; Forward reference with cast 27 @2 = global i32* bitcast (float* @4 to i32*) ;; Forward numeric reference
|
| /llvm-project-15.0.7/llvm/test/Feature/ |
| H A D | constpointer.ll | 13 @t3 = global i32* @t1 ;; Forward reference 19 @0 = global float * @2 ;; Forward numeric reference 25 @fptr = global void() * @f ;; Forward ref method defn 28 @sptr1 = global [11x i8]* @somestr ;; Forward ref to a constant
|
| H A D | constexpr.ll | 16 @t2 = global i32* @t1 ;; Forward reference without cast 17 @t3 = global i32* bitcast (i32* @t1 to i32*) ;; Forward reference with cast 25 @2 = global i32* bitcast (float* @4 to i32*) ;; Forward numeric reference
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ExternalASTMerger.cpp | 310 ForEachMatchingDC(Tag, [&](ASTImporter &Forward, ASTImporter &Reverse, in CompleteType() 317 Forward.MapImported(SourceTag, Tag); in CompleteType() 318 if (llvm::Error Err = Forward.ImportDefinition(SourceTag)) in CompleteType() 328 Interface, [&](ASTImporter &Forward, ASTImporter &Reverse, in CompleteType() argument 337 Forward.MapImported(SourceInterface, Interface); in CompleteType() 338 if (llvm::Error Err = Forward.ImportDefinition(SourceInterface)) in CompleteType() 349 [&](ASTImporter &Forward, ASTImporter &Reverse, in CanComplete() argument 488 [&](ASTImporter &Forward, ASTImporter &Reverse, in FindExternalVisibleDeclsByName() 498 FilterFoundDecl(std::make_pair(FromD, &Forward)); in FindExternalVisibleDeclsByName() 529 ForEachMatchingDC(DC, [&](ASTImporter &Forward, ASTImporter &Reverse, in FindExternalLexicalDecls() [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | AliasSetTracker.h | 111 if (AS->Forward) { in getAliasSet() 140 AliasSet *Forward = nullptr; variable 208 bool isForwardingAliasSet() const { return Forward; } in isForwardingAliasSet() 279 if (!Forward) return this; in getForwardedTarget() 281 AliasSet *Dest = Forward->getForwardedTarget(AST); in getForwardedTarget() 282 if (Dest != Forward) { in getForwardedTarget() 284 Forward->dropRef(AST); in getForwardedTarget() 285 Forward = Dest; in getForwardedTarget()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | AliasSetTracker.cpp | 46 assert(!Forward && "This set is a forwarding set!!"); in mergeSetIn() 86 AS.Forward = this; // Forward across AS now... in mergeSetIn() 106 if (AliasSet *Fwd = AS->Forward) { in removeAliasSet() 108 AS->Forward = nullptr; in removeAliasSet() 279 if (AS.Forward) in mergeAliasSetsForPointer() 304 if (AS.Forward || !AS.aliasesUnknownInst(Inst, AA)) in findAliasSetForUnknownInst() 495 if (AS.Forward) in add() 584 AliasSet *FwdTo = Cur->Forward; in mergeAllAliasSets() 586 Cur->Forward = AliasAnyAS; in mergeAllAliasSets() 627 if (Forward) in print() [all …]
|
| /llvm-project-15.0.7/polly/unittests/DeLICM/ |
| H A D | DeLICMTest.cpp | 201 auto Forward = checkIsConflictingNonsymmetric(Existing, Proposed); in checkIsConflicting() local 205 EXPECT_EQ(Forward, Backward); in checkIsConflicting() 207 return Forward || Backward; in checkIsConflicting() 211 auto Forward = checkIsConflictingNonsymmetricKnown(Existing, Proposed); in checkIsConflictingKnown() local 215 EXPECT_EQ(Forward, Backward); in checkIsConflictingKnown() 217 return Forward || Backward; in checkIsConflictingKnown()
|
| /llvm-project-15.0.7/lldb/test/API/lang/cpp/function-local-class/ |
| H A D | main.cpp | 29 struct Forward; in main() 41 Forward *fwd = nullptr; in main()
|
| /llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/ |
| H A D | SerialSnippetGenerator.cpp | 137 const AliasingConfigurations Forward(Instr, *OtherInstr); in appendCodeTemplates() local 141 if (!Forward.hasImplicitAliasing()) in appendCodeTemplates() 142 setRandomAliasing(Forward, ThisIT, OtherIT); in appendCodeTemplates()
|
| /llvm-project-15.0.7/clang/test/ASTMerge/interface/Inputs/ |
| H A D | interface2.m | 71 // Forward-declared interface 76 // Forward-declared protocols
|
| H A D | interface1.m | 72 // Forward-declared interfaces 77 // Forward-declared protocols
|
| /llvm-project-15.0.7/clang/test/AST/ |
| H A D | ast-dump-recovery.cpp | 125 struct Forward; in AccessIncompleteClass() 126 Forward* ptr; in AccessIncompleteClass()
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | descriptor-io.cpp | 64 handler.Forward(ioStat, ioMsg, sizeof ioMsg); in DefinedFormattedIo() 101 handler.Forward(ioStat, ioMsg, sizeof ioMsg); in DefinedUnformattedIo()
|
| H A D | io-error.h | 52 void Forward(int iostatOrErrno, const char *, std::size_t);
|
| /llvm-project-15.0.7/llvm/test/Analysis/LoopAccessAnalysis/ |
| H A D | forward-loop-independent.ll | 26 ; CHECK-NEXT: Forward: 32 ; CHECK: Forward:
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_type_traits_test.cpp | 52 TEST(SanitizerCommon, Forward) { in TEST() argument
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86InstrFPStack.td | 193 [!if(Forward, 200 [!if(Forward, 207 [!if(Forward, 214 [!if(Forward, 221 [!if(Forward, 235 [!if(Forward, 242 [!if(Forward, 249 [!if(Forward, 256 [!if(Forward, 263 [!if(Forward, [all …]
|