Home
last modified time | relevance | path

Searched refs:defValue (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/
DSplitKit.h305 VNInfo *defValue(unsigned RegIdx, const VNInfo *ParentVNI, SlotIndex Idx);
DSplitKit.cpp368 VNInfo *SplitEditor::defValue(unsigned RegIdx, in defValue() function in SplitEditor
452 return defValue(RegIdx, ParentVNI, Def); in defFromParent()
1052 VNInfo *VNI = defValue(RegIdx, ParentVNI, ParentVNI->def); in finish()
/external/libxml2/include/libxml/
DschemasInternals.h261 const xmlChar *defValue; /* The initial value of the value constraint */ member
/external/libxml2/
Dxmlschemas.c529 const xmlChar * defValue; member
7091 const xmlChar *tmpNs = NULL, *tmpName = NULL, *defValue = NULL; in xmlSchemaParseLocalAttribute() local
7181 if (defValue) { in xmlSchemaParseLocalAttribute()
7186 defValue = xmlSchemaGetNodeContent(pctxt, (xmlNodePtr) attr); in xmlSchemaParseLocalAttribute()
7195 if (defValue) { in xmlSchemaParseLocalAttribute()
7200 defValue = xmlSchemaGetNodeContent(pctxt, (xmlNodePtr) attr); in xmlSchemaParseLocalAttribute()
7297 if (defValue != NULL) { in xmlSchemaParseLocalAttribute()
7298 attrDecl->defValue = defValue; in xmlSchemaParseLocalAttribute()
7331 if (defValue != NULL) in xmlSchemaParseLocalAttribute()
7332 use->defValue = defValue; in xmlSchemaParseLocalAttribute()
[all …]