enum CallDescriptionFlags

Declared at: clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallDescription.h:31

Enumerators

NameValueComment
CDF_None0
CDF_MaybeBuiltin1Describes a C standard function that is sometimes implemented as a macro that expands to a compiler builtin with some __builtin prefix. The builtin may as well have a few extra arguments on top of the requested number of arguments.