Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DScanfFormatString.cpp257 case LengthModifier::AsMAllocate: in getArgType()
296 case LengthModifier::AsMAllocate: in getArgType()
334 case LengthModifier::AsMAllocate: in getArgType()
350 case LengthModifier::AsMAllocate: in getArgType()
388 case LengthModifier::AsMAllocate: in getArgType()
DFormatString.cpp221 lmKind = LengthModifier::AsMAllocate; in ParseLengthModifier()
515 case AsMAllocate: in toString()
738 case LengthModifier::AsMAllocate: in hasValidLengthModifier()
791 case LengthModifier::AsMAllocate: in hasStandardLengthModifier()
DPrintfFormatString.cpp435 case LengthModifier::AsMAllocate: in getArgType()
470 case LengthModifier::AsMAllocate: in getArgType()
503 case LengthModifier::AsMAllocate: in getArgType()
/external/clang/include/clang/Analysis/Analyses/
DFormatString.h82 AsMAllocate, // for '%ms', GNU extension to scanf enumerator