Home
last modified time | relevance | path

Searched refs:hasRefs (Results 1 – 3 of 3) 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.cpp69 if (Entries[E].hasRefs()) { in get()
97 assert(!hasRefs() && "Cannot reset cache entry with references"); in reset()
/external/libxml2/
Dxmlschemas.c6471 int parentType, int *hasRefs) in xmlSchemaParseLocalAttributes() argument
6482 if ((item != NULL) && (hasRefs != NULL)) in xmlSchemaParseLocalAttributes()
6483 *hasRefs = 1; in xmlSchemaParseLocalAttributes()
7786 int hasRefs = 0; in xmlSchemaParseAttributeGroupDefinition() local
7843 XML_SCHEMA_TYPE_ATTRIBUTEGROUP, &hasRefs) == -1) in xmlSchemaParseAttributeGroupDefinition()
7845 if (hasRefs) in xmlSchemaParseAttributeGroupDefinition()
11221 int min = 1, max = 1, isElemRef, hasRefs = 0; in xmlSchemaParseModelGroup() local
11312 hasRefs++; in xmlSchemaParseModelGroup()
11359 hasRefs++; in xmlSchemaParseModelGroup()
11364 hasRefs++; in xmlSchemaParseModelGroup()
[all …]