Home
last modified time | relevance | path

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

/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/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/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/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/llvm/test/CodeGen/X86/
Ddagcombine-shifts.ll40 define i32 @fun3(i16 zeroext %v) {
48 ; CHECK-LABEL: @fun3
/external/clang/test/CodeGenCXX/
Dmangle.cpp1038 decltype(S1<T>().~U()) fun3() {} in fun3() function
1053 template void fun3<S1<int>, int>();
/external/curl/
Dacinclude.m42505 #define c99_vmacro3(first, ...) fun3(first, __VA_ARGS__)
2507 int fun3(int arg1, int arg2, int arg3);
2509 int fun3(int arg1, int arg2, int arg3)
2533 #define gcc_vmacro3(first, args...) fun3(first, args)
2535 int fun3(int arg1, int arg2, int arg3);
2537 int fun3(int arg1, int arg2, int arg3)