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

  /external/compiler-rt/lib/asan/lit_tests/TestCases/
stack-use-after-return.cc 26 void Func2(char *x) {
30 // CHECK: #0{{.*}}Func2{{.*}}stack-use-after-return.cc:[[@LINE-2]]
35 Func2(Func1());
  /external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp 320 Function *Func2 = Function::Create(FuncTy, Function::InternalLinkage,
321 "func2", M);
325 BasicBlock *Block2 = BasicBlock::Create(Context, "block2", Func2);
326 BasicBlock *True2 = BasicBlock::Create(Context, "cond_true", Func2);
327 BasicBlock *False2 = BasicBlock::Create(Context, "cond_false", Func2);
332 // Make Func1 call Func2(0) and Func3(0).
334 Builder.CreateCall(Func2, ConstantInt::getTrue(Context));
338 // void Func2(bool b) { if (b) { Func3(false); return; } return; }
340 Builder.CreateCondBr(Func2->arg_begin(), True2, False2);
347 // void Func3(bool b) { if (b) { Func2(false); return; } return;
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
thread_unittest.cc 298 static void Func2() {}
301 thread.Invoke<void>(&LocalFuncs::Func2);
  /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)'}}
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
pystone.py 113 BoolGlob = not Func2(String1Loc, String2Loc)
233 def Func2(StrParI1, StrParI2):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
pystone.py 113 BoolGlob = not Func2(String1Loc, String2Loc)
233 def Func2(StrParI1, StrParI2):
  /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 1206 milliseconds