OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Func1
(Results
1 - 8
of
8
) sorted by null
/external/compiler-rt/lib/asan/lit_tests/TestCases/
stack-use-after-return.cc
20
char *
Func1
() {
31
// CHECK: is located {{.*}} in frame <{{.*}}
Func1
{{.*}}> of T0's stack
35
Func2(
Func1
());
/external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp
318
Function *
Func1
= Function::Create(Func1Ty, Function::ExternalLinkage,
319
"
func1
", M);
324
BasicBlock *Block1 = BasicBlock::Create(Context, "block1",
Func1
);
332
// Make
Func1
call Func2(0) and Func3(0).
358
reinterpret_cast<void(*)()>((intptr_t)TheJIT->getPointerToFunction(
Func1
));
371
Function *
Func1
= Function::Create(FuncTy, Function::ExternalLinkage,
372
"
func1
", M);
375
BasicBlock *Block1 = BasicBlock::Create(Context, "block1",
Func1
);
388
(void)TheJIT->getPointerToFunction(
Func1
);
391
TheJIT->freeMachineCodeForFunction(
Func1
);
[
all
...]
/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
299
static int
Func1
() { return 999; }
302
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/unittest/
demo_tests.cc
455
void
Func1
() { RaceyWrite(); }
456
void Func2() {
Func1
(); }
/external/valgrind/main/drd/tests/
tsan_unittest.cpp
[
all
...]
Completed in 2148 milliseconds