Searched defs:isBasicType (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/VMCore/
H A DDebugInfo.cpp133 /// isBasicType - Return true if the specified tag is legal for
135 bool DIDescriptor::isBasicType() const { function in class:DIDescriptor
200 return isBasicType() || isCompositeType() || isDerivedType();
303 if (!isBasicType() && !isDerivedType() && !isCompositeType()) {
401 if (!isBasicType() && Tag != dwarf::DW_TAG_const_type &&
416 return isBasicType();
1007 } else if (this->isBasicType()) {
1057 if (isBasicType())

Completed in 22 milliseconds