Searched refs:pcall (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/utils/TestUtils/
H A Ddeep-stack.py4 def pcall(f, N): function
10 pcall(f, N - 1)
18 pcall(f, 10000)
/netbsd-current/external/bsd/lutok/dist/examples/
H A Dhello.cpp55 state.pcall(1, 0, 0);
/netbsd-current/external/bsd/lutok/dist/
H A Doperations.cpp81 s.pcall(0, nresults == -1 ? LUA_MULTRET : nresults, 0);
116 s.pcall(0, nresults == -1 ? LUA_MULTRET : nresults, 0);
H A Dstate.hpp120 void pcall(const int, const int, const int);
H A Dstate_test.cpp785 state.pcall(0, 0, 0);
791 state.pcall(2, 1, 0);
802 REQUIRE_API_ERROR("lua_pcall", state.pcall(0, 0, 0));
H A Dstate.cpp631 lutok::state::pcall(const int nargs, const int nresults, const int errfunc) function in class:lutok::state
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp349 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 218 milliseconds