Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.h178 llvm::Value *getFunctionPointer() const { in getFunctionPointer() function
H A DCGExpr.cpp5748 llvm::Value *CalleePtr = Callee.getFunctionPointer(); in EmitCall()
5818 llvm::Value *CalleePtr = Callee.getFunctionPointer(); in EmitCall()
5909 int AS = Callee.getFunctionPointer()->getType()->getPointerAddressSpace(); in EmitCall()
5912 llvm::Value *CalleePtr = Callee.getFunctionPointer(); in EmitCall()
5923 llvm::Value *Handle = Callee.getFunctionPointer(); in EmitCall()
H A DCGCall.cpp5443 llvm::Value *CalleePtr = ConcreteCallee.getFunctionPointer(); in EmitCall()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h246 DefinedSVal getFunctionPointer(const FunctionDecl *func);
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp287 return getFunctionPointer(MD); in getMemberPointer()
293 DefinedSVal SValBuilder::getFunctionPointer(const FunctionDecl *func) { in getFunctionPointer() function in SValBuilder
H A DExprEngine.cpp3117 SVal V = svalBuilder.getFunctionPointer(FD); in VisitCommonDeclRefExpr()
3371 SVal MDVal = svalBuilder.getFunctionPointer(MD); in VisitMemberExpr()