Home
last modified time | relevance | path

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

/llvm-project/mlir/tools/mlir-tblgen/
H A DEnumsGen.cpp48 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 DSPIRVUtilsGen.cpp381 std::string underlyingType = std::string(enumAttr.getUnderlyingType()); in emitAvailabilityQueryForBitEnum() local
/llvm-project/mlir/lib/Dialect/Arith/IR/
H A DArithOps.cpp1230 auto underlyingType = getElementTypeOrSelf(type); getUnderlyingType() local
/llvm-project/clang/lib/Sema/
H A DSemaType.cpp6578 SplitQualType underlyingType = type.split(); handleObjCOwnershipTypeAttr() local
7145 QualType underlyingType = typedefDecl->getUnderlyingType(); CheckNullabilityTypeSpecifier() local
[all...]
/llvm-project/clang/lib/AST/
H A DType.cpp3986 DecltypeType(Expr * E,QualType underlyingType,QualType can) DecltypeType() argument
H A DASTContext.cpp10702 QualType underlyingType = ET->getDecl()->getIntegerType(); mergeEnumWithInteger() local