H A D | SemaChecking.cpp | 1625 bool inFunctionCall) { 1649 Type, CallType, inFunctionCall); 1655 Type, CallType, inFunctionCall); 1707 /*inFunctionCall*/false); 1764 Type, CallType, inFunctionCall); 1773 inFunctionCall); 1791 firstDataArg, Type, inFunctionCall, CallType); 1917 bool inFunctionCall; member in class:__anon173::CheckFormatHandler 1924 unsigned formatIdx, bool inFunctionCall, 1931 inFunctionCall(inFunctionCal 1621 checkFormatStringExpr(const Expr *E, Expr **Args, unsigned NumArgs, bool HasVAListArg, unsigned format_idx, unsigned firstDataArg, FormatStringType Type, VariadicCallType CallType, bool inFunctionCall) argument 1920 CheckFormatHandler(Sema &s, const StringLiteral *fexpr, const Expr *origFormatExpr, unsigned firstDataArg, unsigned numDataArgs, const char *beg, bool hasVAListArg, Expr **args, unsigned numArgs, unsigned formatIdx, bool inFunctionCall, Sema::VariadicCallType callType) argument 2300 CheckPrintfHandler(Sema &s, const StringLiteral *fexpr, const Expr *origFormatExpr, unsigned firstDataArg, unsigned numDataArgs, bool isObjC, const char *beg, bool hasVAListArg, Expr **Args, unsigned NumArgs, unsigned formatIdx, bool inFunctionCall, Sema::VariadicCallType CallType) argument 2827 CheckScanfHandler(Sema &s, const StringLiteral *fexpr, const Expr *origFormatExpr, unsigned firstDataArg, unsigned numDataArgs, const char *beg, bool hasVAListArg, Expr **Args, unsigned NumArgs, unsigned formatIdx, bool inFunctionCall, Sema::VariadicCallType CallType) argument 2985 CheckFormatString(const StringLiteral *FExpr, const Expr *OrigFormatExpr, Expr **Args, unsigned NumArgs, bool HasVAListArg, unsigned format_idx, unsigned firstDataArg, FormatStringType Type, bool inFunctionCall, VariadicCallType CallType) argument [all...] |