Searched refs:hasRefs (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | InterferenceCache.h | 100 assert(!hasRefs() && "Cannot clear cache entry with references"); in clear() 111 bool hasRefs() const { return RefCount > 0; } in hasRefs() function
|
D | InterferenceCache.cpp | 68 if (Entries[E].hasRefs()) { in get() 96 assert(!hasRefs() && "Cannot reset cache entry with references"); in reset()
|
/external/chromium_org/third_party/libxml/src/ |
D | xmlschemas.c | 6450 int parentType, int *hasRefs) in xmlSchemaParseLocalAttributes() argument 6461 if ((item != NULL) && (hasRefs != NULL)) in xmlSchemaParseLocalAttributes() 6462 *hasRefs = 1; in xmlSchemaParseLocalAttributes() 7765 int hasRefs = 0; in xmlSchemaParseAttributeGroupDefinition() local 7822 XML_SCHEMA_TYPE_ATTRIBUTEGROUP, &hasRefs) == -1) in xmlSchemaParseAttributeGroupDefinition() 7824 if (hasRefs) in xmlSchemaParseAttributeGroupDefinition() 11200 int min = 1, max = 1, isElemRef, hasRefs = 0; in xmlSchemaParseModelGroup() local 11291 hasRefs++; in xmlSchemaParseModelGroup() 11338 hasRefs++; in xmlSchemaParseModelGroup() 11343 hasRefs++; in xmlSchemaParseModelGroup() [all …]
|
/external/libxml2/ |
D | xmlschemas.c | 6469 int parentType, int *hasRefs) in xmlSchemaParseLocalAttributes() argument 6480 if ((item != NULL) && (hasRefs != NULL)) in xmlSchemaParseLocalAttributes() 6481 *hasRefs = 1; in xmlSchemaParseLocalAttributes() 7784 int hasRefs = 0; in xmlSchemaParseAttributeGroupDefinition() local 7841 XML_SCHEMA_TYPE_ATTRIBUTEGROUP, &hasRefs) == -1) in xmlSchemaParseAttributeGroupDefinition() 7843 if (hasRefs) in xmlSchemaParseAttributeGroupDefinition() 11219 int min = 1, max = 1, isElemRef, hasRefs = 0; in xmlSchemaParseModelGroup() local 11310 hasRefs++; in xmlSchemaParseModelGroup() 11357 hasRefs++; in xmlSchemaParseModelGroup() 11362 hasRefs++; in xmlSchemaParseModelGroup() [all …]
|