Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DScanfFormatString.cpp256 case LengthModifier::AsAllocate: in getArgType()
295 case LengthModifier::AsAllocate: in getArgType()
333 case LengthModifier::AsAllocate: in getArgType()
349 case LengthModifier::AsAllocate: in getArgType()
387 case LengthModifier::AsAllocate: in getArgType()
DFormatString.cpp213 lmKind = LengthModifier::AsAllocate; in ParseLengthModifier()
513 case AsAllocate: in toString()
728 case LengthModifier::AsAllocate: in hasValidLengthModifier()
790 case LengthModifier::AsAllocate: in hasStandardLengthModifier()
DPrintfFormatString.cpp434 case LengthModifier::AsAllocate: in getArgType()
469 case LengthModifier::AsAllocate: in getArgType()
502 case LengthModifier::AsAllocate: in getArgType()
/external/clang/include/clang/Analysis/Analyses/
DFormatString.h81 AsAllocate, // for '%as', GNU extension to C90 scanf enumerator