Home
last modified time | relevance | path

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

12345678910>>...18

/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()
Dpragma_diagnostic.c4 #if FOO // ok.
9 #if FOO // expected-warning {{'FOO' is not defined}}
14 #if FOO // ok.
19 #if FOO // expected-error {{'FOO' is not defined}}
Dassembler-with-cpp.c48 #define FOO(name) name ## $foo macro
49 6: FOO(blarg)
53 #define FOO(name) name ## $foo macro
54 7: FOO(blarg)
/external/swiftshader/third_party/llvm-7.0/llvm/test/Other/
Dprint-module-scope.ll11 ; RUN: | FileCheck %s -check-prefix=FOO
26 ; FOO: IR Dump After
27 ; FOO-NOT: function: bar
28 ; FOO-SAME: function: foo
29 ; FOO-NEXT: ModuleID =
30 ; FOO: Function Attrs: nounwind ssp
31 ; FOO: define void @foo
32 ; FOO: Function Attrs: nounwind
33 ; FOO: define void @bar
34 ; FOO: Function Attrs: nounwind readnone ssp
[all …]
Dloop-pass-printer.ll12 ; RUN: | FileCheck %s -check-prefix=FOO-MODULE
43 ; FOO-MODULE: IR Dump After
44 ; FOO-MODULE-SAME: Unroll
45 ; FOO-MODULE-SAME: loop: %loop
46 ; FOO-MODULE-NEXT: ModuleID =
47 ; FOO-MODULE: define void @foo
48 ; FOO-MODULE: define void @bar
49 ; FOO-MODULE-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/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/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/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/swiftshader/third_party/llvm-7.0/llvm/test/FileCheck/
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
8 ; FOO: fo{{o}}
11 ; CHECK: {{error: FOO: expected string not found in input}}
Dcheck-empty.txt1 // RUN: not FileCheck -check-prefix=FOO %s </dev/null 2>&1 | FileCheck -check-prefix=EMPTY-ERR %s
3 // RUN: not FileCheck -check-prefix=FOO -allow-empty %s </dev/null 2>&1 | FileCheck -check-prefix=N…
6 ; FOO: foo
10 ; EMPTY-ERR-NEXT: FileCheck command line: {{.*}}FileCheck{{.*}}-check-prefix={{.*}}FOO {{.*}}check-…
12 ; NOT-FOUND: error: FOO: expected string not found in input
Dcheck-substring-multi-prefix-2.txt1 ; RUN: FileCheck -check-prefix=FOO -check-prefix=FOOBAR -check-prefix=BARFOO -input-file %s %s
2 ; RUN: FileCheck -check-prefix=FOOBAR -check-prefix=FOO -check-prefix=BARFOO -input-file %s %s
3 ; RUN: FileCheck -check-prefix=FOOBAR -check-prefix=BARFOO -check-prefix=FOO -input-file %s %s
8 FOO
/external/clang/test/PCH/
Dfuzzy-pch.c15 #ifndef FOO
16 # error FOO was not defined
19 #if FOO != 1
20 # error FOO has the wrong definition
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/tests/Inputs/shtest-env/
Denv-u.txt8 # RUN: env -u FOO %{python} print_environment.py \
13 # RUN: env -u FOO -u BAR %{python} print_environment.py \
17 # CHECK-ENV-PRESET: FOO = 1
20 # CHECK-ENV-UNSET-1-NOT: FOO
23 # CHECK-ENV-UNSET-MULTIPLE-NOT: FOO
/external/clang/test/SemaCXX/
Dwarn-memset-bad-sizeof.cpp133 const char* FOO = "<- should be an array instead"; 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()
145 strndup(FOO, sizeof(FOO)); // \ in strcpy_and_friends()
/external/clang/test/CodeGenObjCXX/
Dmrc-weak.mm94 // CHECK: [[P:%.*]] = alloca [[FOO:%.*]]**,
95 // CHECK-NEXT: [[Y:%.*]] = alloca [[FOO]]*,
97 // CHECK-NEXT: [[T0:%.*]] = load [[FOO]]**, [[FOO]]*** [[P]]
98 // CHECK-NEXT: [[T1:%.*]] = bitcast [[FOO]]** [[T0]] to i8**
100 // CHECK-NEXT: [[T3:%.*]] = bitcast i8* [[T2]] to [[FOO]]*
101 // CHECK-NEXT: store [[FOO]]* [[T3]], [[FOO]]** [[Y]]
112 // CHECK: [[P:%.*]] = alloca [[FOO]]*,
114 // CHECK-NEXT: [[T1:%.*]] = bitcast i8* [[T0]] to [[FOO]]*
115 // CHECK-NEXT: [[T2:%.*]] = bitcast [[FOO]]** [[P]] to i8**
116 // CHECK-NEXT: [[T3:%.*]] = bitcast [[FOO]]* [[T1]] to i8*
/external/deqp-deps/glslang/Test/
Dhlsl.-D-U.frag8 #if FOO==200
11 #error expected FOO 200
14 #ifdef FOO
17 #error expected FOO 200
/external/libxml2/result/schemas/
Dderivation-ok-restriction-2-1-1_0_0.err1 …the corresponding 'required' attribute use of the base complex type definition '{http://FOO}typeA'.
2 …ribute use, nor a matching wildcard exists in the base complex type definition '{http://FOO}typeA'.
3 …ribute use, nor a matching wildcard exists in the base complex type definition '{http://FOO}typeA'.
4 …ribute use, nor a matching wildcard exists in the base complex type definition '{http://FOO}typeA'.
5 …ribute use, nor a matching wildcard exists in the base complex type definition '{http://FOO}typeA'.
6 …equired' attribute use 'barB_3' of the base complex type definition '{http://FOO}typeA' is missing.
DanyAttr-processContents-err1_0_0.err1 …ement elem.lax: Schemas validity error : Element '{http://FOO}elem.lax', attribute '{http://FOO}ba…
2 … elem.strict: Schemas validity error : Element '{http://FOO}elem.strict', attribute '{http://FOO}b…
/external/clang/test/CodeGenObjC/
Dmrc-weak.m114 // CHECK: [[P:%.*]] = alloca [[FOO:%.*]]**,
115 // CHECK-NEXT: [[Y:%.*]] = alloca [[FOO]]*,
117 // CHECK-NEXT: [[T0:%.*]] = load [[FOO]]**, [[FOO]]*** [[P]]
118 // CHECK-NEXT: [[T1:%.*]] = bitcast [[FOO]]** [[T0]] to i8**
120 // CHECK-NEXT: [[T3:%.*]] = bitcast i8* [[T2]] to [[FOO]]*
121 // CHECK-NEXT: store [[FOO]]* [[T3]], [[FOO]]** [[Y]]
132 // CHECK: [[P:%.*]] = alloca [[FOO]]*,
134 // CHECK-NEXT: [[T1:%.*]] = bitcast i8* [[T0]] to [[FOO]]*
135 // CHECK-NEXT: [[T2:%.*]] = bitcast [[FOO]]** [[P]] to i8**
136 // CHECK-NEXT: [[T3:%.*]] = bitcast [[FOO]]* [[T1]] to i8*
/external/llvm/test/FileCheck/
Dcheck-substring-multi-prefix-2.txt1 ; RUN: FileCheck -check-prefix=FOO -check-prefix=FOOBAR -check-prefix=BARFOO -input-file %s %s
2 ; RUN: FileCheck -check-prefix=FOOBAR -check-prefix=FOO -check-prefix=BARFOO -input-file %s %s
3 ; RUN: FileCheck -check-prefix=FOOBAR -check-prefix=BARFOO -check-prefix=FOO -input-file %s %s
8 FOO
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
9 ; FOO: fo{{o}}
/external/llvm/test/Transforms/ForcedFunctionAttrs/
Dforced.ll2 ; RUN: opt < %s -S -forceattrs -force-attribute foo:noinline | FileCheck %s --check-prefix=CHECK-FOO
3 …pt < %s -S -passes=forceattrs -force-attribute foo:noinline | FileCheck %s --check-prefix=CHECK-FOO
6 ; CHECK-FOO: define void @foo() #0 {
12 ; CHECK-FOO: attributes #0 = { noinline }
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/ForcedFunctionAttrs/
Dforced.ll2 ; RUN: opt < %s -S -forceattrs -force-attribute foo:noinline | FileCheck %s --check-prefix=CHECK-FOO
3 …pt < %s -S -passes=forceattrs -force-attribute foo:noinline | FileCheck %s --check-prefix=CHECK-FOO
6 ; CHECK-FOO: define void @foo() #0 {
12 ; CHECK-FOO: attributes #0 = { noinline }

12345678910>>...18