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

  /external/compiler-rt/test/asan/TestCases/
stack-use-after-return.cc 40 char *Func1() {
62 Func2(Func1());
77 Func2(Func1());
  /external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp 323 Function *Func1 = Function::Create(Func1Ty, Function::ExternalLinkage,
324 "func1", M);
329 BasicBlock *Block1 = BasicBlock::Create(Context, "block1", Func1);
337 // Make Func1 call Func2(0) and Func3(0).
363 reinterpret_cast<void(*)()>((intptr_t)TheJIT->getPointerToFunction(Func1));
376 Function *Func1 = Function::Create(FuncTy, Function::ExternalLinkage,
377 "func1", M);
380 BasicBlock *Block1 = BasicBlock::Create(Context, "block1", Func1);
393 (void)TheJIT->getPointerToFunction(Func1);
396 TheJIT->freeMachineCodeForFunction(Func1);
    [all...]
  /external/clang/test/Sema/
attr-capabilities.c 24 void Func1(void) __attribute__((requires_capability(GUI))) {}
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
pystone.py 122 if EnumLoc == Func1(CharIndex, 'C'):
225 def Func1(CharPar1, CharPar2):
236 if Func1(StrParI1[IntLoc], StrParI2[IntLoc+1]) == Ident1:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
pystone.py 122 if EnumLoc == Func1(CharIndex, 'C'):
225 def Func1(CharPar1, CharPar2):
236 if Func1(StrParI1[IntLoc], StrParI2[IntLoc+1]) == Ident1:
  /external/chromium_org/third_party/libjingle/source/talk/base/
thread_unittest.cc 284 static int Func1() { return 999; }
287 EXPECT_EQ(999, thread.Invoke<int>(&LocalFuncs::Func1));
  /external/chromium_org/third_party/webrtc/base/
thread_unittest.cc 267 static int Func1() { return 999; }
270 EXPECT_EQ(999, thread.Invoke<int>(&LocalFuncs::Func1));
  /external/clang/test/SemaCXX/
overloaded-operator.cpp 197 typedef INTREF Func1(FLOAT, double);
201 operator Func1*(); // expected-note 2{{conversion candidate of type 'INTREF (*)(FLOAT, double)'}}
  /external/valgrind/main/drd/tests/
tsan_unittest.cpp     [all...]

Completed in 661 milliseconds