Searched refs:isIdentified (Results 1 – 11 of 11) sorted by relevance
79 bool isIdentified() const { return identified; } in isIdentified() function81 assert(!isIdentified() && in isPacked()86 assert(isIdentified() && in isOpaque()93 assert(isIdentified() && in getIdentifier()100 assert(!isIdentified() && in getTypeList()114 if (isIdentified()) { in hashValue()125 if (isIdentified())126 return other.isIdentified() &&129 return !other.isIdentified() && other.isPacked() == isPacked() &&135 if (isIdentified()) in copyIntoAllocator()[all …]
55 if (type.isIdentified() && type.isOpaque()) { in printStructTypeBody()65 if (type.isIdentified()) in printStructTypeBody()70 if (type.isIdentified()) in printStructTypeBody()82 if (type.isIdentified()) { in printStructType()348 bool isIdentified = succeeded(parser.parseOptionalString(&name)); in parseStructType() local349 if (isIdentified) { in parseStructType()362 if (!isIdentified) in parseStructType()384 if (!isIdentified) in parseStructType()395 if (isIdentified) in parseStructType()401 if (isIdentified) in parseStructType()[all …]
434 assert(isIdentified() && "can only set bodies of identified structs"); in setBody()441 bool LLVMStructType::isIdentified() { return getImpl()->isIdentified(); } in isIdentified() function in LLVMStructType443 return getImpl()->isIdentified() && in isOpaque()449 return isIdentified() ? getImpl()->getIdentifiedStructBody() in getBody()
834 if (isIdentified()) { in operator ==()913 bool isIdentified() const { return !identifier.empty(); } in isIdentified() function927 if (!isIdentified()) in mutate()997 if (newStructType.isIdentified() && in getEmpty()1008 bool StructType::isIdentified() const { return getImpl()->isIdentified(); } in isIdentified() function in StructType
71 if (!structType.isIdentified()) in decorateType()
777 if (type.isIdentified()) { in print()816 if (type.isIdentified()) in print()
119 if (!type.isIdentified()) { in translate()
344 bool isIdentified() const;
474 bool isIdentified();
1161 if (pointeeStruct && pointeeStruct.isIdentified() && in prepareBasicType()1215 if (structType.isIdentified()) { in prepareBasicType()1255 if (structType.isIdentified()) in prepareBasicType()
1278 assert(structType.isIdentified() && "expected an indentified struct"); in processOpTypePointer()