Searched defs:idc (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/Analysis/inlining/
H A Dinline-defensive-checks.cpp63 void idc(int *p3) { function
71 idc(p1);
H A Dinline-defensive-checks.c4 void idc(int *p) { function
18 idc(p);
25 idc(p);
38 idc(p);
53 idc(q);
59 idc(p);
73 idc(q);
81 idc(q);
101 // Ensure idc works on pointers with constant offset.
114 // Ensure idc work
[all...]
/external/clang/test/Analysis/
H A Dreference.cpp224 void idc(B *x) { function in namespace:rdar11212286
230 idc(x);
/external/libxml2/
H A Dxmlschemas.c723 xmlSchemaIDCPtr idc; member in struct:_xmlSchemaIDCSelect
1441 xmlSchemaGetIDCDesignation(xmlChar **buf, xmlSchemaIDCPtr idc) argument
1443 return(xmlSchemaGetComponentDesignation(buf, idc));
3883 * @idc: a identity-constraint definition
7993 xmlSchemaIDCPtr idc,
8008 xmlSchemaPErr(ctxt, idc->node,
8015 node = idc->node;
8210 xmlSchemaIDCPtr idc,
8261 if (xmlSchemaCheckCSelectorXPath(ctxt, idc, item, attr,
8281 xmlSchemaAddAnnotation((xmlSchemaAnnotItemPtr) idc,
7992 xmlSchemaCheckCSelectorXPath(xmlSchemaParserCtxtPtr ctxt, xmlSchemaIDCPtr idc, xmlSchemaIDCSelectPtr selector, xmlAttrPtr attr, int isField) argument
8209 xmlSchemaParseIDCSelectorAndField(xmlSchemaParserCtxtPtr ctxt, xmlSchemaIDCPtr idc, xmlNodePtr node, int isField) argument
20364 xmlSchemaResolveIDCKeyReferences(xmlSchemaIDCPtr idc, xmlSchemaParserCtxtPtr pctxt) argument
22918 xmlSchemaIDCPtr idc; local
23175 xmlSchemaIDCPtr idc, refIdc; local
[all...]

Completed in 148 milliseconds