Searched defs:hasRefs (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DInterferenceCache.h99 assert(!hasRefs() && "Cannot clear cache entry with references");
110 bool hasRefs() const { return RefCount > 0; } function in class:llvm::InterferenceCache::Entry
/external/libxml2/
H A Dxmlschemas.c6450 int parentType, int *hasRefs)
6461 if ((item != NULL) && (hasRefs != NULL))
6462 *hasRefs = 1;
7765 int hasRefs = 0; local
7822 XML_SCHEMA_TYPE_ATTRIBUTEGROUP, &hasRefs) == -1)
7824 if (hasRefs)
11200 int min = 1, max = 1, isElemRef, hasRefs = 0; local
11291 hasRefs++;
11338 hasRefs++;
11343 hasRefs
6448 xmlSchemaParseLocalAttributes(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlNodePtr *child, xmlSchemaItemListPtr *list, int parentType, int *hasRefs) argument
[all...]

Completed in 257 milliseconds