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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp249 return getFunctionPointer(MD);
255 DefinedSVal SValBuilder::getFunctionPointer(const FunctionDecl *func) { function in class:SValBuilder
H A DExprEngine.cpp2495 SVal V = svalBuilder.getFunctionPointer(FD);
2602 SVal MDVal = svalBuilder.getFunctionPointer(MD);
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.h182 llvm::Value *getFunctionPointer() const { function in class:clang::CodeGen::CGCallee::SpecialKind
H A DCGExpr.cpp4891 llvm::Value *CalleePtr = Callee.getFunctionPointer();
4942 llvm::Value *CalleePtr = Callee.getFunctionPointer();
5024 llvm::Value *CalleePtr = Callee.getFunctionPointer();
H A DCGCall.cpp3857 Callee.getFunctionPointer()->getType()->getPointerElementType();
4225 llvm::Value *CalleePtr = ConcreteCallee.getFunctionPointer();
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h238 DefinedSVal getFunctionPointer(const FunctionDecl *func);

Completed in 104 milliseconds