enum ConstantExpr::ResultStorageKind
Description
Describes the kind of result that can be tail-allocated.
Declared at: clang/include/clang/AST/Expr.h:1044
Enumerators
Name | Value | Comment |
---|---|---|
RSK_None | 0 | |
RSK_Int64 | 1 | |
RSK_APValue | 2 |
Describes the kind of result that can be tail-allocated.
Declared at: clang/include/clang/AST/Expr.h:1044
Name | Value | Comment |
---|---|---|
RSK_None | 0 | |
RSK_Int64 | 1 | |
RSK_APValue | 2 |