Searched refs:Constraint (Results 1 - 8 of 8) sorted by relevance

/openjdk7/hotspot/src/share/vm/adlc/
H A Dadlparse.hpp51 class Constraint;
178 Constraint *constraint_parse(void); // Parse constraint rule
H A Dformssel.hpp42 class Constraint;
573 Constraint *_constraint; // Constraint Rule for this operand
687 //------------------------------Constraint-------------------------------------
688 class Constraint : public Form { class in class:InstructForm
692 const char *_func; // Constraint function
696 Constraint(const char *func, const char *arg); // Constructor
697 ~Constraint();
H A DarchDesc.cpp1029 opForm->_constraint = new Constraint("ALLOC_IN_RC", "stack_slots");
1031 opForm->_constraint = new Constraint("ALLOC_IN_RC", "stack_slots");
1033 opForm->_constraint = new Constraint("ALLOC_IN_RC", "stack_slots");
1035 opForm->_constraint = new Constraint("ALLOC_IN_RC", "stack_slots");
1037 opForm->_constraint = new Constraint("ALLOC_IN_RC", "stack_slots");
H A Dforms.hpp51 class Constraint;
H A Dformsopt.hpp41 class Constraint;
H A Dformssel.cpp2256 Constraint *constraint = _constraint;
2609 //------------------------------Constraint-------------------------------------
2610 Constraint::Constraint(const char *func, const char *arg) function in class:Constraint
2613 Constraint::~Constraint() { /* not owner of char* */
2616 bool Constraint::stack_slots_only() const {
2621 void Constraint::dump() {
2625 void Constraint::output(FILE *fp) { // Write info to output files
2627 fprintf(fp,"Constraint
[all...]
H A Dadlparse.cpp2114 Constraint *ADLParser::constraint_parse(void) {
2176 // Create new "Constraint"
2177 Constraint *constraint = new Constraint(func,arg);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DXMLSchemaMessages_de.properties45 AbsentKeyValue = Identity Constraint-Fehler (cvc-identity-constraint.4.2.1): Element \"{0}\" hat einen Schl\u00FCssel ohne Wert.
47 DuplicateKey = Doppelter Schl\u00FCsselwert [{0}] f\u00FCr Identity Constraint des Elements \"{1}\" deklariert.
48 DuplicateUnique = Doppelter eindeutiger Wert [{0}] f\u00FCr Identity Constraint des Elements \"{1}\" deklariert.
49 FieldMultipleMatch = Identity Constraint-Fehler: Feld \"{0}\" entspricht mehreren Werten im Geltungsbereich seines Selectors. Felder m\u00FCssen eindeutigen Werten entsprechen.
51 KeyMatchesNillable = Identity Constraint-Fehler (cvc-identity-constraint.4.2.3): Element \"{0}\" hat einen Schl\u00FCssel, der einem Element entspricht, bei dem "nillable" auf "true" gesetzt wurde.
52 KeyNotEnoughValues = Nicht gen\u00FCgend Werte angegeben f\u00FCr <key name=\"{1}\"> Identity Constraint f\u00FCr Element \"{0}\".
53 KeyNotFound = Schl\u00FCssel "{0}" mit Wert "{1}" nicht gefunden f\u00FCr Identity Constraint des Elements "{2}".
54 KeyRefNotEnoughValues = Nicht gen\u00FCgend Werte angegeben f\u00FCr <keyref name=\"{1}\"> Identity Constraint f\u00FCr Element \"{0}\".
55 KeyRefOutOfScope = Identity Constraint-Fehler: Identity Constraint \"{
[all...]

Completed in 3523 milliseconds