Home
last modified time | relevance | path

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

/llvm-project/clang/lib/CodeGen/Targets/
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 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 DNVPTX.cpp165 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) classifyReturnType() local
174 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) 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 DLanai.cpp123 if (const auto *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local
H A DMips.cpp226 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) classifyArgumentType() local
317 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) classifyReturnType() local
H A DARC.cpp105 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local
H A DCSKY.cpp117 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local
H A DARM.cpp551 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType() local
348 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) { classifyArgumentType() local
H A DX86.cpp567 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 DLoongArch.cpp371 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local
H A DSparc.cpp238 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyType() local
H A DAArch64.cpp316 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) classifyArgumentType() local
419 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) classifyReturnType() local
H A DPPC.cpp156 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in isPromotableTypeForABI() local
705 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) isPromotableTypeForABI() local
H A DSystemZ.cpp147 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in isPromotableIntegerTypeForABI() local
H A DRISCV.cpp427 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) classifyArgumentType() local
/llvm-project/clang/test/CodeGenCXX/
H A Dattr-mode-vector-types-tmpl.cpp60 typedef enum { A1, B1 } EnumTy; typedef
/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>()) classifyReturnType() local
/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp927 if (const EnumType *EnumTy = qt->getAs<EnumType>()) { migrateNSEnumDecl() local
/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp9210 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 DSemaChecking.cpp7360 if (auto EnumTy = ExprTy->getAs<EnumType>()) { checkFormatExpr() local
10263 if (const auto *EnumTy = OriginalInit->getType()->getAs<EnumType>()) { AnalyzeBitFieldAssignment() local
H A DSemaDecl.cpp17105 QualType EnumTy = ED->getIntegerType(); ActOnTag() local
17738 QualType EnumTy = ED->getIntegerType(); ActOnTag() local
H A DSemaDeclCXX.cpp12227 QualType EnumTy = GetTypeFromParser(Ty, &TSI); ActOnUsingEnumDeclaration() local