Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DScanfFormatString.cpp259 case LengthModifier::AsAllocate: in getArgType()
300 case LengthModifier::AsAllocate: in getArgType()
340 case LengthModifier::AsAllocate: in getArgType()
357 case LengthModifier::AsAllocate: in getArgType()
396 case LengthModifier::AsAllocate: in getArgType()
DFormatString.cpp254 lmKind = LengthModifier::AsAllocate; in ParseLengthModifier()
604 case AsAllocate: in toString()
828 case LengthModifier::AsAllocate: in hasValidLengthModifier()
890 case LengthModifier::AsAllocate: in hasStandardLengthModifier()
DPrintfFormatString.cpp535 case LengthModifier::AsAllocate: in getScalarArgType()
570 case LengthModifier::AsAllocate: in getScalarArgType()
615 case LengthModifier::AsAllocate: in getScalarArgType()
/external/clang/lib/Analysis/
DScanfFormatString.cpp261 case LengthModifier::AsAllocate: in getArgType()
300 case LengthModifier::AsAllocate: in getArgType()
338 case LengthModifier::AsAllocate: in getArgType()
354 case LengthModifier::AsAllocate: in getArgType()
392 case LengthModifier::AsAllocate: in getArgType()
DFormatString.cpp222 lmKind = LengthModifier::AsAllocate; in ParseLengthModifier()
544 case AsAllocate: in toString()
759 case LengthModifier::AsAllocate: in hasValidLengthModifier()
821 case LengthModifier::AsAllocate: in hasStandardLengthModifier()
DPrintfFormatString.cpp439 case LengthModifier::AsAllocate: in getArgType()
474 case LengthModifier::AsAllocate: in getArgType()
507 case LengthModifier::AsAllocate: in getArgType()
/external/clang/include/clang/Analysis/Analyses/
DFormatString.h81 AsAllocate, // for '%as', GNU extension to C90 scanf enumerator
/external/llvm-project/clang/include/clang/AST/
DFormatString.h81 AsAllocate, // for '%as', GNU extension to C90 scanf enumerator