Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DFormatString.cpp240 lmKind = LengthModifier::AsInt32; in ParseLengthModifier()
505 case AsInt32: in toString()
749 case LengthModifier::AsInt32: in hasValidLengthModifier()
793 case LengthModifier::AsInt32: in hasStandardLengthModifier()
DScanfFormatString.cpp258 case LengthModifier::AsInt32: in getArgType()
297 case LengthModifier::AsInt32: in getArgType()
389 case LengthModifier::AsInt32: in getArgType()
DPrintfFormatString.cpp413 case LengthModifier::AsInt32: in getArgType()
447 case LengthModifier::AsInt32: in getArgType()
504 case LengthModifier::AsInt32: in getArgType()
/external/clang/include/clang/Analysis/Analyses/
DFormatString.h77 AsInt32, // 'I32' (MSVCRT, like __int32) enumerator
103 case AsInt32: in getLength()