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

/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
H A D023-define-extra-whitespace.c1 #define noargs() 1 macro
5 noargs ( )
/external/mesa3d/src/glsl/glcpp/tests/
H A D023-define-extra-whitespace.c1 #define noargs() 1 macro
5 noargs ( )
/external/llvm/unittests/ExecutionEngine/JIT/
H A DMultiJITTest.cpp89 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/
H A DHowToUseJIT.cpp124 std::vector<GenericValue> noargs; local
125 GenericValue gv = EE->runFunction(FooF, noargs);

Completed in 180 milliseconds