/external/llvm/test/DebugInfo/ |
D | dwarfdump-type-units.test | 3 RUN: cat %t | FileCheck -check-prefix=BAR %s 18 BAR: debug_info contents: 19 BAR: DW_TAG_variable 20 BAR: DW_TAG_variable 21 BAR-NEXT: DW_AT_name {{.*}}"b" 22 BAR: DW_AT_type [DW_FORM_ref_sig8] ([[BAR_SIG:0x[0-9a-f]*]]) 24 BAR: debug_types contents: 25 BAR: 0x00000000: Type Unit: {{.*}} type_signature = [[BAR_SIG]] type_offset = 0x[[BAR_OFF:[0-9a-f]*… 26 BAR: DW_TAG_type_unit 27 BAR-NOT: NULL [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Other/ |
D | loop-pass-printer.ll | 9 ; RUN: | FileCheck %s -check-prefix=BAR 32 ; BAR: IR Dump After 33 ; BAR-SAME: Unroll 34 ; BAR: ; Preheader: 35 ; BAR-NEXT: br label %loop 36 ; BAR: ; Loop: 37 ; BAR-NEXT: loop: 38 ; BAR: ; Exit blocks 39 ; BAR: end: 40 ; BAR-NOT: IR Dump [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/FileCheck/ |
D | check-multiple-prefixes-nomatch.txt | 1 ; RUN: not FileCheck -input-file %s %s -check-prefix=FOO -check-prefix=BAR 2>&1 | FileCheck %s 2 ; RUN: not FileCheck -input-file %s %s -check-prefixes=FOO,BAR 2>&1 | FileCheck %s 3 ; RUN: not FileCheck -input-file %s %s -check-prefixes=BAR,FOO 2>&1 | FileCheck %s 5 BAR 8 ; BAR: ba{{z}} 11 ; CHECK: {{error: BAR: expected string not found in input}}
|
D | check-multiple-prefixes-nomatch-2.txt | 1 ; RUN: not FileCheck -input-file %s %s -check-prefix=FOO -check-prefix=BAR 2>&1 | FileCheck %s 2 ; RUN: not FileCheck -input-file %s %s -check-prefixes=FOO,BAR 2>&1 | FileCheck %s 3 ; RUN: not FileCheck -input-file %s %s -check-prefixes=BAR,FOO 2>&1 | FileCheck %s 9 ; BAR: ba{{r}}
|
/external/llvm/test/FileCheck/ |
D | check-multiple-prefixes-nomatch.txt | 1 ; RUN: not FileCheck -input-file %s %s -check-prefix=FOO -check-prefix=BAR 2>&1 | FileCheck %s 2 ; RUN: not FileCheck -input-file %s %s -check-prefixes=FOO,BAR 2>&1 | FileCheck %s 3 ; RUN: not FileCheck -input-file %s %s -check-prefixes=BAR,FOO 2>&1 | FileCheck %s 5 BAR 8 ; BAR: ba{{z}}
|
D | check-multiple-prefixes-nomatch-2.txt | 1 ; RUN: not FileCheck -input-file %s %s -check-prefix=FOO -check-prefix=BAR 2>&1 | FileCheck %s 2 ; RUN: not FileCheck -input-file %s %s -check-prefixes=FOO,BAR 2>&1 | FileCheck %s 3 ; RUN: not FileCheck -input-file %s %s -check-prefixes=BAR,FOO 2>&1 | FileCheck %s 9 ; BAR: ba{{r}}
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/X86/ |
D | section-index.s | 12 # RUN: | FileCheck %s --check-prefix=BAR 13 # BAR: Idx Name 14 # BAR-NEXT: 4 .bar 15 # BAR-NOT: foo 16 # BAR-NOT: zed
|
/external/clang/test/Preprocessor/ |
D | macro_arg_empty.c | 4 #define BAR(x) x x macro 6 [FOO()] [ FOO()] [FOO() ] [BAR()] [ BAR()] [BAR() ] BAZ()
|
D | pragma_microsoft.c | 8 #define BAR "2" macro 12 #pragma comment(linker," bar=" BAR) 39 #pragma detect_mismatch("test", BAR) 44 __pragma(comment(linker," bar=" BAR))
|
D | macro_expandloc.c | 9 #define BAR BAZ macro 12 #include BAR
|
/external/clang/test/Modules/ |
D | explicit-build-flags.cpp | 50 #ifndef BAR 54 #elif BAR == 1 58 #elif BAR == 2 63 #error bad BAR
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/tests/Inputs/shtest-env/ |
D | env-u.txt | 13 # RUN: env -u FOO -u BAR %{python} print_environment.py \ 16 # CHECK-ENV-PRESET: BAR = 2 19 # CHECK-ENV-UNSET-1: BAR = 2 22 # CHECK-ENV-UNSET-MULTIPLE-NOT: BAR
|
/external/clang/test/PCH/ |
D | fuzzy-pch.c | 13 BAR bar = 17; 23 #ifndef BAR 24 # error BAR was not defined
|
/external/clang/test/SemaCXX/ |
D | warn-memset-bad-sizeof.cpp | 134 const char* BAR = "<- this, too"; in strcpy_and_friends() local 136 strncmp(FOO, BAR, sizeof(FOO)); // \ in strcpy_and_friends() 138 strncasecmp(FOO, BAR, sizeof(FOO)); // \ in strcpy_and_friends() 143 strncpy(buff, BAR, sizeof(BAR)); // \ in strcpy_and_friends()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AVR/ |
D | inst-andi.s | 11 andi r20, BAR 18 ; CHECK: andi r20, BAR ; encoding: [0x40'A',0x70] 19 ; CHECK: ; fixup A - offset: 0, value: BAR, kind: fixup_ldi
|
/external/clang/test/Index/ |
D | annotate-tokens-pp.c | 3 #define BAR baz macro 6 int BAR STILL_NOTHING; 8 #undef BAR
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/StripSymbols/ |
D | block-address.ll | 4 @main_addrs = constant [2 x i8*] [i8* blockaddress(@f, %FOO), i8* blockaddress(@f, %BAR)] 12 indirectbr i8* %indirect.goto.dest, [label %FOO, label %BAR] 20 BAR:
|
/external/swiftshader/third_party/LLVM/test/Transforms/StripSymbols/ |
D | block-address.ll | 4 @main_addrs = constant [2 x i8*] [i8* blockaddress(@f, %FOO), i8* blockaddress(@f, %BAR)] 12 indirectbr i8* %indirect.goto.dest, [label %FOO, label %BAR] 20 BAR:
|
/external/llvm/test/Transforms/StripSymbols/ |
D | block-address.ll | 4 @main_addrs = constant [2 x i8*] [i8* blockaddress(@f, %FOO), i8* blockaddress(@f, %BAR)] 12 indirectbr i8* %indirect.goto.dest, [label %FOO, label %BAR] 20 BAR:
|
/external/iproute2/examples/bpf/ |
D | bpf_tailcall.c | 9 #define BAR 43 macro 40 .id = BAR, 85 __section_tail(BAR, ENTRY_0) in __section_tail() argument
|
/external/protobuf/src/google/protobuf/ |
D | repeated_field_reflection_unittest.cc | 433 message.add_repeated_nested_enum(TestAllTypes::BAR); in TEST() 463 EXPECT_EQ(TestAllTypes::BAR, enum_ref.Get(i)); in TEST() 464 EXPECT_EQ(TestAllTypes::BAR, mutable_enum_ref.Get(i)); in TEST() 469 message.set_repeated_nested_enum(i, TestAllTypes::BAR); in TEST() 470 EXPECT_EQ(TestAllTypes::BAR, int32_ref.Get(i)); in TEST() 471 EXPECT_EQ(TestAllTypes::BAR, mutable_int32_ref.Get(i)); in TEST() 485 mutable_int32_ref.Add(TestAllTypes::BAR); in TEST() 486 EXPECT_EQ(TestAllTypes::BAR, message.repeated_nested_enum(11)); in TEST() 495 mutable_enum_ref.Set(0, TestAllTypes::BAR); in TEST() 499 EXPECT_EQ(TestAllTypes::BAR, enum_ref.Get(9)); in TEST() [all …]
|
/external/clang/test/CodeGen/ |
D | pragma-detect_mismatch.c | 6 #define BAR "2" macro 7 #pragma detect_mismatch("test2", BAR)
|
D | 2002-02-18-StaticData.c | 5 double BAR = 12.0; variable 12 void *Data[] = { &FOO, &BAR, &XX };
|
/external/clang/test/CodeGenCXX/ |
D | pragma-pack-2.cpp | 11 struct BAR : FOO { struct 17 BAR* x = 0; argument
|
/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | MapForProto2LiteTest.java | 62 builder.getMutableInt32ToEnumField().put(2, TestMap.EnumValue.BAR); in setMapValues() 105 assertEquals(TestMap.EnumValue.BAR, message.getInt32ToEnumField().get(2)); in assertMapValuesSet() 132 builder.getMutableInt32ToEnumField().put(1, TestMap.EnumValue.BAR); in updateMapValues() 164 assertEquals(TestMap.EnumValue.BAR, message.getInt32ToEnumField().get(1)); in assertMapValuesUpdated() 228 enumMap.put(1, TestMap.EnumValue.BAR); in testMutableMapLifecycle() 229 assertEquals(newMap(1, TestMap.EnumValue.BAR), builder.build().getInt32ToEnumField()); in testMutableMapLifecycle() 236 assertEquals(newMap(1, TestMap.EnumValue.BAR), builder.getInt32ToEnumField()); in testMutableMapLifecycle() 239 newMap(1, TestMap.EnumValue.BAR, 2, TestMap.EnumValue.FOO), in testMutableMapLifecycle() 426 assertEquals(TestMap.EnumValue.BAR, message.getInt32ToEnumField().get(1)); in testUnknownEnumValues()
|