Home
last modified time | relevance | path

Searched refs:noargs (Results 1 – 4 of 4) sorted by relevance

/external/llvm/unittests/ExecutionEngine/JIT/
DMultiJITTest.cpp89 std::vector<GenericValue> noargs; in TEST() local
90 GenericValue gv1 = EE1->runFunction(FooF1, noargs); in TEST()
91 GenericValue gv2 = EE2->runFunction(FooF2, noargs); in TEST()
119 std::vector<GenericValue> noargs; in TEST() local
120 GenericValue gv1 = EE1->runFunction(FooF1, noargs); in TEST()
121 GenericValue gv2 = EE2->runFunction(FooF2, noargs); in TEST()
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
D023-define-extra-whitespace.c1 #define noargs() 1 macro
5 noargs ( )
/external/mesa3d/src/glsl/glcpp/tests/
D023-define-extra-whitespace.c1 #define noargs() 1 macro
5 noargs ( )
/external/llvm/examples/HowToUseJIT/
DHowToUseJIT.cpp124 std::vector<GenericValue> noargs; in main() local
125 GenericValue gv = EE->runFunction(FooF, noargs); in main()