Searched refs:foo11 (Results 1 – 25 of 39) sorted by relevance
12
/external/deqp-deps/glslang/Test/ |
D | hlsl.overload.frag | 31 void foo11(float3) {} 32 void foo11(double) {} 33 void foo11(int3) {} 34 void foo11(uint) {} 131 foo11(b); 132 foo11(f);
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/ |
D | brdelayslot.ll | 115 ; FORWARD: jal foo11 116 ; FORWARD: jal foo11 122 tail call void @foo11() nounwind 123 tail call void @foo11() nounwind 125 tail call void @foo11() nounwind 130 declare void @foo11()
|
/external/llvm/test/CodeGen/Mips/ |
D | brdelayslot.ll | 114 ; FORWARD: jal foo11 115 ; FORWARD: jal foo11 121 tail call void @foo11() nounwind 122 tail call void @foo11() nounwind 124 tail call void @foo11() nounwind 129 declare void @foo11()
|
/external/clang/test/CodeGen/ |
D | stdcall-fastcall.c | 131 void __attribute__((fastcall)) foo11(double y, int x); 135 foo11(y, x); in bar11()
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | hlsl.overload.frag.out | 78 0:31 Function Definition: foo11(vf3; ( temp void) 81 0:32 Function Definition: foo11(d1; ( temp void) 84 0:33 Function Definition: foo11(vi3; ( temp void) 87 0:34 Function Definition: foo11(u1; ( temp void) 322 0:131 Function Call: foo11(u1; ( temp void) 325 0:132 Function Call: foo11(d1; ( temp void) 447 0:31 Function Definition: foo11(vf3; ( temp void) 450 0:32 Function Definition: foo11(d1; ( temp void) 453 0:33 Function Definition: foo11(vi3; ( temp void) 456 0:34 Function Definition: foo11(u1; ( temp void) [all …]
|
/external/clang/test/Driver/ |
D | at_file_win.c | 29 #ifdef foo11
|
D | at_file.c | 31 #ifdef foo11
|
D | at_file.c.args.utf16le | 10 -D foo11
|
D | at_file_win.c.args | 10 -D foo11
|
D | at_file.c.args | 10 -D foo11
|
/external/clang/test/Sema/ |
D | mips-interrupt-attr.c | 28 __attribute__((mips16)) __attribute ((interrupt)) void foo11() {} // expected-error {{'mips16' and … in foo11() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/NVPTX/ |
D | load-with-non-coherent-cache.ll | 110 ; SM20-LABEL: .visible .entry foo11( 112 ; SM35-LABEL: .visible .entry foo11( 114 define void @foo11(<2 x float> * noalias readonly %from, <2 x float> * %to) { 256 !11 = !{void (<2 x float> *, <2 x float> *)* @foo11, !"kernel", i32 1}
|
/external/llvm/test/CodeGen/NVPTX/ |
D | load-with-non-coherent-cache.ll | 110 ; SM20-LABEL: .visible .entry foo11( 112 ; SM35-LABEL: .visible .entry foo11( 114 define void @foo11(<2 x float> * noalias readonly %from, <2 x float> * %to) { 256 !11 = !{void (<2 x float> *, <2 x float> *)* @foo11, !"kernel", i32 1}
|
/external/llvm/test/MC/ELF/ |
D | weakref.s | 48 .weakref foo11, bar11
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ELF/ |
D | weakref.s | 48 .weakref foo11, bar11
|
/external/swiftshader/third_party/LLVM/test/MC/ELF/ |
D | weakref.s | 48 .weakref foo11, bar11
|
/external/swiftshader/third_party/LLVM/test/CodeGen/SystemZ/ |
D | 02-MemArith.ll | 113 define signext i32 @foo11(i32 %a, i32 *%b, i64 %idx) { 114 ; CHECK: foo11:
|
/external/clang/test/Parser/ |
D | cxx-template-argument.cpp | 121 template<int N1, int N2> struct foo11 : struct
|
/external/clang/test/SemaOpenCL/ |
D | amdgpu-num-register-attrs.cl | 24 __attribute__((amdgpu_num_sgpr(0))) kernel void foo11() {}
|
/external/clang/test/SemaObjC/ |
D | method-sentinel-attr.m | 16 - (void) foo11 : (int)x, ... __attribute__ ((__sentinel__(1,1,3))); // expected-error {{'__sentine…
|
/external/llvm/test/CodeGen/Hexagon/ |
D | signed_immediates.ll | 79 define void @foo11(i64* %a, i64 %b) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/ |
D | signed_immediates.ll | 79 define void @foo11(i64* %a, i64 %b) {
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-csel.ll | 133 define i32 @foo11(i32 %v) nounwind readnone optsize ssp { 135 ; CHECK-LABEL: foo11:
|
/external/clang/test/CodeGenCXX/ |
D | mangle-ms-back-references-pr13207.cpp | 76 void foo11(NA::Y<NA::X>, NB::Y<NA::X>) {} in foo11() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | arm64-csel.ll | 134 define i32 @foo11(i32 %v) nounwind readnone optsize ssp { 136 ; CHECK-LABEL: foo11:
|
12