Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DScanfFormatString.cpp262 case LengthModifier::AsMAllocate: in getArgType()
301 case LengthModifier::AsMAllocate: in getArgType()
339 case LengthModifier::AsMAllocate: in getArgType()
355 case LengthModifier::AsMAllocate: in getArgType()
393 case LengthModifier::AsMAllocate: in getArgType()
DFormatString.cpp230 lmKind = LengthModifier::AsMAllocate; in ParseLengthModifier()
546 case AsMAllocate: in toString()
769 case LengthModifier::AsMAllocate: in hasValidLengthModifier()
822 case LengthModifier::AsMAllocate: in hasStandardLengthModifier()
DPrintfFormatString.cpp440 case LengthModifier::AsMAllocate: in getArgType()
475 case LengthModifier::AsMAllocate: in getArgType()
508 case LengthModifier::AsMAllocate: in getArgType()
/external/clang/include/clang/Analysis/Analyses/
DFormatString.h82 AsMAllocate, // for '%ms', GNU extension to scanf enumerator