Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCall.h178 llvm::Value *getFunctionPointer() const { in getFunctionPointer() function
207 getFunctionPointer()->getType()->getPointerElementType()); in getFunctionType()
H A DCGExpr.cpp4665 llvm::Value *CalleePtr = Callee.getFunctionPointer(); in EmitCall()
4715 llvm::Value *CalleePtr = Callee.getFunctionPointer(); in EmitCall()
4797 llvm::Value *CalleePtr = Callee.getFunctionPointer(); in EmitCall()
H A DCGCall.cpp4178 llvm::Value *CalleePtr = ConcreteCallee.getFunctionPointer(); in EmitCall()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp250 return getFunctionPointer(MD); in getMemberPointer()
256 DefinedSVal SValBuilder::getFunctionPointer(const FunctionDecl *func) { in getFunctionPointer() function in SValBuilder
H A DExprEngine.cpp2427 SVal V = svalBuilder.getFunctionPointer(FD); in VisitCommonDeclRefExpr()
2534 SVal MDVal = svalBuilder.getFunctionPointer(MD); in VisitMemberExpr()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h239 DefinedSVal getFunctionPointer(const FunctionDecl *func);