Searched defs:noargs (Results 1 - 6 of 6) sorted by relevance
/external/mesa3d/src/glsl/glcpp/tests/ |
H A D | 023-define-extra-whitespace.c | 1 #define noargs() 1 macro 5 noargs ( )
|
/external/llvm/examples/HowToUseJIT/ |
H A D | HowToUseJIT.cpp | 132 std::vector<GenericValue> noargs; local 133 GenericValue gv = EE->runFunction(FooF, noargs);
|
/external/swiftshader/third_party/LLVM/examples/HowToUseJIT/ |
H A D | HowToUseJIT.cpp | 124 std::vector<GenericValue> noargs;
local 125 GenericValue gv = EE->runFunction(FooF, noargs);
|
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/ |
H A D | 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/toybox/toys/posix/ |
H A D | du.c | 159 char *noargs[] = {".", 0}, **args; local 162 for (args = toys.optc ? toys.optargs : noargs; *args; args++)
|
H A D | ls.c | 523 char **s, *noargs[] = {".", 0}; local 551 for (s = *toys.optargs ? toys.optargs : noargs; *s; s++) {
|
Completed in 370 milliseconds