Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DScanfFormatString.cpp245 case LengthModifier::AsAllocate: in getArgType()
280 case LengthModifier::AsAllocate: in getArgType()
315 case LengthModifier::AsAllocate: in getArgType()
327 case LengthModifier::AsAllocate: in getArgType()
360 case LengthModifier::AsAllocate: in getArgType()
DFormatString.cpp213 lmKind = LengthModifier::AsAllocate; in ParseLengthModifier()
476 case AsAllocate: in toString()
660 case LengthModifier::AsAllocate: in hasValidLengthModifier()
697 case LengthModifier::AsAllocate: in hasStandardLengthModifier()
DPrintfFormatString.cpp295 case LengthModifier::AsAllocate: in getArgType()
320 case LengthModifier::AsAllocate: in getArgType()
352 case LengthModifier::AsAllocate: in getArgType()
/external/clang/include/clang/Analysis/Analyses/
DFormatString.h77 AsAllocate, // for '%as', GNU extension to C90 scanf enumerator