HomeSort by relevance Sort by last modified time
    Searched refs:getCallee (Results 1 - 25 of 100) sorted by null

1 2 3 4

  /external/clang/lib/CodeGen/
CGCUDARuntime.cpp 41 if (const ImplicitCastExpr *CE = dyn_cast<ImplicitCastExpr>(E->getCallee())) {
47 llvm::Value *Callee = CGF.EmitScalarExpr(E->getCallee());
48 CGF.EmitCall(E->getCallee()->getType(), Callee, E, ReturnValue, TargetDecl);
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
CallSite.h 88 return *getCallee();
102 *getCallee() = V;
109 return getCallee() == &UI.getUse();
258 IterTy getCallee() const {
285 User::op_iterator getCallee() const;
  /external/clang/examples/analyzer-plugin/
MainCallChecker.cpp 21 const Expr *Callee = CE->getCallee();
  /external/clang/lib/ARCMigrate/
TransGCCalls.cpp 46 Expr *CEE = E->getCallee()->IgnoreParenImpCasts();
  /external/clang/lib/StaticAnalyzer/Checkers/
VirtualCallChecker.cpp 143 if (MemberExpr *CME = dyn_cast<MemberExpr>(CE->getCallee())) {
192 SourceRange R = CE->getCallee()->getSourceRange();
CheckSecuritySyntaxOnly.cpp 334 CELoc, CE->getCallee()->getSourceRange());
374 CELoc, CE->getCallee()->getSourceRange());
416 CELoc, CE->getCallee()->getSourceRange());
525 CELoc, CE->getCallee()->getSourceRange());
552 CELoc, CE->getCallee()->getSourceRange());
624 CE->getCallee()->getSourceRange());
652 "instead", CELoc, CE->getCallee()->getSourceRange());
675 CELoc, CE->getCallee()->getSourceRange());
740 CE->getCallee()->getSourceRange());
MallocSizeofChecker.cpp 232 Ranges.push_back(i->AllocCall->getCallee()->getSourceRange());
238 PathDiagnosticLocation::createBegin(i->AllocCall->getCallee(),
  /external/clang/lib/StaticAnalyzer/Core/
CheckerContext.cpp 24 const Expr *Callee = CE->getCallee();
CallEvent.cpp 417 return getSVal(getOriginExpr()->getCallee()).getAsFunctionDecl();
430 return getSVal(CE->getCallee()).getAsFunctionDecl();
575 if (const MemberExpr *ME = dyn_cast<MemberExpr>(getOriginExpr()->getCallee()))
589 const Expr *Callee = getOriginExpr()->getCallee();
    [all...]
  /external/clang/unittests/Tooling/
LookupTest.cpp 37 const auto *Callee = cast<DeclRefExpr>(Expr->getCallee()->IgnoreImplicit());
  /external/llvm/include/llvm/IR/
CallSite.h 95 return *getCallee();
109 *getCallee() = V;
119 bool isCallee(const Use *U) const { return getCallee() == U; }
593 IterTy getCallee() const {
619 User::op_iterator getCallee() const;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 99 return *getCallee();
125 *getCallee() = V;
145 bool isCallee(const Use *U) const { return getCallee() == U; }
615 IterTy getCallee() const {
643 User::op_iterator getCallee() const;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 99 return *getCallee();
125 *getCallee() = V;
145 bool isCallee(const Use *U) const { return getCallee() == U; }
615 IterTy getCallee() const {
643 User::op_iterator getCallee() const;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 99 return *getCallee();
125 *getCallee() = V;
145 bool isCallee(const Use *U) const { return getCallee() == U; }
615 IterTy getCallee() const {
643 User::op_iterator getCallee() const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 99 return *getCallee();
125 *getCallee() = V;
145 bool isCallee(const Use *U) const { return getCallee() == U; }
615 IterTy getCallee() const {
643 User::op_iterator getCallee() const;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 99 return *getCallee();
125 *getCallee() = V;
145 bool isCallee(const Use *U) const { return getCallee() == U; }
615 IterTy getCallee() const {
643 User::op_iterator getCallee() const;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 99 return *getCallee();
125 *getCallee() = V;
145 bool isCallee(const Use *U) const { return getCallee() == U; }
615 IterTy getCallee() const {
643 User::op_iterator getCallee() const;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 99 return *getCallee();
125 *getCallee() = V;
145 bool isCallee(const Use *U) const { return getCallee() == U; }
615 IterTy getCallee() const {
643 User::op_iterator getCallee() const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 99 return *getCallee();
125 *getCallee() = V;
145 bool isCallee(const Use *U) const { return getCallee() == U; }
615 IterTy getCallee() const {
643 User::op_iterator getCallee() const;
  /external/v8/tools/clang/blink_gc_plugin/
CheckTraceVisitor.cpp 42 Expr* callee = call->getCallee();
216 if (MemberExpr* callee = dyn_cast<MemberExpr>(call->getCallee())) {
232 dyn_cast<UnresolvedMemberExpr>(call->getCallee())) {
  /external/v8/tools/clang/base_bind_rewriters/
BaseBindRewriters.cpp 61 auto* member = llvm::cast<clang::MemberExpr>(target->getCallee());
  /external/v8/tools/clang/pass_to_move/
PassToMove.cpp 45 clang::dyn_cast<clang::MemberExpr>(call_expr->getCallee());
  /external/clang/lib/Sema/
SemaChecking.cpp 184 Expr *Builtin = BuiltinCall->getCallee()->IgnoreImpCasts();
195 if (CE->getCallee()->getType()->isBlockPointerType()) {
209 if (isa<CXXPseudoDestructorExpr>(CE->getCallee()->IgnoreParens())) {
255 auto *DRE = cast<DeclRefExpr>(TheCall->getCallee()->IgnoreParenCasts());
    [all...]
  /external/clang/lib/Analysis/
CallGraph.cpp 46 Expr *CEE = CE->getCallee()->IgnoreParenImpCasts();
  /external/clang/lib/Index/
IndexBody.cpp 90 if (CE->getCallee()->IgnoreParenCasts() == E) {

Completed in 1069 milliseconds

1 2 3 4