Home
last modified time | relevance | path

Searched refs:fun3 (Results 1 – 25 of 26) sorted by relevance

12

/external/clang/test/SemaCXX/
Dmember-expr.cpp142 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()
Dwarn-tautological-compare.cpp67 int* fun3();
86 if (fun3 == 0) {} in test()
99 if (nullptr != fun3) {} in test()
Dqual-id-test.cpp85 void fun3() in fun3() function
/external/curl/CMake/
DCurlTests.c569 #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/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-split/
Dscc-comdat.ll10 ; CHECK0: declare i32 @fun3
14 ; CHECK1: define i32 @fun3
28 define i32 @fun3() section ".text.funs" comdat($fun) {
/external/llvm/test/tools/llvm-split/
Dscc-comdat.ll10 ; 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/
Daltmacro_string.s38 .macro fun3 arg1 arg2 macro
43 fun3 5<6 , 5>8
56 fun3 \arg
/external/clang/test/Sema/
Dalias-redefinition.c15 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/
Dmap_fusion_test.py47 for k, fun3 in enumerate(functions):
50 [fun1, fun2, fun3],
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dvec-zext.ll24 define <2 x i64> @fun3(<2 x i8> %val1) {
25 ; CHECK-LABEL: fun3:
Dvec-sext.ll24 define <2 x i64> @fun3(<2 x i8> %val1) {
25 ; CHECK-LABEL: fun3:
Dstore_nonbytesized_vecs.ll121 define void @fun3(<3 x i31>* %src, <3 x i31>* %p)
122 ; CHECK-LABEL: fun3:
Dvec-cmpsel.ll41 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:
Dvec-cmp-cmp-logic-select.ll56 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/
Daarch64-vuzp.ll27 ; CHECK-LABEL: fun3:
29 define i32 @fun3() {
/external/llvm/test/CodeGen/X86/
Ddagcombine-shifts.ll40 define i32 @fun3(i16 zeroext %v) {
48 ; CHECK-LABEL: @fun3
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Ddagcombine-shifts.ll40 define i32 @fun3(i16 zeroext %v) {
48 ; CHECK-LABEL: @fun3
/external/clang/test/OpenMP/
Ddeclare_reduction_messages.c33 #pragma omp declare reduction(fun3 : long : omp_out += omp_in) initializer[ // expec…
Ddeclare_reduction_messages.cpp54 #pragma omp declare reduction(fun3 : long : omp_out += omp_in) initializer[ …
/external/clang/test/CodeGenCXX/
Dmangle.cpp1038 decltype(S1<T>().~U()) fun3() {} in fun3() function
1053 template void fun3<S1<int>, int>();
/external/curl/
Dacinclude.m42092 #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)
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/CostModel/SystemZ/
Ddiv-pow2.ll23 define i32 @fun3(i32 %a) {
Dscalar-cmp-cmp-log-sel.ll50 define i64 @fun3(i8 %val1, i8 %val2, i8 %val3, i8 %val4,
58 ; CHECK: fun3
Dcmpsel.ll41 define i64 @fun3(i8 %val1, i8 %val2,
47 ; CHECK: fun3
Dcmp-ext.ll34 define i64 @fun3(i8 %val1, i8 %val2) {
39 ; CHECK: fun3

12