Searched defs:underlyingType (Results 1 – 6 of 6) sorted by relevance
/llvm-project/mlir/tools/mlir-tblgen/ |
H A D | EnumsGen.cpp | 48 emitEnumClass(const Record & enumDef,StringRef enumName,StringRef underlyingType,StringRef description,const std::vector<EnumAttrCase> & enumerants,raw_ostream & os) emitEnumClass() argument 174 emitDenseMapInfo(StringRef qualName,std::string underlyingType,StringRef cppNamespace,raw_ostream & os) emitDenseMapInfo() argument 253 std::string underlyingType = std::string(enumAttr.getUnderlyingType()); emitOperators() local 401 std::string underlyingType = std::string(enumAttr.getUnderlyingType()); emitStrToSymFnForBitEnum() local 448 std::string underlyingType = std::string(enumAttr.getUnderlyingType()); emitUnderlyingToSymFnForIntEnum() local 503 StringRef underlyingType = enumAttr.getUnderlyingType(); emitSpecializedAttrDef() local 537 std::string underlyingType = std::string(enumAttr.getUnderlyingType()); emitUnderlyingToSymFnForBitEnum() local 560 std::string underlyingType = std::string(enumAttr.getUnderlyingType()); emitEnumDecl() local [all...] |
H A D | SPIRVUtilsGen.cpp | 381 std::string underlyingType = std::string(enumAttr.getUnderlyingType()); in emitAvailabilityQueryForBitEnum() local
|
/llvm-project/mlir/lib/Dialect/Arith/IR/ |
H A D | ArithOps.cpp | 1230 auto underlyingType = getElementTypeOrSelf(type); getUnderlyingType() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaType.cpp | 6578 SplitQualType underlyingType = type.split(); handleObjCOwnershipTypeAttr() local 7145 QualType underlyingType = typedefDecl->getUnderlyingType(); CheckNullabilityTypeSpecifier() local [all...] |
/llvm-project/clang/lib/AST/ |
H A D | Type.cpp | 3986 DecltypeType(Expr * E,QualType underlyingType,QualType can) DecltypeType() argument
|
H A D | ASTContext.cpp | 10702 QualType underlyingType = ET->getDecl()->getIntegerType(); mergeEnumWithInteger() local
|