OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getFunctionPointer
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCall.h
184
llvm::Value *
getFunctionPointer
() const {
CGExpr.cpp
5151
llvm::Value *CalleePtr = Callee.
getFunctionPointer
();
5202
llvm::Value *CalleePtr = Callee.
getFunctionPointer
();
5282
int AS = Callee.
getFunctionPointer
()->getType()->getPointerAddressSpace();
5285
llvm::Value *CalleePtr = Callee.
getFunctionPointer
();
5296
llvm::Value *Handle = Callee.
getFunctionPointer
();
CGCall.cpp
4640
Callee.
getFunctionPointer
()->getType()->getPointerElementType();
5041
llvm::Value *CalleePtr = ConcreteCallee.
getFunctionPointer
();
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h
252
DefinedSVal
getFunctionPointer
(const FunctionDecl *func);
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp
250
return
getFunctionPointer
(MD);
256
DefinedSVal SValBuilder::
getFunctionPointer
(const FunctionDecl *func) {
ExprEngine.cpp
2589
SVal V = svalBuilder.
getFunctionPointer
(FD);
2688
SVal MDVal = svalBuilder.
getFunctionPointer
(MD);
Completed in 33 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026