/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | TargetInfo.h | 89 checkFunctionCallABI(CodeGenModule & CGM,SourceLocation CallLoc,const FunctionDecl * Caller,const FunctionDecl * Callee,const CallArgList & Args) checkFunctionCallABI() argument
|
H A D | CGExprCXX.cpp | 342 SourceLocation CallLoc; EmitCXXMemberOrOperatorMemberCallExpr() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | X86.cpp | 1521 return Diag.Report(CallLoc, diag::err_avx_calling_convention) in checkAVX512ParamFeature() argument 1499 checkAVXParamFeature(DiagnosticsEngine & Diag,SourceLocation CallLoc,const llvm::StringMap<bool> & CallerMap,const llvm::StringMap<bool> & CalleeMap,QualType Ty,StringRef Feature,bool IsArgument) checkAVXParamFeature() argument 1539 checkAVXParam(DiagnosticsEngine & Diag,ASTContext & Ctx,SourceLocation CallLoc,const llvm::StringMap<bool> & CallerMap,const llvm::StringMap<bool> & CalleeMap,QualType Ty,bool IsArgument) checkAVXParam() argument 1556 checkFunctionCallABI(CodeGenModule & CGM,SourceLocation CallLoc,const FunctionDecl * Caller,const FunctionDecl * Callee,const CallArgList & Args) const checkFunctionCallABI() argument [all...] |
/freebsd-src/contrib/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_handlers.cpp | 921 SourceLocation CallLoc = Data->Loc.acquire(); handleFunctionTypeMismatch() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaCoroutine.cpp | 987 SourceLocation CallLoc = Awaiter->getExprLoc(); BuildResolvedCoawaitExpr() local
|
H A D | SemaExpr.cpp | 6123 CheckCXXDefaultArgExpr(SourceLocation CallLoc,FunctionDecl * FD,ParmVarDecl * Param,Expr * RewrittenInit,bool SkipImmediateInvocations) CheckCXXDefaultArgExpr() argument 6253 BuildCXXDefaultArgExpr(SourceLocation CallLoc,FunctionDecl * FD,ParmVarDecl * Param,Expr * Init) BuildCXXDefaultArgExpr() argument 6670 GatherArgumentsForCall(SourceLocation CallLoc,FunctionDecl * FDecl,const FunctionProtoType * Proto,unsigned FirstParam,ArrayRef<Expr * > Args,SmallVectorImpl<Expr * > & AllArgs,VariadicCallType CallType,bool AllowExplicit,bool IsListInitialization) GatherArgumentsForCall() argument 6792 CheckStaticArrayArgument(SourceLocation CallLoc,ParmVarDecl * Param,const Expr * ArgExpr) CheckStaticArrayArgument() argument 7081 tryImplicitlyCaptureThisIfImplicitMemberFunctionAccessWithDependentArgs(Sema & S,const UnresolvedMemberExpr * const UME,SourceLocation CallLoc) tryImplicitlyCaptureThisIfImplicitMemberFunctionAccessWithDependentArgs() argument [all...] |
H A D | SemaTemplateInstantiateDecl.cpp | 4638 InstantiateDefaultArgument(SourceLocation CallLoc,FunctionDecl * FD,ParmVarDecl * Param) InstantiateDefaultArgument() argument
|
H A D | SemaOverload.cpp | 7086 convertArgsForAvailabilityChecks(Sema & S,FunctionDecl * Function,Expr * ThisArg,SourceLocation CallLoc,ArrayRef<Expr * > Args,Sema::SFINAETrap & Trap,bool MissingImplicitThis,Expr * & ConvertedThis,SmallVectorImpl<Expr * > & ConvertedArgs) convertArgsForAvailabilityChecks() argument 7148 CheckEnableIf(FunctionDecl * Function,SourceLocation CallLoc,ArrayRef<Expr * > Args,bool MissingImplicitThis) CheckEnableIf() argument
|
H A D | SemaChecking.cpp | 13327 isArgumentExpandedFromMacro(SourceManager & SM,SourceLocation CallLoc,SourceLocation ArgLoc) isArgumentExpandedFromMacro() argument 13353 SourceLocation CallLoc = Call->getRParenLoc(); CheckMemaccessSize() local
|
H A D | SemaDeclCXX.cpp | 182 CalledDecl(SourceLocation CallLoc,const CXXMethodDecl * Method) CalledDecl() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 6850 LocTy CallLoc = Lex.getLoc(); parseInvoke() local 7148 LocTy CallLoc = Lex.getLoc(); parseCallBr() local 7564 LocTy CallLoc = Lex.getLoc(); parseCall() local
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporter.cpp | 3219 SourceLocation CallLoc = CP->callEnter.asLocation(); getFirstStackedCallToHeaderFile() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 3613 CheckArraySize(EvalInfo & Info,const ConstantArrayType * CAT,SourceLocation CallLoc={}) CheckArraySize() argument 5613 CheckConstexprFunction(EvalInfo & Info,SourceLocation CallLoc,const FunctionDecl * Declaration,const FunctionDecl * Definition,const Stmt * Body) CheckConstexprFunction() argument 6255 HandleFunctionCall(SourceLocation CallLoc,const FunctionDecl * Callee,const LValue * This,const Expr * E,ArrayRef<const Expr * > Args,CallRef Call,const Stmt * Body,EvalInfo & Info,APValue & Result,const LValue * ResultSlot) HandleFunctionCall() argument 6314 SourceLocation CallLoc = E->getExprLoc(); HandleConstructorCall() local [all...] |