HomeSort by relevance Sort by last modified time
    Searched refs:noargs (Results 1 - 3 of 3) sorted by null

  /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 86 std::vector<GenericValue> noargs; local
87 GenericValue gv1 = EE1->runFunction(FooF1, noargs);
88 GenericValue gv2 = EE2->runFunction(FooF2, noargs);
116 std::vector<GenericValue> noargs; local
117 GenericValue gv1 = EE1->runFunction(FooF1, noargs);
118 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 108 milliseconds