Home
last modified time | relevance | path

Searched refs:pfoo (Results 1 – 21 of 21) sorted by relevance

/external/llvm/test/CodeGen/X86/
Ddbg-changes-codegen.ll5 ; 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
Dpic.ll68 @pfoo = external global void(...)*
73 store void(...)* %tmp, void(...)** @pfoo
74 %tmp1 = load void(...)*, void(...)** @pfoo
83 ; LINUX: movl pfoo@GOT(%[[REG3]]),
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Ddbg-changes-codegen.ll5 ; 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
Dpic.ll68 @pfoo = external global void(...)*
73 store void(...)* %tmp, void(...)** @pfoo
74 %tmp1 = load void(...)*, void(...)** @pfoo
83 ; LINUX: movl pfoo@GOT(%[[REG3]]),
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dpic.ll68 @pfoo = external global void(...)*
73 store void(...)* %tmp, void(...)** @pfoo
74 %tmp1 = load void(...)** @pfoo
83 ; LINUX: movl pfoo@GOT(%[[REG3]]),
/external/clang/test/Sema/
Dcallingconv-sysv_abi.c4 void (*pfoo)(void) = foo; // expected-warning{{incompatible pointer types}} variable
Dcallingconv-ms_abi.c4 void (*pfoo)(void) = foo; variable
Dcompound-literal.c22 extern void fooFunc(struct foo *pfoo);
Dcallingconv-iamcu.c23 void (__attribute__((fastcall)) *pfoo)(float*) = foo; // expected-warning {{calling convention 'fas… variable
Dcallingconv.c30 void (__attribute__((fastcall)) *pfoo)(float*) = foo; variable
/external/deqp-deps/glslang/Test/
D320.frag73 void pfoo()
D310.comp168 precise int pfoo; // ERROR, reserved
D320.vert62 void pfoo()
D310.vert171 void pfoo()
D310.frag217 void pfoo()
/external/deqp-deps/glslang/Test/baseResults/
D310.comp.out503 0:? 'pfoo' ( noContraction temp highp int)
597 0:? 'pfoo' ( noContraction temp highp int)
D320.frag.out115 0:73 Function Definition: pfoo( ( global void)
D320.vert.out64 0:62 Function Definition: pfoo( ( global void)
D310.vert.out359 0:171 Function Definition: pfoo( ( global void)
D310.frag.out473 0:217 Function Definition: pfoo( ( global void)
/external/clang/docs/CommandGuide/
Dclang.rst138 Enable support for Pascal-style strings with "\\pfoo".