Searched refs:defValue (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | SplitKit.h | 369 VNInfo *defValue(unsigned RegIdx, const VNInfo *ParentVNI, SlotIndex Idx,
|
D | SplitKit.cpp | 456 VNInfo *SplitEditor::defValue(unsigned RegIdx, in defValue() function in SplitEditor 670 return defValue(RegIdx, ParentVNI, Def, false); in defFromParent() 1481 defValue(RegIdx, ParentVNI, ParentVNI->def, true); in finish()
|
/third_party/gettext/gnulib-local/lib/libxml/ |
D | schemasInternals.in.h | 289 const xmlChar *defValue; /* The initial value of the value constraint */ member
|
D | xmlschemas.c | 566 const xmlChar * defValue; member 7181 const xmlChar *tmpNs = NULL, *tmpName = NULL, *defValue = NULL; in xmlSchemaParseLocalAttribute() local 7271 if (defValue) { in xmlSchemaParseLocalAttribute() 7276 defValue = xmlSchemaGetNodeContent(pctxt, (xmlNodePtr) attr); in xmlSchemaParseLocalAttribute() 7285 if (defValue) { in xmlSchemaParseLocalAttribute() 7290 defValue = xmlSchemaGetNodeContent(pctxt, (xmlNodePtr) attr); in xmlSchemaParseLocalAttribute() 7387 if (defValue != NULL) { in xmlSchemaParseLocalAttribute() 7388 attrDecl->defValue = defValue; in xmlSchemaParseLocalAttribute() 7421 if (defValue != NULL) in xmlSchemaParseLocalAttribute() 7422 use->defValue = defValue; in xmlSchemaParseLocalAttribute() [all …]
|
/third_party/libxml2/include/libxml/ |
D | schemasInternals.h | 261 const xmlChar *defValue; /* The initial value of the value constraint */ member
|
/third_party/libxml2/ |
D | xmlschemas.c | 537 const xmlChar * defValue; member 7203 const xmlChar *tmpNs = NULL, *tmpName = NULL, *defValue = NULL; in xmlSchemaParseLocalAttribute() local 7293 if (defValue) { in xmlSchemaParseLocalAttribute() 7298 defValue = xmlSchemaGetNodeContent(pctxt, (xmlNodePtr) attr); in xmlSchemaParseLocalAttribute() 7307 if (defValue) { in xmlSchemaParseLocalAttribute() 7312 defValue = xmlSchemaGetNodeContent(pctxt, (xmlNodePtr) attr); in xmlSchemaParseLocalAttribute() 7409 if (defValue != NULL) { in xmlSchemaParseLocalAttribute() 7410 attrDecl->defValue = defValue; in xmlSchemaParseLocalAttribute() 7443 if (defValue != NULL) in xmlSchemaParseLocalAttribute() 7444 use->defValue = defValue; in xmlSchemaParseLocalAttribute() [all …]
|
/third_party/libxml2/os400/libxmlrpg/ |
D | schemasInternals.rpgle | 366 d defValue * const xmlChar *
|