Home
last modified time | relevance | path

Searched refs:BAR (Results 1 – 25 of 259) sorted by relevance

1234567891011

/external/llvm/test/DebugInfo/
Ddwarfdump-type-units.test3 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/
Dloop-pass-printer.ll9 ; 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/
Dcheck-multiple-prefixes-nomatch.txt1 ; 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}}
Dcheck-multiple-prefixes-nomatch-2.txt1 ; 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/
Dcheck-multiple-prefixes-nomatch.txt1 ; 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}}
Dcheck-multiple-prefixes-nomatch-2.txt1 ; 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/
Dsection-index.s12 # 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/
Dmacro_arg_empty.c4 #define BAR(x) x x macro
6 [FOO()] [ FOO()] [FOO() ] [BAR()] [ BAR()] [BAR() ] BAZ()
Dpragma_microsoft.c8 #define BAR "2" macro
12 #pragma comment(linker," bar=" BAR)
39 #pragma detect_mismatch("test", BAR)
44 __pragma(comment(linker," bar=" BAR))
Dmacro_expandloc.c9 #define BAR BAZ macro
12 #include BAR
/external/clang/test/Modules/
Dexplicit-build-flags.cpp50 #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/
Denv-u.txt13 # 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/
Dfuzzy-pch.c13 BAR bar = 17;
23 #ifndef BAR
24 # error BAR was not defined
/external/clang/test/SemaCXX/
Dwarn-memset-bad-sizeof.cpp134 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/
Dinst-andi.s11 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/
Dannotate-tokens-pp.c3 #define BAR baz macro
6 int BAR STILL_NOTHING;
8 #undef BAR
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/StripSymbols/
Dblock-address.ll4 @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/
Dblock-address.ll4 @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/
Dblock-address.ll4 @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/
Dbpf_tailcall.c9 #define BAR 43 macro
40 .id = BAR,
85 __section_tail(BAR, ENTRY_0) in __section_tail() argument
/external/protobuf/src/google/protobuf/
Drepeated_field_reflection_unittest.cc433 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/
Dpragma-detect_mismatch.c6 #define BAR "2" macro
7 #pragma detect_mismatch("test2", BAR)
D2002-02-18-StaticData.c5 double BAR = 12.0; variable
12 void *Data[] = { &FOO, &BAR, &XX };
/external/clang/test/CodeGenCXX/
Dpragma-pack-2.cpp11 struct BAR : FOO { struct
17 BAR* x = 0; argument
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DMapForProto2LiteTest.java62 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()

1234567891011