Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DScanfFormatString.cpp261 case LengthModifier::AsMAllocate: in getArgType()
303 case LengthModifier::AsMAllocate: in getArgType()
343 case LengthModifier::AsMAllocate: in getArgType()
360 case LengthModifier::AsMAllocate: in getArgType()
399 case LengthModifier::AsMAllocate: in getArgType()
H A DFormatString.cpp262 lmKind = LengthModifier::AsMAllocate; in ParseLengthModifier()
701 case AsMAllocate: in toString()
939 case LengthModifier::AsMAllocate: in hasValidLengthModifier()
992 case LengthModifier::AsMAllocate: in hasStandardLengthModifier()
H A DPrintfFormatString.cpp539 case LengthModifier::AsMAllocate: in getScalarArgType()
574 case LengthModifier::AsMAllocate: in getScalarArgType()
619 case LengthModifier::AsMAllocate: in getScalarArgType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DFormatString.h83 AsMAllocate, // for '%ms', GNU extension to scanf enumerator