Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.h184 llvm::Value *getFunctionPointer() const { in getFunctionPointer() function
H A DCGExpr.cpp5151 llvm::Value *CalleePtr = Callee.getFunctionPointer(); in EmitCall()
5202 llvm::Value *CalleePtr = Callee.getFunctionPointer(); in EmitCall()
5282 int AS = Callee.getFunctionPointer()->getType()->getPointerAddressSpace(); in EmitCall()
5285 llvm::Value *CalleePtr = Callee.getFunctionPointer(); in EmitCall()
5296 llvm::Value *Handle = Callee.getFunctionPointer(); in EmitCall()
H A DCGCall.cpp4640 Callee.getFunctionPointer()->getType()->getPointerElementType(); in EmitCall()
5041 llvm::Value *CalleePtr = ConcreteCallee.getFunctionPointer(); in EmitCall()
/netbsd-src/external/apache2/llvm/dist/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.cpp2589 SVal V = svalBuilder.getFunctionPointer(FD); in VisitCommonDeclRefExpr()
2688 SVal MDVal = svalBuilder.getFunctionPointer(MD); in VisitMemberExpr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h252 DefinedSVal getFunctionPointer(const FunctionDecl *func);