enum TypeEvaluationKind
Description
The kind of evaluation to perform on values of a particular type. Basically, is the code in CGExprScalar, CGExprComplex, or CGExprAgg? TODO: should vectors maybe be split out into their own thing?
Declared at: clang/lib/CodeGen/CodeGenFunction.h:106
Enumerators
Name | Value | Comment |
---|---|---|
TEK_Scalar | 0 | |
TEK_Complex | 1 | |
TEK_Aggregate | 2 |