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()
295 case LengthModifier::AsMAllocate: in getArgType()
331 case LengthModifier::AsMAllocate: in getArgType()
343 case LengthModifier::AsMAllocate: in getArgType()
378 case LengthModifier::AsMAllocate: in getArgType()
DFormatString.cpp221 lmKind = LengthModifier::AsMAllocate; in ParseLengthModifier()
505 case AsMAllocate: in toString()
697 case LengthModifier::AsMAllocate: in hasValidLengthModifier()
739 case LengthModifier::AsMAllocate: in hasStandardLengthModifier()
DPrintfFormatString.cpp305 case LengthModifier::AsMAllocate: in getArgType()
339 case LengthModifier::AsMAllocate: in getArgType()
371 case LengthModifier::AsMAllocate: in getArgType()
/external/clang/include/clang/Analysis/Analyses/
DFormatString.h81 AsMAllocate, // for '%ms', GNU extension to scanf enumerator