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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp915 const FunctionDecl *DirectCallee = OpCE->getDirectCallee(); local
916 if (const CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(DirectCallee))
/freebsd-10.2-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp477 const Value *DirectCallee = CS->getCalledFunction(); local
479 if (!DirectCallee) {
504 DirectCallee = CalleeV;
510 if (DirectCallee)
511 if (llvm::getAlign(*cast<Function>(DirectCallee), Idx, Align))

Completed in 98 milliseconds