Home
last modified time | relevance | path

Searched defs:EnumTy (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DBPF.cpp49 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local
69 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local
H A DPNaCl.cpp68 } else if (const EnumType *EnumTy = Ty->getAs<EnumType>()) { in classifyArgumentType() local
102 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local
H A DNVPTX.cpp165 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local
174 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local
H A DHexagon.cpp100 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local
159 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local
H A DMips.cpp226 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local
317 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local
H A DLanai.cpp123 if (const auto *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local
H A DCSKY.cpp117 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local
H A DARC.cpp105 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local
H A DARM.cpp352 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) { in classifyArgumentType() local
555 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local
H A DX86.cpp567 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 DSparc.cpp238 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyType() local
H A DLoongArch.cpp371 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local
H A DAArch64.cpp299 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local
402 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local
H A DPPC.cpp156 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in isPromotableTypeForABI() local
705 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in isPromotableTypeForABI() local
H A DSystemZ.cpp147 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in isPromotableIntegerTypeForABI() local
H A DRISCV.cpp428 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.cpp30 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 DObjCMT.cpp927 if (const EnumType *EnumTy = qt->getAs<EnumType>()) { in migrateNSEnumDecl() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp9186 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 DSemaDecl.cpp17151 QualType EnumTy = ED->getIntegerType(); in ActOnTag() local
17784 QualType EnumTy = ED->getIntegerType(); in ActOnTag() local
H A DSemaChecking.cpp7364 if (auto EnumTy = ExprTy->getAs<EnumType>()) { in checkFormatExpr() local
10267 if (const auto *EnumTy = OriginalInit->getType()->getAs<EnumType>()) { in AnalyzeBitFieldAssignment() local
H A DSemaDeclCXX.cpp12286 QualType EnumTy = GetTypeFromParser(Ty, &TSI); in ActOnUsingEnumDeclaration() local