HomeSort by: relevance | last modified time | path
    Searched defs:DirectCallee (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 1376 const FunctionDecl *DirectCallee = OpCE->getDirectCallee();
1377 if (const auto *MD = dyn_cast<CXXMethodDecl>(DirectCallee))
  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 1366 const Function *DirectCallee = CB->getCalledFunction();
1368 if (!DirectCallee) {
1391 DirectCallee = CalleeF;
1397 if (DirectCallee)
1398 if (getAlign(*DirectCallee, Idx, Alignment))

Completed in 26 milliseconds