Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DScanfFormatString.cpp261 case LengthModifier::AsAllocate: in getArgType()
300 case LengthModifier::AsAllocate: in getArgType()
338 case LengthModifier::AsAllocate: in getArgType()
354 case LengthModifier::AsAllocate: in getArgType()
392 case LengthModifier::AsAllocate: in getArgType()
DFormatString.cpp222 lmKind = LengthModifier::AsAllocate; in ParseLengthModifier()
544 case AsAllocate: in toString()
759 case LengthModifier::AsAllocate: in hasValidLengthModifier()
821 case LengthModifier::AsAllocate: in hasStandardLengthModifier()
DPrintfFormatString.cpp439 case LengthModifier::AsAllocate: in getArgType()
474 case LengthModifier::AsAllocate: in getArgType()
507 case LengthModifier::AsAllocate: in getArgType()
/external/clang/include/clang/Analysis/Analyses/
DFormatString.h81 AsAllocate, // for '%as', GNU extension to C90 scanf enumerator