/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
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 | 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 | NVPTX.cpp | 165 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local 174 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in 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 | Mips.cpp | 226 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local 317 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 | CSKY.cpp | 117 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local
|
H A D | ARC.cpp | 105 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local
|
H A D | ARM.cpp | 352 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) { in classifyArgumentType() local 555 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local
|
H A D | X86.cpp | 567 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local 886 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local 2172 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in getIndirectReturnResult() local 2214 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in getIndirectResult() local 2619 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local 2763 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local 3247 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classify() local
|
H A D | Sparc.cpp | 238 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyType() local
|
H A D | LoongArch.cpp | 371 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local
|
H A D | AArch64.cpp | 299 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local 402 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in 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>()) in isPromotableTypeForABI() local
|
H A D | SystemZ.cpp | 147 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in isPromotableIntegerTypeForABI() local
|
H A D | RISCV.cpp | 428 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local
|
/freebsd/contrib/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>()) in classifyReturnType() local
|
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | ObjCMT.cpp | 927 if (const EnumType *EnumTy = qt->getAs<EnumType>()) { in migrateNSEnumDecl() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOverload.cpp | 9186 for (QualType EnumTy : CandidateTypes[ArgIdx].enumeration_types()) { in addGenericBinaryPointerOrEnumeralOverloads() local 9399 for (QualType EnumTy : CandidateTypes[ArgIdx].enumeration_types()) { in addAssignmentMemberPointerOrEnumeralOverloads() local 9742 for (QualType EnumTy : CandidateTypes[ArgIdx].enumeration_types()) { in addConditionalOperatorOverloads() local
|
H A D | SemaDecl.cpp | 17151 QualType EnumTy = ED->getIntegerType(); in ActOnTag() local 17784 QualType EnumTy = ED->getIntegerType(); in ActOnTag() local
|
H A D | SemaChecking.cpp | 7364 if (auto EnumTy = ExprTy->getAs<EnumType>()) { in checkFormatExpr() local 10267 if (const auto *EnumTy = OriginalInit->getType()->getAs<EnumType>()) { in AnalyzeBitFieldAssignment() local
|
H A D | SemaDeclCXX.cpp | 12286 QualType EnumTy = GetTypeFromParser(Ty, &TSI); in ActOnUsingEnumDeclaration() local
|