Home
last modified time | relevance | path

Searched refs:CallLoc (Results 1 – 8 of 8) sorted by relevance

/external/compiler-rt/lib/ubsan/
Dubsan_handlers.cc441 SourceLocation CallLoc = Data->Loc.acquire(); in handleFunctionTypeMismatch() local
444 if (ignoreReport(CallLoc, Opts, ET)) in handleFunctionTypeMismatch()
447 ScopedReport R(Opts, CallLoc, ET); in handleFunctionTypeMismatch()
454 Diag(CallLoc, DL_Error, in handleFunctionTypeMismatch()
/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp126 SourceLocation CallLoc = CP->callEnter.asLocation(); in getFirstStackedCallToHeaderFile() local
129 if (CallLoc.isMacroID()) in getFirstStackedCallToHeaderFile()
132 assert(SMgr.isInMainFile(CallLoc) && in getFirstStackedCallToHeaderFile()
/external/clang/lib/AST/
DExprConstant.cpp314 SourceLocation CallLoc; member
336 CallStackFrame(EvalInfo &Info, SourceLocation CallLoc,
896 CallStackFrame::CallStackFrame(EvalInfo &Info, SourceLocation CallLoc, in CallStackFrame() argument
899 : Info(Info), Caller(Info.CurrentCall), CallLoc(CallLoc), Callee(Callee), in CallStackFrame()
938 addDiag(Frame->CallLoc, diag::note_constexpr_calls_suppressed) in addCallStack()
947 addDiag(Frame->CallLoc, diag::note_constexpr_call_here) << Out.str(); in addCallStack()
3737 static bool CheckConstexprFunction(EvalInfo &Info, SourceLocation CallLoc, in CheckConstexprFunction() argument
3759 Info.Diag(CallLoc, diag::note_constexpr_invalid_function, 1) in CheckConstexprFunction()
3764 Info.Diag(CallLoc, diag::note_invalid_subexpr_in_const_expr); in CheckConstexprFunction()
3807 static bool HandleFunctionCall(SourceLocation CallLoc, in HandleFunctionCall() argument
[all …]
/external/clang/lib/CodeGen/
DCGExprCXX.cpp39 SourceLocation CallLoc; in commonEmitCXXMemberOrOperatorCall() local
41 CallLoc = CE->getExprLoc(); in commonEmitCXXMemberOrOperatorCall()
45 CallLoc, This, CGF.getContext().getRecordType(MD->getParent())); in commonEmitCXXMemberOrOperatorCall()
/external/llvm/lib/AsmParser/
DLLParser.cpp5025 LocTy CallLoc = Lex.getLoc(); in ParseInvoke() local
5104 return Error(CallLoc, "not enough parameters specified for call"); in ParseInvoke()
5108 return Error(CallLoc, "invoke instructions may not have an alignment"); in ParseInvoke()
5631 LocTy CallLoc = Lex.getLoc(); in ParseCall() local
5650 return Error(CallLoc, "fast-math-flags specified for call without " in ParseCall()
5708 return Error(CallLoc, "not enough parameters specified for call"); in ParseCall()
5712 return Error(CallLoc, "call instructions may not have an alignment"); in ParseCall()
/external/clang/lib/Sema/
DSemaExpr.cpp4264 ExprResult Sema::BuildCXXDefaultArgExpr(SourceLocation CallLoc, in BuildCXXDefaultArgExpr() argument
4268 Diag(CallLoc, in BuildCXXDefaultArgExpr()
4286 InstantiatingTemplate Inst(*this, CallLoc, Param, in BuildCXXDefaultArgExpr()
4320 return CXXDefaultArgExpr::Create(Context, CallLoc, Param, Arg); in BuildCXXDefaultArgExpr()
4347 return CXXDefaultArgExpr::Create(Context, CallLoc, Param); in BuildCXXDefaultArgExpr()
4553 bool Sema::GatherArgumentsForCall(SourceLocation CallLoc, FunctionDecl *FDecl, in GatherArgumentsForCall() argument
4607 BuildCXXDefaultArgExpr(CallLoc, FDecl, Param); in GatherArgumentsForCall()
4620 CheckStaticArrayArgument(CallLoc, Param, Arg); in GatherArgumentsForCall()
4633 ExprResult arg = checkUnknownAnyArg(CallLoc, A, paramType); in GatherArgumentsForCall()
4672 Sema::CheckStaticArrayArgument(SourceLocation CallLoc, in CheckStaticArrayArgument() argument
[all …]
DSemaDeclCXX.cpp151 Sema::ImplicitExceptionSpecification::CalledDecl(SourceLocation CallLoc, in CalledDecl() argument
159 Proto = Self->ResolveExceptionSpec(CallLoc, Proto); in CalledDecl()
/external/clang/include/clang/Sema/
DSema.h3902 void CheckStaticArrayArgument(SourceLocation CallLoc,
4214 ExprResult BuildCXXDefaultArgExpr(SourceLocation CallLoc,
4263 void CalledDecl(SourceLocation CallLoc, const CXXMethodDecl *Method);
8284 bool GatherArgumentsForCall(SourceLocation CallLoc, FunctionDecl *FDecl,