Home
last modified time | relevance | path

Searched refs:getFunctionPointer (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCall.h179 llvm::Value *getFunctionPointer() const { in getFunctionPointer() function
H A DCGExpr.cpp5345 llvm::Value *CalleePtr = Callee.getFunctionPointer(); in EmitCall()
5396 llvm::Value *CalleePtr = Callee.getFunctionPointer(); in EmitCall()
5476 int AS = Callee.getFunctionPointer()->getType()->getPointerAddressSpace(); in EmitCall()
5479 llvm::Value *CalleePtr = Callee.getFunctionPointer(); in EmitCall()
5490 llvm::Value *Handle = Callee.getFunctionPointer(); in EmitCall()
H A DCGCall.cpp4742 llvm::cast<llvm::PointerType>(Callee.getFunctionPointer()->getType()); in EmitCall()
5141 llvm::Value *CalleePtr = ConcreteCallee.getFunctionPointer(); in EmitCall()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h229 DefinedSVal getFunctionPointer(const FunctionDecl *func);
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp279 return getFunctionPointer(MD); in getMemberPointer()
285 DefinedSVal SValBuilder::getFunctionPointer(const FunctionDecl *func) { in getFunctionPointer() function in SValBuilder
H A DExprEngine.cpp2775 SVal V = svalBuilder.getFunctionPointer(FD); in VisitCommonDeclRefExpr()
3029 SVal MDVal = svalBuilder.getFunctionPointer(MD); in VisitMemberExpr()