/external/llvm-project/llvm/include/llvm/Analysis/ |
D | MLInlineAdvisor.h | 91 Function *getCallee() const { return Callee; } in getCallee() function
|
/external/llvm-project/mlir/lib/IR/ |
D | Location.cpp | 42 Location CallSiteLoc::getCallee() const { return getImpl()->callee; } in getCallee() function in CallSiteLoc
|
/external/llvm-project/clang/lib/AST/Interp/ |
D | InterpFrame.cpp | 151 const FunctionDecl *InterpFrame::getCallee() const { in getCallee() function in InterpFrame
|
/external/llvm-project/mlir/examples/toy/Ch1/include/toy/ |
D | AST.h | 174 llvm::StringRef getCallee() { return callee; } in getCallee() function
|
/external/llvm-project/mlir/examples/toy/Ch5/include/toy/ |
D | AST.h | 174 llvm::StringRef getCallee() { return callee; } in getCallee() function
|
/external/llvm-project/mlir/examples/toy/Ch4/include/toy/ |
D | AST.h | 174 llvm::StringRef getCallee() { return callee; } in getCallee() function
|
/external/llvm-project/mlir/examples/toy/Ch6/include/toy/ |
D | AST.h | 174 llvm::StringRef getCallee() { return callee; } in getCallee() function
|
/external/llvm-project/mlir/examples/toy/Ch2/include/toy/ |
D | AST.h | 174 llvm::StringRef getCallee() { return callee; } in getCallee() function
|
/external/llvm-project/mlir/examples/toy/Ch3/include/toy/ |
D | AST.h | 174 llvm::StringRef getCallee() { return callee; } in getCallee() function
|
/external/llvm-project/mlir/examples/toy/Ch7/include/toy/ |
D | AST.h | 193 llvm::StringRef getCallee() { return callee; } in getCallee() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DerivedTypes.h | 189 Value *getCallee() { return Callee; } in getCallee() function
|
D | CallSite.h | 667 IterTy getCallee() const { in getCallee() function
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | DerivedTypes.h | 189 Value *getCallee() { return Callee; } in getCallee() function
|
/external/llvm/include/llvm/IR/ |
D | CallSite.h | 593 IterTy getCallee() const { in getCallee() function
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | PathDiagnostic.h | 581 const Decl *getCallee() const { return Callee; } in getCallee() function
|
/external/llvm-project/clang/include/clang/Analysis/ |
D | PathDiagnostic.h | 601 const Decl *getCallee() const { return Callee; } in getCallee() function
|
/external/clang/include/clang/AST/ |
D | Expr.h | 2188 const Expr *getCallee() const { return cast<Expr>(SubExprs[FN]); } in getCallee() function 2189 Expr *getCallee() { return cast<Expr>(SubExprs[FN]); } in getCallee() function
|
/external/llvm-project/clang/include/clang/AST/ |
D | Expr.h | 2880 Expr *getCallee() { return cast<Expr>(getTrailingStmts()[FN]); } in getCallee() function 2881 const Expr *getCallee() const { return cast<Expr>(getTrailingStmts()[FN]); } in getCallee() function
|
D | ExprCXX.h | 4597 UnresolvedLookupExpr *getCallee() const { in getCallee() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Instructions.cpp | 69 User::op_iterator CallSite::getCallee() const { in getCallee() function in CallSite
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 33 User::op_iterator CallSite::getCallee() const { in getCallee() function in CallSite
|
/external/llvm-project/clang/lib/AST/ |
D | ExprConstant.cpp | 631 const FunctionDecl *getCallee() const override { return Callee; } in getCallee() function in __anona656c3110111::CallStackFrame
|