HomeSort by relevance Sort by last modified time
    Searched full:numretvals (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/LLVM/lib/VMCore/
Verifier.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 304 static unsigned NumRetVals(const Function *F) {
371 for (unsigned i = 0; i < NumRetVals(F); ++i) {
481 unsigned RetCount = NumRetVals(&F);
630 for (unsigned i = 0, e = NumRetVals(&F); i != e; ++i)
720 unsigned RetCount = NumRetVals(F);
    [all...]
  /external/python/cpython2/Modules/_ctypes/
_ctypes.c 3900 unsigned int numretvals; local
    [all...]
  /external/python/cpython3/Modules/_ctypes/
_ctypes.c 3791 unsigned int numretvals; local
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DeadArgumentElimination.cpp 344 static unsigned NumRetVals(const Function *F) {
465 unsigned RetCount = NumRetVals(&F);
603 for (unsigned i = 0, e = NumRetVals(&F); i != e; ++i)
664 unsigned RetCount = NumRetVals(F);
    [all...]

Completed in 230 milliseconds