Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DScanfFormatString.cpp260 case LengthModifier::AsMAllocate: in getArgType()
301 case LengthModifier::AsMAllocate: in getArgType()
341 case LengthModifier::AsMAllocate: in getArgType()
358 case LengthModifier::AsMAllocate: in getArgType()
397 case LengthModifier::AsMAllocate: in getArgType()
DFormatString.cpp262 lmKind = LengthModifier::AsMAllocate; in ParseLengthModifier()
606 case AsMAllocate: in toString()
838 case LengthModifier::AsMAllocate: in hasValidLengthModifier()
891 case LengthModifier::AsMAllocate: in hasStandardLengthModifier()
DPrintfFormatString.cpp536 case LengthModifier::AsMAllocate: in getScalarArgType()
571 case LengthModifier::AsMAllocate: in getScalarArgType()
616 case LengthModifier::AsMAllocate: in getScalarArgType()
/external/clang/lib/Analysis/
DScanfFormatString.cpp262 case LengthModifier::AsMAllocate: in getArgType()
301 case LengthModifier::AsMAllocate: in getArgType()
339 case LengthModifier::AsMAllocate: in getArgType()
355 case LengthModifier::AsMAllocate: in getArgType()
393 case LengthModifier::AsMAllocate: in getArgType()
DFormatString.cpp230 lmKind = LengthModifier::AsMAllocate; in ParseLengthModifier()
546 case AsMAllocate: in toString()
769 case LengthModifier::AsMAllocate: in hasValidLengthModifier()
822 case LengthModifier::AsMAllocate: in hasStandardLengthModifier()
DPrintfFormatString.cpp440 case LengthModifier::AsMAllocate: in getArgType()
475 case LengthModifier::AsMAllocate: in getArgType()
508 case LengthModifier::AsMAllocate: in getArgType()
/external/clang/include/clang/Analysis/Analyses/
DFormatString.h82 AsMAllocate, // for '%ms', GNU extension to scanf enumerator
/external/llvm-project/clang/include/clang/AST/
DFormatString.h82 AsMAllocate, // for '%ms', GNU extension to scanf enumerator