Home
last modified time | relevance | path

Searched refs:fun5 (Results 1 – 6 of 6) sorted by relevance

/external/clang/test/SemaCXX/
Dmember-expr.cpp149 S fun5(int i); // expected-note{{possible target for call}}
150 S fun5(float f); // expected-note{{possible target for call}}
152 …return fun5.x; // expected-error{{reference to overloaded function could not be resolved; did you … in g5()
Dqual-id-test.cpp100 void fun5() in fun5() function
114 fun5<A::sub>(); // expected-note{{instantiation}} in test_fun5()
/external/clang/test/Sema/
Dalias-redefinition.c24 void __attribute((alias("f5"))) fun5(void) {} // expected-error {{redefinition of 'fun5'}} // expec… in fun5() function
/external/llvm/test/CodeGen/X86/
Ddagcombine-shifts.ll68 define i64 @fun5(i16 zeroext %v) {
76 ; CHECK-LABEL: @fun5
/external/clang/test/CodeGenCXX/
Dmangle.cpp1042 decltype(S1<int>().~S1<T>()) fun5(){}; in fun5() function
1057 template void fun5<int>();
/external/v8/test/cctest/
Dtest-api.cc4607 const char* fun5 = "f(17, 18, 19, 20)"; in THREADED_TEST() local
4608 Local<v8::Array> a4 = CompileRun(fun5).As<v8::Array>(); in THREADED_TEST()