Home
last modified time | relevance | path

Searched defs:underlyingType (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DEnumsGen.cpp46 StringRef underlyingType, StringRef description, in emitEnumClass()
68 static void emitDenseMapInfo(StringRef enumName, std::string underlyingType, in emitDenseMapInfo()
143 std::string underlyingType = std::string(enumAttr.getUnderlyingType()); in emitOperators() local
277 std::string underlyingType = std::string(enumAttr.getUnderlyingType()); in emitStrToSymFnForBitEnum() local
324 std::string underlyingType = std::string(enumAttr.getUnderlyingType()); in emitUnderlyingToSymFnForIntEnum() local
379 StringRef underlyingType = enumAttr.getUnderlyingType(); in emitSpecializedAttrDef() local
413 std::string underlyingType = std::string(enumAttr.getUnderlyingType()); in emitUnderlyingToSymFnForBitEnum() local
440 std::string underlyingType = std::string(enumAttr.getUnderlyingType()); in emitEnumDecl() local
H A DSPIRVUtilsGen.cpp374 std::string underlyingType = std::string(enumAttr.getUnderlyingType()); in emitAvailabilityQueryForBitEnum() local
/llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/IR/
H A DArithmeticOps.cpp798 auto underlyingType = getElementTypeOrSelf(type); in getUnderlyingType() local
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp6795 SplitQualType underlyingType = type.split(); in handleObjCOwnershipTypeAttr() local
7315 QualType underlyingType = typedefDecl->getUnderlyingType(); in checkNullabilityTypeSpecifier() local
/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp3495 DecltypeType::DecltypeType(Expr *E, QualType underlyingType, QualType can) in DecltypeType()
H A DASTContext.cpp10263 QualType underlyingType = ET->getDecl()->getIntegerType(); in mergeEnumWithInteger() local