/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | PNaCl.cpp | 68 } else if (const EnumType *EnumTy = Ty->getAs<EnumType>()) { in classifyArgumentType() local 102 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local
|
H A D | BPF.cpp | 49 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local 69 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local
|
H A D | NVPTX.cpp | 165 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) classifyReturnType() local 174 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) classifyArgumentType() local
|
H A D | Hexagon.cpp | 100 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local 159 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local
|
H A D | Lanai.cpp | 123 if (const auto *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local
|
H A D | Mips.cpp | 226 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) classifyArgumentType() local 317 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) classifyReturnType() local
|
H A D | ARC.cpp | 105 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local
|
H A D | CSKY.cpp | 117 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local
|
H A D | ARM.cpp | 551 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType() local 348 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) { classifyArgumentType() local
|
H A D | X86.cpp | 567 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) classifyReturnType() local 886 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) classifyArgumentType() local 2172 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) getIndirectReturnResult() local 2214 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) getIndirectResult() local 2619 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) classifyReturnType() local 2763 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) classifyArgumentType() local 3247 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) classify() local [all...] |
H A D | LoongArch.cpp | 371 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local
|
H A D | Sparc.cpp | 238 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyType() local
|
H A D | AArch64.cpp | 316 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) classifyArgumentType() local 419 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) classifyReturnType() local
|
H A D | PPC.cpp | 156 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in isPromotableTypeForABI() local 705 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) isPromotableTypeForABI() local
|
H A D | SystemZ.cpp | 147 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in isPromotableIntegerTypeForABI() local
|
H A D | RISCV.cpp | 427 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) classifyArgumentType() local
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | attr-mode-vector-types-tmpl.cpp | 60 typedef enum { A1, B1 } EnumTy; typedef
|
/llvm-project/clang/lib/CodeGen/ |
H A D | ABIInfoImpl.cpp | 30 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local 53 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) classifyReturnType() local
|
/llvm-project/clang/lib/ARCMigrate/ |
H A D | ObjCMT.cpp | 927 if (const EnumType *EnumTy = qt->getAs<EnumType>()) { migrateNSEnumDecl() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaOverload.cpp | 9210 for (QualType EnumTy : CandidateTypes[ArgIdx].enumeration_types()) { addGenericBinaryPointerOrEnumeralOverloads() local 9423 for (QualType EnumTy : CandidateTypes[ArgIdx].enumeration_types()) { addAssignmentMemberPointerOrEnumeralOverloads() local 9766 for (QualType EnumTy : CandidateTypes[ArgIdx].enumeration_types()) { addConditionalOperatorOverloads() local [all...] |
H A D | SemaChecking.cpp | 7360 if (auto EnumTy = ExprTy->getAs<EnumType>()) { checkFormatExpr() local 10263 if (const auto *EnumTy = OriginalInit->getType()->getAs<EnumType>()) { AnalyzeBitFieldAssignment() local
|
H A D | SemaDecl.cpp | 17105 QualType EnumTy = ED->getIntegerType(); ActOnTag() local 17738 QualType EnumTy = ED->getIntegerType(); ActOnTag() local
|
H A D | SemaDeclCXX.cpp | 12227 QualType EnumTy = GetTypeFromParser(Ty, &TSI); ActOnUsingEnumDeclaration() local
|