Home
last modified time | relevance | path

Searched refs:hasRefs (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/
DInterferenceCache.h100 assert(!hasRefs() && "Cannot clear cache entry with references"); in clear()
111 bool hasRefs() const { return RefCount > 0; } in hasRefs() function
DInterferenceCache.cpp68 if (Entries[E].hasRefs()) { in get()
96 assert(!hasRefs() && "Cannot reset cache entry with references"); in reset()
/external/chromium_org/third_party/libxml/src/
Dxmlschemas.c6450 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/
Dxmlschemas.c6469 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 …]