Searched defs:noargs (Results 1 - 6 of 6) sorted by relevance

/external/mesa3d/src/glsl/glcpp/tests/
H A D023-define-extra-whitespace.c1 #define noargs() 1 macro
5 noargs ( )
/external/llvm/examples/HowToUseJIT/
H A DHowToUseJIT.cpp132 std::vector<GenericValue> noargs; local
133 GenericValue gv = EE->runFunction(FooF, noargs);
/external/swiftshader/third_party/LLVM/examples/HowToUseJIT/
H A DHowToUseJIT.cpp124 std::vector<GenericValue> noargs; local
125 GenericValue gv = EE->runFunction(FooF, noargs);
/external/swiftshader/third_party/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/toybox/toys/posix/
H A Ddu.c159 char *noargs[] = {".", 0}, **args; local
162 for (args = toys.optc ? toys.optargs : noargs; *args; args++)
H A Dls.c523 char **s, *noargs[] = {".", 0}; local
551 for (s = *toys.optargs ? toys.optargs : noargs; *s; s++) {

Completed in 370 milliseconds