Searched refs:pfoo (Results 1 – 25 of 37) sorted by relevance
12
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | dbg-changes-codegen.ll | 5 ; CHECK-NOT: movq pfoo 6 ; CHECK: cmpq {{%[a-z]+}}, pfoo(%rip) 19 ; Foo *pfoo; 20 ; bool Foo::bat() { return (*this == *pfoo); } 38 @pfoo = global %struct.Foo* null, align 8 46 %0 = load %struct.Foo*, %struct.Foo** @pfoo, align 8
|
D | pic.ll | 84 @pfoo = external global void(...)* 89 store void(...)* %tmp, void(...)** @pfoo 90 %tmp1 = load void(...)*, void(...)** @pfoo 99 ; CHECK-I686: movl pfoo@GOT(%[[REG3]]), 102 ; CHECK-X32: movl pfoo@GOTPCREL(%rip),
|
/external/llvm/test/CodeGen/X86/ |
D | dbg-changes-codegen.ll | 5 ; CHECK-NOT: movq pfoo 6 ; CHECK: cmpq {{%[a-z]+}}, pfoo(%rip) 19 ; Foo *pfoo; 20 ; bool Foo::bat() { return (*this == *pfoo); } 38 @pfoo = global %struct.Foo* null, align 8 46 %0 = load %struct.Foo*, %struct.Foo** @pfoo, align 8
|
D | pic.ll | 68 @pfoo = external global void(...)* 73 store void(...)* %tmp, void(...)** @pfoo 74 %tmp1 = load void(...)*, void(...)** @pfoo 83 ; LINUX: movl pfoo@GOT(%[[REG3]]),
|
/external/clang/test/Sema/ |
D | callingconv-sysv_abi.c | 4 void (*pfoo)(void) = foo; // expected-warning{{incompatible pointer types}} variable
|
D | callingconv-ms_abi.c | 4 void (*pfoo)(void) = foo; variable
|
D | compound-literal.c | 22 extern void fooFunc(struct foo *pfoo);
|
D | callingconv-iamcu.c | 23 void (__attribute__((fastcall)) *pfoo)(float*) = foo; // expected-warning {{calling convention 'fas… variable
|
D | callingconv.c | 30 void (__attribute__((fastcall)) *pfoo)(float*) = foo; variable
|
/external/llvm-project/clang/test/Sema/ |
D | callingconv-sysv_abi.c | 4 void (*pfoo)(void) = foo; // expected-warning{{incompatible function pointer types}} variable
|
D | callingconv-ms_abi.c | 4 void (*pfoo)(void) = foo; variable
|
D | compound-literal.c | 22 extern void fooFunc(struct foo *pfoo);
|
D | callingconv-iamcu.c | 23 void (__attribute__((fastcall)) *pfoo)(float*) = foo; // expected-warning {{'fastcall' calling conv… variable
|
D | callingconv.c | 30 void (__attribute__((fastcall)) *pfoo)(float*) = foo; variable
|
/external/llvm-project/lld/test/ELF/linkerscript/ |
D | common-assign.s | 26 # CHECK-NEXT: Name: pfoo
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | 320.frag | 73 void pfoo()
|
D | 310.comp | 168 precise int pfoo; // ERROR, reserved
|
D | 320.vert | 62 void pfoo()
|
D | 310.vert | 171 void pfoo()
|
D | 310.frag | 217 void pfoo()
|
/external/deqp-deps/glslang/Test/ |
D | 320.frag | 73 void pfoo()
|
D | 310.comp | 168 precise int pfoo; // ERROR, reserved
|
D | 320.vert | 62 void pfoo()
|
D | 310.vert | 171 void pfoo()
|
D | 310.frag | 217 void pfoo()
|
12