Searched refs:format_idx (Results 1 - 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-private.hh77 #define HB_PRINTF_FUNC(format_idx, arg_idx) __attribute__((__format__ (__printf__, format_idx, arg_idx)))
81 #define HB_PRINTF_FUNC(format_idx, arg_idx)
/external/clang/lib/Sema/
H A DSemaChecking.cpp1026 /// parameter with the FormatAttr's correct format_idx and firstDataArg.
1037 // lists, so decrement format_idx in that case.
2590 bool HasVAListArg, unsigned format_idx,
2616 HasVAListArg, format_idx, firstDataArg,
2622 HasVAListArg, format_idx, firstDataArg,
2673 HasVAListArg, format_idx,
2728 HasVAListArg, format_idx, firstDataArg,
2737 HasVAListArg, format_idx,
2756 S.CheckFormatString(StrE, E, Args, HasVAListArg, format_idx, firstDataArg,
2800 bool HasVAListArg, unsigned format_idx,
2589 checkFormatStringExpr(Sema &S, const Expr *E, ArrayRef<const Expr *> Args, bool HasVAListArg, unsigned format_idx, unsigned firstDataArg, Sema::FormatStringType Type, Sema::VariadicCallType CallType, bool InFunctionCall, llvm::SmallBitVector &CheckedVarArgs) argument
2799 CheckFormatArguments(ArrayRef<const Expr *> Args, bool HasVAListArg, unsigned format_idx, unsigned firstDataArg, FormatStringType Type, VariadicCallType CallType, SourceLocation Loc, SourceRange Range, llvm::SmallBitVector &CheckedVarArgs) argument
4184 CheckFormatString(const StringLiteral *FExpr, const Expr *OrigFormatExpr, ArrayRef<const Expr *> Args, bool HasVAListArg, unsigned format_idx, unsigned firstDataArg, FormatStringType Type, bool inFunctionCall, VariadicCallType CallType, llvm::SmallBitVector &CheckedVarArgs) argument
[all...]
/external/clang/include/clang/Sema/
H A DSema.h8517 unsigned format_idx, unsigned firstDataArg,
8534 bool HasVAListArg, unsigned format_idx,
/external/mesa3d/src/mesa/main/
H A Dtexstore.c144 GLubyte format_idx; member in struct:__anon12813

Completed in 165 milliseconds