HomeSort by relevance Sort by last modified time
    Searched refs:Func2 (Results 1 - 4 of 4) sorted by null

  /external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp 333 Function *Func2 = Function::Create(FuncTy, Function::InternalLinkage,
334 "func2", M);
338 BasicBlock *Block2 = BasicBlock::Create(Context, "block2", Func2);
339 BasicBlock *True2 = BasicBlock::Create(Context, "cond_true", Func2);
340 BasicBlock *False2 = BasicBlock::Create(Context, "cond_false", Func2);
345 // Make Func1 call Func2(0) and Func3(0).
347 Builder.CreateCall(Func2, ConstantInt::getTrue(Context));
351 // void Func2(bool b) { if (b) { Func3(false); return; } return; }
353 Builder.CreateCondBr(Func2->arg_begin(), True2, False2);
360 // void Func3(bool b) { if (b) { Func2(false); return; } return;
    [all...]
  /external/clang/test/SemaCXX/
overloaded-operator.cpp 198 typedef float& Func2(int, double);
202 operator Func2&(); // expected-note 2{{conversion candidate of type 'float &(&)(int, double)'}}
  /external/valgrind/unittest/
demo_tests.cc 456 void Func2() { Func1(); }
457 void Func3() { Func2(); }
  /external/valgrind/main/drd/tests/
tsan_unittest.cpp     [all...]

Completed in 128 milliseconds