|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/clang/lib/CodeGen/CodeGenFunction.h 2050 static TypeEvaluationKind getEvaluationKind(QualType T);
References
tools/clang/lib/CodeGen/CGAtomic.cpp 54 EvaluationKind = CGF.getEvaluationKind(ValueTy);
tools/clang/lib/CodeGen/CGBuiltin.cpp 1254 assert(getEvaluationKind(TheExpr->getType()) == TEK_Scalar &&
tools/clang/lib/CodeGen/CGCall.cpp 2838 switch (getEvaluationKind(RetTy)) {
4511 switch (getEvaluationKind(RetTy)) {
tools/clang/lib/CodeGen/CGClass.cpp 671 switch (getEvaluationKind(FieldType)) {
tools/clang/lib/CodeGen/CGDecl.cpp 1878 switch (getEvaluationKind(type)) {
tools/clang/lib/CodeGen/CGDeclCXX.cpp 40 switch (CGF.getEvaluationKind(type)) {
tools/clang/lib/CodeGen/CGExpr.cpp 197 switch (getEvaluationKind(E->getType())) {
228 switch (getEvaluationKind(E->getType())) {
452 switch (getEvaluationKind(E->getType())) {
1148 switch (getEvaluationKind(Ty)) {
4489 switch (getEvaluationKind(FT)) {
4624 switch (getEvaluationKind(E->getType())) {
4986 switch (getEvaluationKind(type)) {
tools/clang/lib/CodeGen/CGExprAgg.cpp 1406 switch (CGF.getEvaluationKind(type)) {
tools/clang/lib/CodeGen/CGExprCXX.cpp 939 switch (CGF.getEvaluationKind(AllocType)) {
tools/clang/lib/CodeGen/CGObjC.cpp 1148 switch (getEvaluationKind(ivarType)) {
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp 835 switch (CGF.getEvaluationKind(Ty)) {
tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp 3082 switch (CGF.getEvaluationKind(Private->getType())) {
3691 switch (CGF.getEvaluationKind(Private->getType())) {
3892 switch (CGF.getEvaluationKind(Private->getType())) {
tools/clang/lib/CodeGen/CGStmt.cpp 1110 switch (getEvaluationKind(RV->getType())) {
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp 3655 assert(CGF.getEvaluationKind(DestType) == TEK_Complex &&
3693 switch (getEvaluationKind(LVal.getType())) {
3906 switch (CGF.getEvaluationKind(ResType)) {
tools/clang/lib/CodeGen/CodeGenFunction.h 2053 return getEvaluationKind(T) == TEK_Scalar;
2057 return getEvaluationKind(T) == TEK_Aggregate;
tools/clang/lib/CodeGen/ItaniumCXXABI.cpp 4161 TypeEvaluationKind TEK = CGF.getEvaluationKind(CatchType);