HomeSort by: relevance | last modified time | path
    Searched defs:pcall (Results 1 - 3 of 3) 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/
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 25 milliseconds