Searched refs:isBasicType (Results 1 – 5 of 5) sorted by relevance
56 bool isBasicType() const;182 inline bool EDIType::isBasicType() const { in isBasicType() function183 return aDIType.isBasicType(); in isBasicType()207 if(!isBasicType()) return false; in isComplexFloatingPointTy()212 if(!isBasicType()) return false; in isFloatingPointTy()217 if(!isBasicType()) return false; in isCharTy()223 if(!isBasicType()) return false; in isIntTy()229 if(!isBasicType()) return false; in isBoolTy()
46 EDIType_assert(!isBasicType() && !isVoidTy() && !isEnumTy()); in getContainedType()73 if(isBasicType() || isVoidTy() || isEnumTy()) { in getNumContainedTypes()488 if(isBasicType() || isVoidTy() || isEnumTy() || isOpaqueTy()) { in normalize()519 assert(!isBasicType()); in normalizeTypedef()
172 bool DIDescriptor::isBasicType() const { in isBasicType() function in DIDescriptor235 return isBasicType() || isCompositeType() || isDerivedType(); in isType()432 if (!isBasicType() && Tag != dwarf::DW_TAG_const_type && in Verify()446 if (isBasicType()) in Verify()457 return isBasicType() && DbgNode->getNumOperands() == 3 && in Verify()1207 } else if (this->isBasicType()) { in print()1269 if (isBasicType()) in printInternal()
602 assert(BTy.isBasicType()); in isUnsignedDIType()799 if (Ty.isBasicType()) in getOrCreateTypeDIE()
215 bool isBasicType() const;