Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/AST/
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()
DFormatString.cpp262 lmKind = LengthModifier::AsMAllocate; in ParseLengthModifier()
671 case AsMAllocate: in toString()
915 case LengthModifier::AsMAllocate: in hasValidLengthModifier()
968 case LengthModifier::AsMAllocate: in hasStandardLengthModifier()
DPrintfFormatString.cpp539 case LengthModifier::AsMAllocate: in getScalarArgType()
574 case LengthModifier::AsMAllocate: in getScalarArgType()
619 case LengthModifier::AsMAllocate: in getScalarArgType()
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DFormatString.h83 AsMAllocate, // for '%ms', GNU extension to scanf enumerator