Home
last modified time | relevance | path

Searched refs:fun4 (Results 1 – 7 of 7) sorted by relevance

/external/clang/test/SemaCXX/
Dwarn-tautological-compare.cpp68 int* fun4(int);
90 if (fun4 == 0) {} in test()
103 if (nullptr != fun4) {} in test()
Dmember-expr.cpp144 template <typename T> S fun4(); // expected-note{{possible target for call}}
146 …return fun4.x; // expected-error{{reference to overloaded function could not be resolved; did you … in g4()
/external/clang/test/Sema/
Dalias-redefinition.c19 void fun4(void) __attribute((alias("f4")));
20 void fun4(void);
/external/llvm/test/DebugInfo/
DPR20038.ll10 ; void fun4() { b && (C(), 1); }
31 ; CHECK: DW_AT_name {{.*}} "fun4"
135 !12 = !MDSubprogram(name: "fun4", linkageName: "_Z4fun4v", line: 5, isLocal: false, isDefinition: t…
/external/llvm/test/CodeGen/X86/
Ddagcombine-shifts.ll54 define i64 @fun4(i8 zeroext %v) {
62 ; CHECK-LABEL: @fun4
/external/clang/test/CodeGenCXX/
Dmangle.cpp1040 decltype(S1<T>().~S1<T>(), S1<T>().~S1<T>()) fun4() {}; in fun4() function
1055 template void fun4<int>();
/external/v8/test/cctest/
Dtest-api.cc4600 const char* fun4 = "f(14, 15, 16)"; in THREADED_TEST() local
4601 Local<v8::Array> a3 = CompileRun(fun4).As<v8::Array>(); in THREADED_TEST()