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

/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.h179 llvm::Value *getFunctionPointer() const { function in class:clang::CodeGen::CGCallee::SpecialKind
H A DCGExpr.cpp5332 llvm::Value *CalleePtr = Callee.getFunctionPointer();
5383 llvm::Value *CalleePtr = Callee.getFunctionPointer();
5463 int AS = Callee.getFunctionPointer()->getType()->getPointerAddressSpace();
5466 llvm::Value *CalleePtr = Callee.getFunctionPointer();
5477 llvm::Value *Handle = Callee.getFunctionPointer();
H A DCGCall.cpp4792 llvm::cast<llvm::PointerType>(Callee.getFunctionPointer()->getType());
5213 llvm::Value *CalleePtr = ConcreteCallee.getFunctionPointer();
/openbsd-current/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h229 DefinedSVal getFunctionPointer(const FunctionDecl *func);
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp279 return getFunctionPointer(MD);
285 DefinedSVal SValBuilder::getFunctionPointer(const FunctionDecl *func) { function in class:SValBuilder
H A DExprEngine.cpp3098 SVal V = svalBuilder.getFunctionPointer(FD);
3352 SVal MDVal = svalBuilder.getFunctionPointer(MD);

Completed in 208 milliseconds