Searched defs:Func2 (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/unittest/
H A Ddemo_tests.cc456 void Func2() { Func1(); } function in namespace:test312
457 void Func3() { Func2(); }
/external/clang/test/SemaCXX/
H A Doverloaded-operator.cpp198 typedef float& Func2(int, double); typedef
202 operator Func2&(); // expected-note 2{{conversion candidate of type 'float &(&)(int, double)'}}
/external/llvm/unittests/ExecutionEngine/JIT/
H A DJITTest.cpp345 Function *Func2 = Function::Create(FuncTy, Function::InternalLinkage, local
350 BasicBlock *Block2 = BasicBlock::Create(Context, "block2", Func2);
351 BasicBlock *True2 = BasicBlock::Create(Context, "cond_true", Func2);
352 BasicBlock *False2 = BasicBlock::Create(Context, "cond_false", Func2);
357 // Make Func1 call Func2(0) and Func3(0).
359 Builder.CreateCall(Func2, ConstantInt::getTrue(Context));
363 // void Func2(bool b) { if (b) { Func3(false); return; } return; }
365 Builder.CreateCondBr(Func2->arg_begin(), True2, False2);
372 // void Func3(bool b) { if (b) { Func2(false); return; } return; }
376 Builder.CreateCall(Func2, ConstantIn
398 Function *Func2 = Function::Create(FuncTy, Function::InternalLinkage, local
[all...]
/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp7113 void Func2() { Func1(); } function in namespace:test312
7114 void Func3() { Func2(); }

Completed in 199 milliseconds