Home | History | Annotate | Download | only in intltest

Lines Matching defs:Variable

146 * It's a mapping table between 'variable name' and its 'active Pick object'
197 refs[i] = var_ref; // link definition with variable
518 class Variable : public Pick {
520 Variable(SymbolTable * symbols, const char * varName, Pick * varRef = NULL){
1077 node = new Variable(&symbols, s.token);
1495 Variable var1(&tab, "x", value);
1497 Variable var2(&tab, "y");
1503 Variable var3(&tab, "z");
1658 "$allTypes = variable | regular | implicit | trailing | $ignorableTypes;"
1672 "$rel1 = '[variable top]' $s;"