| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | BPF.cpp | 49 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() 69 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType()
|
| H A D | PNaCl.cpp | 65 } else if (const EnumType *EnumTy = Ty->getAs<EnumType>()) { in classifyArgumentType() 99 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType()
|
| H A D | NVPTX.cpp | 161 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() 170 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType()
|
| H A D | Mips.cpp | 226 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() 317 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType()
|
| H A D | CSKY.cpp | 119 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType()
|
| H A D | ARC.cpp | 105 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType()
|
| H A D | Hexagon.cpp | 100 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() 159 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType()
|
| H A D | X86.cpp | 566 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() 883 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() 1826 if (const EnumType *ET = Ty->getAs<EnumType>()) { in classify() 2154 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in getIndirectReturnResult() 2196 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in getIndirectResult() 2601 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() 2745 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() 3224 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classify()
|
| H A D | ARM.cpp | 354 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) { in classifyArgumentType() 557 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType()
|
| H A D | XCore.cpp | 414 static bool appendEnumType(SmallStringEnc &Enc, const EnumType *ET, in appendEnumType() 617 if (const EnumType *ET = QT->getAs<EnumType>()) in appendType()
|
| H A D | Sparc.cpp | 238 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyType()
|
| H A D | AArch64.cpp | 283 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() 386 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType()
|
| H A D | Lanai.cpp | 123 if (const auto *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType()
|
| H A D | PPC.cpp | 155 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in isPromotableTypeForABI() 648 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in isPromotableTypeForABI()
|
| H A D | LoongArch.cpp | 371 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType()
|
| H A D | RISCV.cpp | 427 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/ |
| H A D | BTF.h | 336 struct EnumType final : CommonType, private TrailingObjects<EnumType, BTFEnum> {
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | ABIInfoImpl.cpp | 30 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() 53 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType()
|
| H A D | CodeGenTBAA.cpp | 198 if (const EnumType *ETy = dyn_cast<EnumType>(Ty)) { in getTypeInfoHelper()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | EnumCastOutOfRangeChecker.cpp | 150 const EnumDecl *ED = T->castAs<EnumType>()->getDecl(); in checkPreStmt()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | Type.cpp | 83 ND = ty->castAs<EnumType>()->getDecl(); in getBaseTypeIdentifier() 639 if (const auto *ET = getAs<EnumType>()) in isScopedEnumeralType() 2002 if (const auto *ET = dyn_cast<EnumType>(CanonicalType)) in isIntegralType() 2020 if (const auto *ET = dyn_cast<EnumType>(CanonicalType)) in isUnscopedEnumerationType() 2089 if (const EnumType *ET = dyn_cast<EnumType>(CanonicalType)) { in isSignedIntegerType() 2213 if (const auto *ET = dyn_cast<EnumType>(CanonicalType)) in isRealType() 2222 if (const auto *ET = dyn_cast<EnumType>(CanonicalType)) in isArithmeticType() 2252 } else if (isa<EnumType>(T)) { in getScalarTypeKind() 2253 assert(cast<EnumType>(T)->getDecl()->isComplete()); in getScalarTypeKind() 3006 if (const auto *ET = getAs<EnumType>()) { in isAlignValT() [all …]
|
| H A D | FormatString.cpp | 352 if (const auto *ETy = argTy->getAs<EnumType>()) { in matchesType() 397 if (const EnumType *ETy = argTy->getAs<EnumType>()) { in matchesType()
|
| H A D | ScanfFormatString.cpp | 428 if (const EnumType *ETy = PT->getAs<EnumType>()) { in fixType()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 3712 TypeSourceInfo *EnumType; variable 3715 SourceLocation EL, SourceLocation NL, TypeSourceInfo *EnumType) in UsingEnumDecl() argument 3717 EnumType(EnumType){} in UsingEnumDecl() 3736 if (auto ETL = EnumType->getTypeLoc().getAs<ElaboratedTypeLoc>()) in getQualifierLoc() 3742 return EnumType->getTypeLoc(); in getEnumTypeLoc() 3745 return EnumType; in getEnumType() 3747 void setEnumType(TypeSourceInfo *TSI) { EnumType = TSI; } in setEnumType() 3750 EnumDecl *getEnumDecl() const { return cast<EnumDecl>(EnumType->getType()->getAsTagDecl()); } in getEnumDecl() 3754 SourceLocation NameL, TypeSourceInfo *EnumType);
|
| H A D | CanonicalType.h | 562 struct CanProxyAdaptor<EnumType> : public CanProxyBase<EnumType> {
|