Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DPNaCl.cpp65 } else if (const EnumType *EnumTy = Ty->getAs<EnumType>()) { classifyArgumentType() local
99 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) 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.cpp161 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) classifyReturnType() local
170 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 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.cpp119 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) classifyArgumentType() local
H A DARC.cpp105 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local
H A DARM.cpp354 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) { classifyArgumentType() local
557 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) classifyReturnType() local
H A DAArch64.cpp283 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) classifyArgumentType() local
386 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) classifyReturnType() local
H A DX86.cpp566 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) classifyReturnType() local
883 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) classifyArgumentType() local
2154 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) getIndirectReturnResult() local
2196 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) getIndirectResult() local
2601 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) classifyReturnType() local
2745 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) classifyArgumentType() local
3224 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) classify() local
[all...]
H A DPPC.cpp155 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) isPromotableTypeForABI() local
648 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) isPromotableTypeForABI() 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 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
/freebsd-src/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-src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp927 if (const EnumType *EnumTy = qt->getAs<EnumType>()) { in migrateNSEnumDecl() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp9159 for (QualType EnumTy : CandidateTypes[ArgIdx].enumeration_types()) { addGenericBinaryPointerOrEnumeralOverloads() local
9372 for (QualType EnumTy : CandidateTypes[ArgIdx].enumeration_types()) { addAssignmentMemberPointerOrEnumeralOverloads() local
9715 for (QualType EnumTy : CandidateTypes[ArgIdx].enumeration_types()) { addConditionalOperatorOverloads() local
[all...]
H A DSemaDecl.cpp17349 QualType EnumTy = ED->getIntegerType(); ActOnTag() local
17979 QualType EnumTy = ED->getIntegerType(); ActOnTag() local
H A DSemaChecking.cpp12131 if (auto EnumTy = ExprTy->getAs<EnumType>()) { checkFormatExpr() local
15040 if (const auto *EnumTy = OriginalInit->getType()->getAs<EnumType>()) { AnalyzeBitFieldAssignment() local
H A DSemaDeclCXX.cpp12369 QualType EnumTy = GetTypeFromParser( ActOnUsingEnumDeclaration() local