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

/macosx-10.9.5/llvmCore-3425.0.33/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
H A DInterferenceCache.cpp51 if (Entries[E].hasRefs()) {
79 assert(!hasRefs() && "Cannot reset cache entry with references");
/macosx-10.9.5/libxml2-26/libxml2/
H A Dxmlschemas.c6469 int parentType, int *hasRefs)
6480 if ((item != NULL) && (hasRefs != NULL))
6481 *hasRefs = 1;
7784 int hasRefs = 0; local
7841 XML_SCHEMA_TYPE_ATTRIBUTEGROUP, &hasRefs) == -1)
7843 if (hasRefs)
11219 int min = 1, max = 1, isElemRef, hasRefs = 0; local
11310 hasRefs++;
11357 hasRefs++;
11362 hasRefs
6467 xmlSchemaParseLocalAttributes(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlNodePtr *child, xmlSchemaItemListPtr *list, int parentType, int *hasRefs) argument
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
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 120 milliseconds