Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DInterferenceCache.h77 assert(!hasRefs() && "Cannot clear cache entry with references"); in clear()
87 bool hasRefs() const { return RefCount > 0; } in hasRefs() function
DInterferenceCache.cpp49 if (Entries[E].hasRefs()) { in get()
75 assert(!hasRefs() && "Cannot reset cache entry with references"); in reset()
/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.c6484 int parentType, int *hasRefs) in xmlSchemaParseLocalAttributes() argument
6495 if ((item != NULL) && (hasRefs != NULL)) in xmlSchemaParseLocalAttributes()
6496 *hasRefs = 1; in xmlSchemaParseLocalAttributes()
7799 int hasRefs = 0; in xmlSchemaParseAttributeGroupDefinition() local
7856 XML_SCHEMA_TYPE_ATTRIBUTEGROUP, &hasRefs) == -1) in xmlSchemaParseAttributeGroupDefinition()
7858 if (hasRefs) in xmlSchemaParseAttributeGroupDefinition()
11234 int min = 1, max = 1, isElemRef, hasRefs = 0; in xmlSchemaParseModelGroup() local
11325 hasRefs++; in xmlSchemaParseModelGroup()
11372 hasRefs++; in xmlSchemaParseModelGroup()
11377 hasRefs++; in xmlSchemaParseModelGroup()
[all …]