/external/clang/test/SemaCXX/ |
D | warn-tautological-compare.cpp | 66 int fun2(); 76 (void)CallFunction(fun2); in ignore() 82 if (fun2 == 0) {} in test() 96 if (nullptr != fun2) {} in test()
|
D | member-expr.cpp | 136 S fun2(); // expected-note{{possible target for call}} 137 S fun2(int i); // expected-note{{possible target for call}} 139 …return fun2.x; // expected-error{{reference to overloaded function could not be resolved; did you … in g2() 164 Vec *fun2(); 165 …int test2() { return fun2->size(); } // expected-error {{base of member reference is a function; p… in test2()
|
D | qual-id-test.cpp | 64 void fun2() in fun2() function
|
/external/curl/CMake/ |
D | CurlTests.c | 570 #define c99_vmacro2(first, ...) fun2(first, __VA_ARGS__) 573 int fun2(int arg1, int arg2); 578 int fun2(int arg1, int arg2) { in fun2() function 591 #define gcc_vmacro2(first, args...) fun2(first, args) 594 int fun2(int arg1, int arg2); 599 int fun2(int arg1, int arg2) { in fun2() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/LTO/Resolution/X86/ |
D | symtab.ll | 20 ; CHECK: D------X @fun2@8 21 ; CHECK-NEXT: comdat @fun2@8 22 $fun2 = comdat any 23 define x86_fastcallcc i32 @fun2(i32 inreg %a, i32 inreg %b) comdat {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-split/ |
D | scc-comdat.ll | 9 ; CHECK0: declare dso_local i32 @fun2 13 ; CHECK1: define internal i32 @fun2 23 define internal i32 @fun2() section ".text.funs" comdat($fun) {
|
/external/llvm/test/tools/llvm-split/ |
D | scc-comdat.ll | 9 ; CHECK0: declare i32 @fun2 13 ; CHECK1: define internal i32 @fun2 23 define internal i32 @fun2() section ".text.funs" comdat($fun) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | prologue-epilogue-remarks.mir | 7 define void @fun2() noredzone { ret void } 48 name: fun2 54 # CHECK-NEXT: Function: fun2
|
D | dagcombine-shifts.ll | 26 define i32 @fun2(i8 zeroext %v) { 34 ; CHECK-LABEL: @fun2
|
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/optimization/ |
D | map_fusion_test.py | 42 for j, fun2 in enumerate(functions): 45 [fun1, fun2], 50 [fun1, fun2, fun3],
|
/external/deqp-deps/glslang/Test/ |
D | hlsl.function.frag | 6 uint fun2(float4 col) 18 uint entityId = fun2(fun0());
|
/external/clang/test/Sema/ |
D | alias-redefinition.c | 11 void fun2(void) __attribute((alias("f2"))); // expected-note {{previous definition}} 12 void fun2() {} // expected-error {{redefinition of 'fun2'}} in fun2() function
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | hlsl.function.frag.out | 19 0:7 Function Definition: fun2(vf4; ( temp uint) 44 0:18 Function Call: fun2(vf4; ( temp uint) 77 0:7 Function Definition: fun2(vf4; ( temp uint) 102 0:18 Function Call: fun2(vf4; ( temp uint)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | prologue-epilogue-remarks.mir | 41 name: fun2 47 # CHECK-NEXT: Function: fun2
|
D | aarch64-vuzp.ll | 16 ; CHECK-LABEL: fun2: 18 define i32 @fun2() {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AsmParser/ |
D | altmacro_string.s | 55 .macro fun2 arg macro 59 fun2 <5,6>
|
/external/clang/test/CodeGenCXX/ |
D | PR20038.cpp | 14 bool fun2() { return (C(), b) && 0; } in fun2() function
|
/external/clang/test/PCH/ |
D | struct.c | 23 return fun2->very_fun; in get_very_fun()
|
D | struct.h | 25 struct Fun2 *fun2; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | vec-zext.ll | 15 define <2 x i32> @fun2(<2 x i8> %val1) { 16 ; CHECK-LABEL: fun2:
|
D | vec-sext.ll | 15 define <2 x i32> @fun2(<2 x i8> %val1) { 16 ; CHECK-LABEL: fun2:
|
D | store_nonbytesized_vecs.ll | 73 define void @fun2(<8 x i32> %src, <8 x i31>* %p) 74 ; CHECK-LABEL: fun2:
|
/external/clang/test/OpenMP/ |
D | declare_reduction_messages.cpp | 39 #pragma omp declare reduction(fun2 : T, T : omp_out++) // expected-error {{reduction type cann… 53 #pragma omp declare reduction(fun2 : long : omp_out += omp_in) initializer { …
|
D | declare_reduction_messages.c | 32 #pragma omp declare reduction(fun2 : long : omp_out += omp_in) initializer { // expec…
|
/external/llvm/test/CodeGen/X86/ |
D | dagcombine-shifts.ll | 26 define i32 @fun2(i8 zeroext %v) { 34 ; CHECK-LABEL: @fun2
|