Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DScanfFormatString.cpp260 case LengthModifier::AsAllocate: in getArgType()
302 case LengthModifier::AsAllocate: in getArgType()
342 case LengthModifier::AsAllocate: in getArgType()
359 case LengthModifier::AsAllocate: in getArgType()
398 case LengthModifier::AsAllocate: in getArgType()
H A DFormatString.cpp254 lmKind = LengthModifier::AsAllocate; in ParseLengthModifier()
712 case AsAllocate: in toString()
958 case LengthModifier::AsAllocate: in hasValidLengthModifier()
1020 case LengthModifier::AsAllocate: in hasStandardLengthModifier()
H A DPrintfFormatString.cpp554 case LengthModifier::AsAllocate: in getScalarArgType()
589 case LengthModifier::AsAllocate: in getScalarArgType()
634 case LengthModifier::AsAllocate: in getScalarArgType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DFormatString.h82 AsAllocate, // for '%as', GNU extension to C90 scanf enumerator