OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FormatIdx
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Basic/
Builtins.cpp
125
bool Builtin::Context::isLike(unsigned ID, unsigned &
FormatIdx
,
144
FormatIdx
= ::strtol(Like, nullptr, 10);
148
bool Builtin::Context::isPrintfLike(unsigned ID, unsigned &
FormatIdx
,
150
return isLike(ID,
FormatIdx
, HasVAListArg, "pP");
153
bool Builtin::Context::isScanfLike(unsigned ID, unsigned &
FormatIdx
,
155
return isLike(ID,
FormatIdx
, HasVAListArg, "sS");
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
Builtins.h
191
bool isPrintfLike(unsigned ID, unsigned &
FormatIdx
, bool &HasVAListArg);
196
bool isScanfLike(unsigned ID, unsigned &
FormatIdx
, bool &HasVAListArg);
243
bool isLike(unsigned ID, unsigned &
FormatIdx
, bool &HasVAListArg,
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp
4341
FSI->
FormatIdx
= Format->getFormatIdx() - 1;
4348
if(FSI->
FormatIdx
== 0)
4350
--FSI->
FormatIdx
;
4398
Idx = FSI.
FormatIdx
;
6534
unsigned
FormatIdx
= i;
6566
Args, /*HasVAListArg*/ false,
FormatIdx
, FirstDataArg, FST_OSLog,
7600
return CheckFormatArguments(Args, FSI.HasVAListArg, FSI.
FormatIdx
,
7703
unsigned
FormatIdx
;
7717
ArrayRef<const Expr *> Args, unsigned
formatIdx
,
7723
HasVAListArg(hasVAListArg), Args(Args),
FormatIdx
(formatIdx)
[
all
...]
SemaDecl.cpp
14998
unsigned
FormatIdx
;
15000
if (Context.BuiltinInfo.isPrintfLike(BuiltinID,
FormatIdx
, HasVAListArg)) {
15004
if (
FormatIdx
< NumParams && // NumParams may be 0 (e.g. vfprintf)
15005
FD->getParamDecl(
FormatIdx
)->getType()->isObjCObjectPointerType())
15009
FormatIdx
+1,
15010
HasVAListArg ? 0 :
FormatIdx
+2,
15014
if (Context.BuiltinInfo.isScanfLike(BuiltinID,
FormatIdx
,
15019
FormatIdx
+1,
15020
HasVAListArg ? 0 :
FormatIdx
+2,
SemaDeclAttr.cpp
3377
IdentifierInfo *Format, int
FormatIdx
,
3382
F->getFormatIdx() ==
FormatIdx
&&
3392
return ::new (Context) FormatAttr(Context, CI, Format,
FormatIdx
, FirstArg);
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
3310
IdentifierInfo *Format, int
FormatIdx
,
12404
unsigned
FormatIdx
;
Completed in 104 milliseconds
Indexes created Sun Sep 20 00:26:38 UTC 2026