/external/clang/test/SemaCXX/ |
D | member-expr.cpp | 142 S fun3(int i=0); // expected-note{{possible target for call}} 143 int fun3(int i, int j); // expected-note{{possible target for call}} 145 …return fun3.x; // expected-error{{reference to overloaded function could not be resolved; did you … in g3() 166 Vec fun3(int x = 0); 167 …int test3() { return fun3.size(); } // expected-error {{base of member reference is a function; pe… in test3()
|
D | warn-tautological-compare.cpp | 67 int* fun3(); 86 if (fun3 == 0) {} in test() 99 if (nullptr != fun3) {} in test()
|
D | qual-id-test.cpp | 85 void fun3() in fun3() function
|
/external/curl/CMake/ |
D | CurlTests.c | 569 #define c99_vmacro3(first, ...) fun3(first, __VA_ARGS__) 572 int fun3(int arg1, int arg2, int arg3); 575 int fun3(int arg1, int arg2, int arg3) { in fun3() function 590 #define gcc_vmacro3(first, args...) fun3(first, args) 593 int fun3(int arg1, int arg2, int arg3); 596 int fun3(int arg1, int arg2, int arg3) { in fun3() function
|
/external/llvm/test/tools/llvm-split/ |
D | scc-comdat.ll | 10 ; CHECK0: declare i32 @fun3 14 ; CHECK1: define i32 @fun3 28 define i32 @fun3() section ".text.funs" comdat($fun) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-split/ |
D | scc-comdat.ll | 10 ; CHECK0: declare i32 @fun3 14 ; CHECK1: define i32 @fun3 28 define i32 @fun3() section ".text.funs" comdat($fun) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AsmParser/ |
D | altmacro_string.s | 38 .macro fun3 arg1 arg2 macro 43 fun3 5<6 , 5>8 56 fun3 \arg
|
/external/clang/test/Sema/ |
D | alias-redefinition.c | 15 void fun3(void) __attribute((alias("f3"))); // expected-note {{previous definition}} 16 void fun3(void) __attribute((alias("f3"))); // expected-error {{redefinition of 'fun3'}}
|
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/optimization/ |
D | map_fusion_test.py | 47 for k, fun3 in enumerate(functions): 50 [fun1, fun2, fun3],
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | vec-sext.ll | 24 define <2 x i64> @fun3(<2 x i8> %val1) { 25 ; CHECK-LABEL: fun3:
|
D | vec-zext.ll | 24 define <2 x i64> @fun3(<2 x i8> %val1) { 25 ; CHECK-LABEL: fun3:
|
D | store_nonbytesized_vecs.ll | 121 define void @fun3(<3 x i31>* %src, <3 x i31>* %p) 122 ; CHECK-LABEL: fun3:
|
D | vec-cmpsel.ll | 41 define <16 x i16> @fun3(<16 x i8> %val1, <16 x i8> %val2, <16 x i16> %val3, <16 x i16> %val4) { 42 ; CHECK-LABEL: fun3:
|
D | vec-cmp-cmp-logic-select.ll | 56 define <16 x i16> @fun3(<16 x i8> %val1, <16 x i8> %val2, <16 x i16> %val3, <16 x i16> %val4, <16 x… 57 ; CHECK-LABEL: fun3:
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | aarch64-vuzp.ll | 27 ; CHECK-LABEL: fun3: 29 define i32 @fun3() {
|
/external/llvm/test/CodeGen/X86/ |
D | dagcombine-shifts.ll | 40 define i32 @fun3(i16 zeroext %v) { 48 ; CHECK-LABEL: @fun3
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | dagcombine-shifts.ll | 40 define i32 @fun3(i16 zeroext %v) { 48 ; CHECK-LABEL: @fun3
|
/external/clang/test/OpenMP/ |
D | declare_reduction_messages.c | 33 #pragma omp declare reduction(fun3 : long : omp_out += omp_in) initializer[ // expec…
|
D | declare_reduction_messages.cpp | 54 #pragma omp declare reduction(fun3 : long : omp_out += omp_in) initializer[ …
|
/external/clang/test/CodeGenCXX/ |
D | mangle.cpp | 1038 decltype(S1<T>().~U()) fun3() {} in fun3() function 1053 template void fun3<S1<int>, int>();
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/CostModel/SystemZ/ |
D | div-pow2.ll | 23 define i32 @fun3(i32 %a) {
|
D | scalar-cmp-cmp-log-sel.ll | 50 define i64 @fun3(i8 %val1, i8 %val2, i8 %val3, i8 %val4, 58 ; CHECK: fun3
|
D | cmpsel.ll | 41 define i64 @fun3(i8 %val1, i8 %val2, 47 ; CHECK: fun3
|
D | cmp-ext.ll | 34 define i64 @fun3(i8 %val1, i8 %val2) { 39 ; CHECK: fun3
|
/external/curl/ |
D | acinclude.m4 | 2092 #define c99_vmacro3(first, ...) fun3(first, __VA_ARGS__) 2094 int fun3(int arg1, int arg2, int arg3); 2096 int fun3(int arg1, int arg2, int arg3) 2120 #define gcc_vmacro3(first, args...) fun3(first, args) 2122 int fun3(int arg1, int arg2, int arg3); 2124 int fun3(int arg1, int arg2, int arg3)
|