Home
last modified time | relevance | path

Searched refs:FOO (Results 1 – 25 of 714) sorted by relevance

12345678910>>...29

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dreadability-redundant-preprocessor.cpp4 #ifndef FOO
6 #ifndef FOO
13 #ifndef FOO
15 #ifdef FOO
28 #ifndef FOO
34 #ifndef FOO
41 #define FOO 4 macro
43 #if FOO == 4
45 #if FOO == 4
51 #if FOO == 3 + 1
[all …]
Dreadability-redundant-preprocessor-ifdef.cpp4 #ifdef FOO
6 #ifdef FOO
13 #ifdef FOO
15 #ifndef FOO
26 #ifdef FOO
32 #ifdef FOO
/external/llvm-project/llvm/utils/lit/tests/Inputs/shtest-not/
Dnot-calls-external.txt26 # RUN: env not %{python} fail.py | FileCheck -check-prefixes=FOO-NO,BAR-NO %s
27 # RUN: not env %{python} fail.py | FileCheck -check-prefixes=FOO-NO,BAR-NO %s
29 # RUN: env FOO=1 not %{python} fail.py \
32 # RUN: not env FOO=1 BAR=1 %{python} fail.py \
35 # RUN: env FOO=1 BAR=1 not env -u FOO BAR=2 %{python} fail.py \
36 # RUN: | FileCheck -check-prefixes=FOO-NO,BAR2 %s
38 # RUN: not env FOO=1 BAR=1 not env -u FOO -u BAR %{python} pass.py \
39 # RUN: | FileCheck -check-prefixes=FOO-NO,BAR-NO %s
41 # RUN: not not env FOO=1 env FOO=2 BAR=1 %{python} pass.py \
44 # RUN: env FOO=1 -u BAR env -u FOO BAR=1 not not %{python} pass.py \
[all …]
/external/clang/test/Preprocessor/
Dmacro_space.c12 #define TEST(FOO,x) FOO <FOO()> < FOO()> <FOO ()> <FOO( )> <FOO() > <FOO()x> <FOO() x> < FOO()x> argument
Dmacro_arg_empty.c3 #define FOO(x) x macro
6 [FOO()] [ FOO()] [FOO() ] [BAR()] [ BAR()] [BAR() ] BAZ()
/external/llvm-project/clang/test/Preprocessor/
Dmacro_space.c12 #define TEST(FOO,x) FOO <FOO()> < FOO()> <FOO ()> <FOO( )> <FOO() > <FOO()x> <FOO() x> < FOO()x> argument
/external/llvm-project/llvm/utils/lit/tests/Inputs/shtest-env/
Denv-calls-env.txt7 # CHECK-2-EMPTY: FOO = 1
9 # RUN: env FOO=2 env BAR=1 %{python} print_environment.py \
13 # CHECK-2-VAL: FOO = 2
15 # RUN: env -u FOO env -u BAR %{python} print_environment.py \
19 # CHECK-2-U-NOT: FOO
21 # RUN: env -u FOO BAR=1 env -u BAR FOO=2 %{python} print_environment.py \
25 # CHECK-2-U-VAL: FOO = 2
27 # RUN: env -u FOO BAR=1 env -u BAR FOO=2 env BAZ=3 %{python} print_environment.py \
32 # CHECK-3: FOO = 2
/external/llvm-project/llvm/test/Other/
Dprint-module-scope.ll14 ; RUN: | FileCheck %s -check-prefix=FOO
17 ; RUN: | FileCheck %s -check-prefix=FOO
32 ; FOO: IR Dump After {{Simplify the CFG|SimplifyCFGPass}}
33 ; FOO-NOT: function: bar
34 ; FOO-SAME: function: foo
35 ; FOO-NEXT: ModuleID =
36 ; FOO: Function Attrs: nounwind ssp
37 ; FOO: define void @foo
38 ; FOO: Function Attrs: nounwind
39 ; FOO: define void @bar
[all …]
Dloop-pass-printer.ll18 ; RUN: | FileCheck %s -check-prefix=FOO-MODULE -check-prefix=FOO-MODULE-OLD
21 ; RUN: | FileCheck %s -check-prefix=FOO-MODULE
49 ; FOO-MODULE: IR Dump After {{Unroll|LoopFullUnrollPass}}
50 ; FOO-MODULE-SAME: loop: %loop
51 ; FOO-MODULE-NEXT: ModuleID =
52 ; FOO-MODULE: define void @foo
53 ; FOO-MODULE: define void @bar
54 ; FOO-MODULE-OLD-NOT: IR Dump
/external/llvm/test/DebugInfo/
Ddwarfdump-type-units.test2 RUN: cat %t | FileCheck -check-prefix=FOO %s
6 FOO: debug_info contents:
7 FOO: DW_TAG_variable
8 FOO-NEXT: DW_AT_name {{.*}}"f"
9 FOO: DW_AT_type [DW_FORM_ref_sig8] ([[FOO_SIG:0x[0-9a-f]*]])
11 FOO: debug_types contents:
12 FOO: 0x00000000: Type Unit: {{.*}} type_signature = [[FOO_SIG]] type_offset = 0x[[FOO_OFF:[0-9a-f]*…
13 FOO: DW_TAG_type_unit
14 FOO-NOT: NULL
15 FOO: 0x0000[[FOO_OFF]]: DW_TAG_structure_type
[all …]
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dreadability-redundant-preprocessor.rst14 #ifdef FOO
15 #ifdef FOO // inner ifdef is considered redundant
24 #ifndef FOO
25 #ifndef FOO // inner ifndef is considered redundant
34 #ifdef FOO
35 #ifndef FOO // inner ifndef is considered redundant
44 #ifndef FOO
45 #ifdef FOO // inner ifdef is considered redundant
55 #define FOO 4
56 #if FOO == 4
[all …]
/external/iptables/iptables/tests/shell/testcases/ebtables/
D0001-ebtables-basic_035 $XT_MULTI ebtables -t filter -N FOO || exit 1
36 $XT_MULTI ebtables -t filter -N FOO
43 entries=$(get_entries_count FOO)
50 $XT_MULTI ebtables -A FORWARD -j FOO
58 entries=$(get_entries_count FOO)
65 $XT_MULTI ebtables -A FOO -j ACCEPT
66 entries=$(get_entries_count FOO)
76 $XT_MULTI ebtables -t filter -L | grep -q FOO || exit 1
89 $XT_MULTI ebtables -t filter -E FOO BAZ || exit 1
90 $XT_MULTI ebtables -t filter -L | grep -q FOO && exit 1
/external/llvm-project/lld/test/MachO/
Dorder-file.s9 # FOO-FIRST: <_foo>:
10 # FOO-FIRST: <_main>:
12 # FOO-SECOND: <_main>:
13 # FOO-SECOND: <_foo>:
18 # RUN: llvm-objdump -d %t/test-1 | FileCheck %s --check-prefix=FOO-FIRST
21 # RUN: llvm-objdump -d %t/test-1 | FileCheck %s --check-prefix=FOO-FIRST
26 # RUN: llvm-objdump -d %t/test-2 | FileCheck %s --check-prefix=FOO-SECOND
28 # RUN: llvm-objdump -d %t/test-2 | FileCheck %s --check-prefix=FOO-SECOND
33 # RUN: llvm-objdump -d %t/test-file-match | FileCheck %s --check-prefix=FOO-FIRST
36 # RUN: llvm-objdump -d %t/test-file-match | FileCheck %s --check-prefix=FOO-FIRST
[all …]
/external/llvm-project/clang/test/Modules/
Dcodegen-opt.test7 RUN: %clang_cc1 -triple x86_64-linux-gnu -emit-llvm -o - %t/foo.pcm | FileCheck --check-prefix=FOO
11 …_64-linux-gnu -emit-llvm -o - -O2 -disable-llvm-passes %t/foo.pcm | FileCheck --check-prefix=FOO %s
15 FOO-NOT: comdat
16 FOO: $_Z3foov = comdat any
17 FOO: $_Z4foo2v = comdat any
18 FOO: $_ZZ3foovE1i = comdat any
19 FOO: @_ZZ3foovE1i = linkonce_odr global i32 0, comdat
20 FOO-NOT: {{comdat|define|declare}}
21 FOO: define void @_Z7foo_extv()
22 FOO-NOT: {{define|declare}}
[all …]
Dexplicit-build-flags.cpp51 #if FOO != 1
52 #error bad FOO from command line and module
55 #if FOO != 2
56 #error bad FOO from command line overriding module
59 #ifdef FOO
60 #error FOO leaked from module
Dcodegen.test6 …t-llvm -debug-info-kind=limited -o - %t/foo.pcm | FileCheck --check-prefix=FOO --check-prefix=BOTH…
21 FOO: module asm "narf"
24 FOO: $_Z2f1PKcz = comdat any
25 FOO: $_ZN13implicit_dtorD1Ev = comdat any
28 FOO: $_ZN13implicit_dtorD2Ev = comdat any
29 FOO: define weak_odr void @_Z2f1PKcz(i8* %fmt, ...) #{{[0-9]+}} comdat
30 FOO: call void @llvm.va_start(i8* %{{[a-zA-Z0-9]*}})
32 Test that implicit special members are emitted into the FOO module if they're
37 FOO: define weak_odr void @_ZN13implicit_dtorD1Ev
38 FOO: define weak_odr void @_Z4instIfEvv
[all …]
/external/llvm-project/lldb/unittests/Utility/
DLogTest.cpp21 enum { FOO = 1, BAR = 2 }; enumerator
23 {{"foo"}, {"log foo"}, FOO}, {{"bar"}, {"log bar"}, BAR},
25 static constexpr uint32_t default_flags = FOO;
96 m_log = test_channel.GetLogIfAll(FOO); in SetUp()
127 EXPECT_EQ(nullptr, test_channel.GetLogIfAny(FOO)); in TEST()
132 EXPECT_NE(nullptr, test_channel.GetLogIfAny(FOO)); in TEST()
134 EXPECT_EQ(nullptr, test_channel.GetLogIfAny(FOO)); in TEST()
138 EXPECT_EQ(nullptr, test_channel.GetLogIfAll(FOO)); in TEST_F()
147 EXPECT_NE(nullptr, test_channel.GetLogIfAll(FOO)); in TEST_F()
151 EXPECT_NE(nullptr, test_channel.GetLogIfAll(FOO | BAR)); in TEST_F()
[all …]
/external/clang/test/Modules/
Dexplicit-build-flags.cpp51 #if FOO != 1
52 #error bad FOO from command line and module
55 #if FOO != 2
56 #error bad FOO from command line overriding module
59 #ifdef FOO
60 #error FOO leaked from module
/external/llvm-project/lld/test/ELF/
Dundefined-glob.s29 # RUN: llvm-readobj --symbols %t.exe | FileCheck --check-prefix=FOO-STAR %s
31 # FOO-STAR: foo1
32 # FOO-STAR: foo2
33 # FOO-STAR: foo32
34 # FOO-STAR-NOT: bar
37 # RUN: llvm-readobj --symbols %t.exe | FileCheck --check-prefix=FOO-Q %s
39 # FOO-Q: foo1
40 # FOO-Q: foo2
41 # FOO-Q-NOT: foo32
42 # FOO-Q-NOT: bar
/external/mesa3d/src/compiler/glsl/glcpp/tests/
D128-space-before-hash.c6 #define FOO macro
7 #ifdef FOO
11 #elif defined FOO
18 #undef FOO
19 #ifndef FOO
/external/llvm-project/llvm/test/tools/llvm-ml/
Ddot_operator.asm5 FOO STRUCT type
10 FOO ENDS
17 var FOO <>
34 mov eax, FOO.a
35 mov ax, FOO. b
36 mov al, FOO .c
37 mov eax, FOO . d
46 mov al, BYTE PTR var[FOO.c]
/external/llvm-project/clang/test/SemaObjC/
Dforward-class-1.m3 @class FOO, BAR; // expected-note {{forward declaration of class here}}
4 @class FOO, BAR;
6 @interface INTF : FOO // expected-error {{attempting to use the forward class 'FOO' as superclass o…
9 @interface FOO interface
11 - (FOO*) Meth2;
14 @interface INTF1 : FOO
/external/clang/test/SemaObjC/
Dforward-class-1.m3 @class FOO, BAR; // expected-note {{forward declaration of class here}}
4 @class FOO, BAR;
6 @interface INTF : FOO // expected-error {{attempting to use the forward class 'FOO' as superclass o…
9 @interface FOO interface
11 - (FOO*) Meth2;
14 @interface INTF1 : FOO
/external/auto/common/src/test/java/com/google/auto/common/
DAnnotationMirrorsTest.java19 import static com.google.auto.common.AnnotationMirrorsTest.SimpleEnum.FOO;
59 BLAH, FOO enumConstant
68 @Outer(FOO) static class TestClassFoo {}
76 @DefaultingOuter(FOO) class TestWithDefaultingOuterFoo {}
84 @AnnotatedOuter(@DefaultingOuter(FOO)) class TestFooNestedAnnotated {}
95 @OuterWithValueArray(@DefaultingOuter(FOO)) class TestValueArrayWithOneFoo {}
97 @OuterWithValueArray({@DefaultingOuter(FOO), @DefaultingOuter})
99 @OuterWithValueArray({@DefaultingOuter(FOO), @DefaultingOuter(BLAH)})
101 @OuterWithValueArray({@DefaultingOuter(FOO), @DefaultingOuter(BLAH)})
103 @OuterWithValueArray({@DefaultingOuter(BLAH), @DefaultingOuter(FOO)})
/external/llvm-project/llvm/test/FileCheck/
Dcheck-multiple-prefixes-nomatch-2.txt2 ; RUN: not FileCheck -input-file %s %s -check-prefix=FOO -check-prefix=BAR \
6 ; RUN: not FileCheck -input-file %s %s -check-prefixes=FOO,BAR 2>&1 \
10 ; RUN: not FileCheck -input-file %s %s -check-prefixes=BAR,FOO 2>&1 \
16 ; FOO: fo{{o}}
19 ; CHECK: {{error: FOO: expected string not found in input}}

12345678910>>...29