/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | PNaCl.cpp | 65 } else if (const EnumType *EnumTy = Ty->getAs<EnumType>()) { classifyArgumentType() local 99 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) 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 | 161 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) classifyReturnType() local 170 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 | 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 | 119 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) classifyArgumentType() local
|
H A D | ARC.cpp | 105 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local
|
H A D | ARM.cpp | 354 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) { classifyArgumentType() local 557 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) classifyReturnType() local
|
H A D | AArch64.cpp | 283 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) classifyArgumentType() local 386 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) classifyReturnType() local
|
H A D | X86.cpp | 566 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 D | PPC.cpp | 155 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) isPromotableTypeForABI() local 648 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) isPromotableTypeForABI() 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 | 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
|
/freebsd-src/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-src/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | ObjCMT.cpp | 927 if (const EnumType *EnumTy = qt->getAs<EnumType>()) { in migrateNSEnumDecl() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOverload.cpp | 9159 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 D | SemaDecl.cpp | 17349 QualType EnumTy = ED->getIntegerType(); ActOnTag() local 17979 QualType EnumTy = ED->getIntegerType(); ActOnTag() local
|
H A D | SemaChecking.cpp | 12131 if (auto EnumTy = ExprTy->getAs<EnumType>()) { checkFormatExpr() local 15040 if (const auto *EnumTy = OriginalInit->getType()->getAs<EnumType>()) { AnalyzeBitFieldAssignment() local
|
H A D | SemaDeclCXX.cpp | 12369 QualType EnumTy = GetTypeFromParser( ActOnUsingEnumDeclaration() local
|