Home
last modified time | relevance | path

Searched defs:CallExpr (Results 1 – 19 of 19) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/
H A DCallGraph.h151 Expr *CallExpr; member
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DComputeDependence.h87 class CallExpr; global() variable
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DCallGraph.cpp69 void addCalledDecl(Decl *D, Expr *CallExpr) { in addCalledDecl()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCCodeEmitter.cpp143 const MCExpr *CallExpr = Func.getExpr(); expandFunctionCall() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h47 class CallExpr; variable
H A DThreadSafetyTIL.h67 class CallExpr; variable
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1498 AST_MATCHER(CallExpr,usesADL) AST_MATCHER() argument
4502 AST_POLYMORPHIC_MATCHER_P(argumentCountIs,AST_POLYMORPHIC_SUPPORTED_TYPES (CallExpr,CXXConstructExpr,CXXUnresolvedConstructExpr,ObjCMessageExpr),unsigned,N) AST_POLYMORPHIC_MATCHER_P() argument
4529 AST_POLYMORPHIC_MATCHER_P(argumentCountAtLeast,AST_POLYMORPHIC_SUPPORTED_TYPES (CallExpr,CXXConstructExpr,CXXUnresolvedConstructExpr,ObjCMessageExpr),unsigned,N) AST_POLYMORPHIC_MATCHER_P() argument
4553 AST_POLYMORPHIC_MATCHER_P2(hasArgument,AST_POLYMORPHIC_SUPPORTED_TYPES (CallExpr,CXXConstructExpr,CXXUnresolvedConstructExpr,ObjCMessageExpr),unsigned,N,internal::Matcher<Expr>,InnerMatcher) AST_POLYMORPHIC_MATCHER_P2() argument
4893 AST_POLYMORPHIC_MATCHER_P(hasAnyArgument,AST_POLYMORPHIC_SUPPORTED_TYPES (CallExpr,CXXConstructExpr,CXXUnresolvedConstructExpr,ObjCMessageExpr),internal::Matcher<Expr>,InnerMatcher) AST_POLYMORPHIC_MATCHER_P() argument
5056 AST_POLYMORPHIC_MATCHER_P2(forEachArgumentWithParam,AST_POLYMORPHIC_SUPPORTED_TYPES (CallExpr,CXXConstructExpr),internal::Matcher<Expr>,ArgMatcher,internal::Matcher<ParmVarDecl>,ParamMatcher) AST_POLYMORPHIC_MATCHER_P2() argument
5117 AST_POLYMORPHIC_MATCHER_P2(forEachArgumentWithParamType,AST_POLYMORPHIC_SUPPORTED_TYPES (CallExpr,CXXConstructExpr),internal::Matcher<Expr>,ArgMatcher,internal::Matcher<QualType>,ParamMatcher) AST_POLYMORPHIC_MATCHER_P2() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h30 class CallExpr; variable
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h108 virtual std::string getMessageForReturn(const CallExpr *CallExpr) { in getMessageForReturn() argument
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp65 const Expr *CallExpr = Call.getOriginExpr(); in performTrivialCopy() local
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp337 transferOptionalHasValueCall(const CXXMemberCallExpr * CallExpr,const MatchFinder::MatchResult &,LatticeTransferState & State) transferOptionalHasValueCall() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSmartPtrModeling.cpp838 const Expr *CallExpr = Call.getOriginExpr(); in handleBoolConversion() local
H A DMallocChecker.cpp1041 getMessageForReturn(const CallExpr * CallExpr) getMessageForReturn() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp1419 CallExpr::CallExpr(StmtClass SC, Expr *Fn, ArrayRef<Expr *> PreArgs, CallExpr() function in CallExpr
1451 CallExpr::CallExpr(StmtClass SC, unsigned NumPreArgs, unsigned NumArgs, CallExpr() function in CallExpr
[all...]
H A DExprConstant.cpp537 const Expr *CallExpr; global() member in __anon147cbbcc0111::CallStackFrame
1491 CallStackFrame(EvalInfo & Info,SourceRange CallRange,const FunctionDecl * Callee,const LValue * This,const Expr * CallExpr,CallRef Call) CallStackFrame() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2061 CallExpr(const Node *Callee_, NodeArray Args_, Prec Prec_) CallExpr() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp3024 const MCExpr *CallExpr = in loadAndAddSymbolAddress() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h109 class CallExpr; global() variable
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp16019 BuildForRangeBeginEndCall(SourceLocation Loc,SourceLocation RangeLoc,const DeclarationNameInfo & NameInfo,LookupResult & MemberLookup,OverloadCandidateSet * CandidateSet,Expr * Range,ExprResult * CallExpr) BuildForRangeBeginEndCall() argument
[all...]