Home
last modified time | relevance | path

Searched refs:hasRefs (Results 1 – 7 of 7) 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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DInterferenceCache.h105 assert(!hasRefs() && "Cannot clear cache entry with references"); in clear()
116 bool hasRefs() const { return RefCount > 0; } in hasRefs() function
DInterferenceCache.cpp81 if (Entries[E].hasRefs()) { in get()
109 assert(!hasRefs() && "Cannot reset cache entry with references"); in reset()
/external/libxml2/
Dxmlschemas.c6511 int parentType, int *hasRefs) in xmlSchemaParseLocalAttributes() argument
6522 if ((item != NULL) && (hasRefs != NULL)) in xmlSchemaParseLocalAttributes()
6523 *hasRefs = 1; in xmlSchemaParseLocalAttributes()
7826 int hasRefs = 0; in xmlSchemaParseAttributeGroupDefinition() local
7883 XML_SCHEMA_TYPE_ATTRIBUTEGROUP, &hasRefs) == -1) in xmlSchemaParseAttributeGroupDefinition()
7885 if (hasRefs) in xmlSchemaParseAttributeGroupDefinition()
11260 int min = 1, max = 1, isElemRef, hasRefs = 0; in xmlSchemaParseModelGroup() local
11351 hasRefs++; in xmlSchemaParseModelGroup()
11398 hasRefs++; in xmlSchemaParseModelGroup()
11403 hasRefs++; in xmlSchemaParseModelGroup()
[all …]