Home
last modified time | relevance | path

Searched refs:isBasicType (Results 1 – 5 of 5) sorted by relevance

/minix3/minix/llvm/passes/include/magic/support/
H A DEDIType.h56 bool isBasicType() const;
182 inline bool EDIType::isBasicType() const { in isBasicType() function
183 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()
/minix3/minix/llvm/passes/magic/support/
H A DEDIType.cpp46 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()
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DDebugInfo.cpp172 bool DIDescriptor::isBasicType() const { in isBasicType() function in DIDescriptor
235 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()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp602 assert(BTy.isBasicType()); in isUnsignedDIType()
799 if (Ty.isBasicType()) in getOrCreateTypeDIE()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfo.h215 bool isBasicType() const;