Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/AST/
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()
DFormatString.cpp254 lmKind = LengthModifier::AsAllocate; in ParseLengthModifier()
669 case AsAllocate: in toString()
905 case LengthModifier::AsAllocate: in hasValidLengthModifier()
967 case LengthModifier::AsAllocate: in hasStandardLengthModifier()
DPrintfFormatString.cpp538 case LengthModifier::AsAllocate: in getScalarArgType()
573 case LengthModifier::AsAllocate: in getScalarArgType()
618 case LengthModifier::AsAllocate: in getScalarArgType()
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DFormatString.h82 AsAllocate, // for '%as', GNU extension to C90 scanf enumerator