Home | History | Annotate | Download | only in yarr

Lines Matching defs:atom

92         } atom;
122 atom.patternCharacter = ch;
123 atom.quantityType = quantityType;
124 atom.quantityCount = quantityCount;
145 atom.casedCharacter.lo = lo;
146 atom.casedCharacter.hi = hi;
147 atom.quantityType = quantityType;
148 atom.quantityCount = quantityCount;
157 atom.characterClass = characterClass;
158 atom.quantityType = QuantifierFixedCount;
159 atom.quantityCount = 1;
168 atom.subpatternId = subpatternId;
169 atom.parenthesesDisjunction = parenthesesInfo;
170 atom.quantityType = QuantifierFixedCount;
171 atom.quantityCount = 1;
180 atom.quantityType = QuantifierFixedCount;
181 atom.quantityCount = 1;
189 atom.subpatternId = subpatternId;
190 atom.quantityType = QuantifierFixedCount;
191 atom.quantityCount = 1;