Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DScanfFormatString.cpp247 case LengthModifier::AsMAllocate: in getArgType()
282 case LengthModifier::AsMAllocate: in getArgType()
316 case LengthModifier::AsMAllocate: in getArgType()
328 case LengthModifier::AsMAllocate: in getArgType()
361 case LengthModifier::AsMAllocate: in getArgType()
DFormatString.cpp221 lmKind = LengthModifier::AsMAllocate; in ParseLengthModifier()
478 case AsMAllocate: in toString()
670 case LengthModifier::AsMAllocate: in hasValidLengthModifier()
698 case LengthModifier::AsMAllocate: in hasStandardLengthModifier()
DPrintfFormatString.cpp296 case LengthModifier::AsMAllocate: in getArgType()
321 case LengthModifier::AsMAllocate: in getArgType()
353 case LengthModifier::AsMAllocate: in getArgType()
/external/clang/include/clang/Analysis/Analyses/
DFormatString.h78 AsMAllocate, // for '%ms', GNU extension to scanf enumerator