OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:noargs
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
023-define-extra-whitespace.c
1
#define
noargs
() 1
macro
5
noargs
( )
/external/mesa3d/src/glsl/glcpp/tests/
023-define-extra-whitespace.c
1
#define
noargs
() 1
macro
5
noargs
( )
/external/llvm/unittests/ExecutionEngine/JIT/
MultiJITTest.cpp
89
std::vector<GenericValue>
noargs
;
local
90
GenericValue gv1 = EE1->runFunction(FooF1,
noargs
);
91
GenericValue gv2 = EE2->runFunction(FooF2,
noargs
);
119
std::vector<GenericValue>
noargs
;
local
120
GenericValue gv1 = EE1->runFunction(FooF1,
noargs
);
121
GenericValue gv2 = EE2->runFunction(FooF2,
noargs
);
/external/llvm/examples/HowToUseJIT/
HowToUseJIT.cpp
124
std::vector<GenericValue>
noargs
;
local
125
GenericValue gv = EE->runFunction(FooF,
noargs
);
Completed in 195 milliseconds