Home
last modified time | relevance | path

Searched refs:TEST3 (Results 1 – 25 of 57) sorted by relevance

123

/external/clang/test/Frontend/
Dverify.c66 #ifdef TEST3
67 #ifndef TEST3 // expected-note {{line_67}}
71 #elif defined(TEST3) // expected-note {{line_71}}
76 # ifndef TEST3 // expected-note {{line_76_ignored}}
/external/llvm-project/clang/test/Frontend/
Dverify.c66 #ifdef TEST3
67 #ifndef TEST3 // expected-note {{line_67}}
71 #elif defined(TEST3) // expected-note {{line_71}}
76 # ifndef TEST3 // expected-note {{line_76_ignored}}
/external/clang/test/CodeGenObjC/
Darc-property.m98 // CHECK: define void @test3([[TEST3:%.*]]*
100 // CHECK: [[T:%.*]] = alloca [[TEST3]]*,
103 // CHECK: [[T0:%.*]] = load [[TEST3]]*, [[TEST3]]** [[T]],
105 // CHECK-NEXT: [[T1:%.*]] = bitcast [[TEST3]]* [[T0]] to i8*
109 // CHECK-NEXT: [[T0:%.*]] = load [[TEST3]]*, [[TEST3]]** [[T]],
111 // CHECK-NEXT: [[T1:%.*]] = bitcast [[TEST3]]* [[T0]] to i8*
118 // CHECK-NEXT: [[T0:%.*]] = bitcast [[TEST3]]** [[T]] to i8**
/external/llvm-project/clang/test/CodeGenObjC/
Darc-property.m98 // CHECK: define void @test3([[TEST3:%.*]]*
100 // CHECK: [[T:%.*]] = alloca [[TEST3]]*,
103 // CHECK: [[T0:%.*]] = load [[TEST3]]*, [[TEST3]]** [[T]],
105 // CHECK-NEXT: [[T1:%.*]] = bitcast [[TEST3]]* [[T0]] to i8*
109 // CHECK-NEXT: [[T0:%.*]] = load [[TEST3]]*, [[TEST3]]** [[T]],
111 // CHECK-NEXT: [[T1:%.*]] = bitcast [[TEST3]]* [[T0]] to i8*
118 // CHECK-NEXT: [[T0:%.*]] = bitcast [[TEST3]]** [[T]] to i8**
/external/llvm-project/lld/test/COFF/
Dstart-lib.ll32 ; RUN: FileCheck --check-prefix=TEST3 %s < %t3.map
35 ; RUN: FileCheck --check-prefix=TEST3 %s < %t3.thinlto.map
36 ; TEST3: Address Size Align Out In Symbol
37 ; TEST3-NOT: {{ }}foo{{$}}
38 ; TEST3-NOT: {{ }}bar{{$}}
/external/llvm-project/clang/test/CodeGenCXX/
D2010-06-22-BitfieldInit.cpp12 } TEST3; typedef
14 TEST3 test =
/external/clang/test/CodeGenCXX/
D2010-06-22-BitfieldInit.cpp12 } TEST3; typedef
14 TEST3 test =
/external/llvm-project/lld/test/ELF/lto/
Dinit-fini.ll20 ; RUN: llvm-nm %t.exe | FileCheck -check-prefix=TEST3 %s
23 ; TEST3: bar
24 ; TEST3: foo
Dstart-lib.ll18 ; RUN: llvm-readobj --symbols %t3 | FileCheck --check-prefix=TEST3 %s
19 ; TEST3-NOT: Name: bar
20 ; TEST3-NOT: Name: foo
/external/llvm/test/MC/AsmParser/
Ddirective_space.s18 # CHECK: TEST3
20 TEST3: label
Ddirective_ascii.s17 # CHECK: TEST3:
22 TEST3: label
Ddirective_values.s18 # CHECK: TEST3:
20 TEST3: label
Ddirective_fill.s21 # CHECK: TEST3
23 TEST3: label
/external/llvm-project/llvm/test/MC/AsmParser/
Ddirective_space.s18 # CHECK: TEST3:
20 TEST3: label
Ddirective_ascii.s17 # CHECK: TEST3:
22 TEST3: label
Ddirective_dc.s19 # CHECK: TEST3:
21 TEST3: label
Ddirective_values.s18 # CHECK: TEST3:
20 TEST3: label
Ddirective_dcb.s21 # CHECK: TEST3:
25 TEST3: label
Ddirective_ds.s20 # CHECK: TEST3:
23 TEST3: label
/external/llvm/test/Transforms/DeadArgElim/
Dbasictest.ll32 define internal void @needarg3(i32 %TEST3) {
33 call void @needarg( i32 %TEST3 )
/external/llvm-project/llvm/test/Transforms/DeadArgElim/
Dbasictest.ll32 define internal void @needarg3(i32 %TEST3) {
33 call void @needarg( i32 %TEST3 )
/external/llvm-project/llvm/test/MC/ARM/
Deh-directive-multiple-offsets.s67 @ TEST3: Check .setfp, .pad, .setfp directive.
69 .section .TEST3
91 @ CHECK: Name: .ARM.extab.TEST3
Deh-directive-pad.s89 @ TEST3
91 .section .TEST3
122 @ CHECK: Name: .ARM.extab.TEST3
/external/llvm/test/MC/ARM/
Deh-directive-multiple-offsets.s67 @ TEST3: Check .setfp, .pad, .setfp directive.
69 .section .TEST3
91 @ CHECK: Name: .ARM.extab.TEST3
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/creators/
DEnumCreatorTest.java63 TEST3; enumConstant
79 TEST3; enumConstant
230 assertSame(EnumWithPropertiesModeJsonCreator.TEST3, type2); in testJsonCreatorPropertiesWithEnum()
241 assertSame(EnumWithDelegateModeJsonCreator.TEST3, type2); in testJsonCreatorDelagateWithEnum()

123