Searched refs:DirectCallee (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp907 const FunctionDecl *DirectCallee = OpCE->getDirectCallee(); local
908 if (const CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(DirectCallee))
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp609 const Value *DirectCallee = CS->getCalledFunction(); local
611 if (!DirectCallee) {
636 DirectCallee = CalleeV;
642 if (DirectCallee)
643 if (llvm::getAlign(*cast<Function>(DirectCallee), Idx, Align))

Completed in 110 milliseconds