HomeSort by: relevance | last modified time | path
    Searched refs:pcall (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/utils/TestUtils/
deep-stack.py 4 def pcall(f, N): function
10 pcall(f, N - 1)
18 pcall(f, 10000)
  /src/external/bsd/lutok/dist/examples/
hello.cpp 55 state.pcall(1, 0, 0);
  /src/external/bsd/lutok/dist/
operations.cpp 81 s.pcall(0, nresults == -1 ? LUA_MULTRET : nresults, 0);
116 s.pcall(0, nresults == -1 ? LUA_MULTRET : nresults, 0);
state.hpp 120 void pcall(const int, const int, const int);
state_test.cpp 785 state.pcall(0, 0, 0);
791 state.pcall(2, 1, 0);
802 REQUIRE_API_ERROR("lua_pcall", state.pcall(0, 0, 0));
state.cpp 631 lutok::state::pcall(const int nargs, const int nresults, const int errfunc) function in class:lutok::state
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUPrintfRuntimeBinding.cpp 349 CallInst *pcall = local
359 auto *cmp = cast<ICmpInst>(Builder.CreateICmpNE(pcall, zeroIntPtr, ""));
379 nullptr, pcall, ZeroIdxList, "PrintBuffID", Brnch);
393 BufferIdx = GetElementPtrInst::Create(nullptr, pcall, FourthIdxList,

Completed in 19 milliseconds