Home
last modified time | relevance | path

Searched refs:AsInt64 (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Analysis/
DFormatString.cpp232 lmKind = LengthModifier::AsInt64; in ParseLengthModifier()
499 case AsInt64: in toString()
710 case LengthModifier::AsInt64: in hasValidLengthModifier()
743 case LengthModifier::AsInt64: in hasStandardLengthModifier()
DScanfFormatString.cpp244 case LengthModifier::AsInt64: in getArgType()
282 case LengthModifier::AsInt64: in getArgType()
367 case LengthModifier::AsInt64: in getArgType()
DPrintfFormatString.cpp291 case LengthModifier::AsInt64: in getArgType()
324 case LengthModifier::AsInt64: in getArgType()
374 case LengthModifier::AsInt64: in getArgType()
/external/clang/include/clang/Analysis/Analyses/
DFormatString.h78 AsInt64, // 'I64' (MSVCRT, like __int64) enumerator
102 case AsInt64: in getLength()