Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.h179 llvm::Value *getFunctionPointer() const { in getFunctionPointer() function
H A DCGExpr.cpp5332 llvm::Value *CalleePtr = Callee.getFunctionPointer(); in EmitCall()
5383 llvm::Value *CalleePtr = Callee.getFunctionPointer(); in EmitCall()
5463 int AS = Callee.getFunctionPointer()->getType()->getPointerAddressSpace(); in EmitCall()
5466 llvm::Value *CalleePtr = Callee.getFunctionPointer(); in EmitCall()
5477 llvm::Value *Handle = Callee.getFunctionPointer(); in EmitCall()
H A DCGCall.cpp4792 llvm::cast<llvm::PointerType>(Callee.getFunctionPointer()->getType()); in EmitCall()
5213 llvm::Value *CalleePtr = ConcreteCallee.getFunctionPointer(); in EmitCall()
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h229 DefinedSVal getFunctionPointer(const FunctionDecl *func);
/openbsd/gnu/llvm/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.cpp3098 SVal V = svalBuilder.getFunctionPointer(FD); in VisitCommonDeclRefExpr()
3352 SVal MDVal = svalBuilder.getFunctionPointer(MD); in VisitMemberExpr()