Searched defs:fun2 (Results 1 - 9 of 9) sorted by relevance

/external/clang/test/CodeGenCXX/
H A DPR20038.cpp10 // CHECK: [[FUN2:.*]] = !MDSubprogram(name: "fun2",{{.*}} isDefinition: true
14 bool fun2() { return (C(), b) && 0; } function
H A Dmangle.cpp1036 decltype(U().~S1<T>()) fun2() {} function in namespace:test51
1051 template void fun2<S1<int>, int>();
/external/clang/test/Sema/
H A Dalias-redefinition.c11 void fun2(void) __attribute((alias("f2"))); // expected-note {{previous definition}}
12 void fun2() {} // expected-error {{redefinition of 'fun2'}} function
/external/v8/test/mjsunit/
H A Dobject-literal-overwrite.js116 function fun2() { function
121 var y = fun2();
/external/clang/test/PCH/
H A Dstruct.h25 struct Fun2 *fun2; variable in typeref:struct:Fun2
/external/clang/test/SemaCXX/
H A Dqual-id-test.cpp58 void fun2() function in namespace:C
/external/v8/test/cctest/
H A Dtest-compiler.cc387 Handle<JSFunction> fun2 = v8::Utils::OpenHandle( local
391 CHECK(fun2->IsOptimized()
392 || !CcTest::i_isolate()->use_crankshaft() || !fun2->IsOptimizable());
393 CHECK_EQ(fun1->code(), fun2->code());
H A Dtest-heap.cc3123 v8::Local<v8::Value> fun1, fun2; local
3134 fun2 = env->Global()->Get(v8_str("fun"));
3140 CcTest::global()->Set(v8_str("fun2"), fun2);
3141 CompileRun("function f(a, b) { a(); b(); } f(fun1, fun2);");
H A Dtest-api.cc320 v8::Handle<v8::FunctionTemplate> fun2 = local
329 env->Global()->Set(v8_str("Fun2"), fun2->GetFunction());
4589 const char* fun2 = "f(11)"; local
4590 Local<v8::Array> a1 = CompileRun(fun2).As<v8::Array>();

Completed in 1262 milliseconds