OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FooPtr
(Results
1 - 2
of
2
) sorted by null
/system/extras/tests/bionic/libc/bionic/
lib_relocs.c
9
int*
FooPtr
[] = { &Foo.first, &Foo.second };
13
return *
FooPtr
[0];
18
return *
FooPtr
[1];
/external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp
469
typedef int (*
FooPtr
) ();
491
FooPtr
ptr = (
FooPtr
)(tmp);
Completed in 889 milliseconds