Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDScanfFormatString.cpp265 case LengthModifier::AsShortLong: in getArgType()
307 case LengthModifier::AsShortLong: in getArgType()
403 case LengthModifier::AsShortLong: in getArgType()
HDPrintfFormatString.cpp530 case LengthModifier::AsShortLong: in getScalarArgType()
566 case LengthModifier::AsShortLong: in getScalarArgType()
600 case LengthModifier::AsShortLong: in getScalarArgType()
641 case LengthModifier::AsShortLong: in getScalarArgType()
883 LengthModifier::None : LengthModifier::AsShortLong); in fixType()
HDFormatString.cpp228 lmKind = LengthModifier::AsShortLong; in ParseLengthModifier()
690 case AsShortLong: in toString()
894 case LengthModifier::AsShortLong: in hasValidLengthModifier()
1027 case LengthModifier::AsShortLong: // ??? in hasStandardLengthModifier()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDFormatString.h71 AsShortLong, // 'hl' (OpenCL float/int vector element) enumerator