enum CallDescriptionFlags
Declared at: clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallDescription.h:31
Enumerators
Name | Value | Comment |
---|---|---|
CDF_None | 0 | |
CDF_MaybeBuiltin | 1 | Describes 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. |