Home
last modified time | relevance | path

Searched refs:typeStack (Results 1 – 25 of 197) sorted by relevance

12345678

/dports/net/storj/storj-1.45.3/vendor/github.com/graphql-go/graphql/
H A Dtype_info.go18 typeStack []Output member
49 return ti.typeStack[len(ti.typeStack)-1]
102 ti.typeStack = append(ti.typeStack, fieldDef.Type)
104 ti.typeStack = append(ti.typeStack, nil)
120 ti.typeStack = append(ti.typeStack, ttype)
125 ti.typeStack = append(ti.typeStack, ttype)
127 ti.typeStack = append(ti.typeStack, ti.Type())
133 ti.typeStack = append(ti.typeStack, ttype)
135 ti.typeStack = append(ti.typeStack, ti.Type())
205 _, ti.typeStack = ti.typeStack[len(ti.typeStack)-1], ti.typeStack[:len(ti.typeStack)-1]
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/dennwc/graphql/
H A Dtype_info.go18 typeStack []Output member
49 return ti.typeStack[len(ti.typeStack)-1]
102 ti.typeStack = append(ti.typeStack, fieldDef.Type)
104 ti.typeStack = append(ti.typeStack, nil)
120 ti.typeStack = append(ti.typeStack, ttype)
125 ti.typeStack = append(ti.typeStack, ttype)
127 ti.typeStack = append(ti.typeStack, ti.Type())
133 ti.typeStack = append(ti.typeStack, ttype)
135 ti.typeStack = append(ti.typeStack, ti.Type())
205 _, ti.typeStack = ti.typeStack[len(ti.typeStack)-1], ti.typeStack[:len(ti.typeStack)-1]
[all …]
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/graphql-go/graphql/
H A Dtype_info.go18 typeStack []Output member
49 return ti.typeStack[len(ti.typeStack)-1]
102 ti.typeStack = append(ti.typeStack, fieldDef.Type)
104 ti.typeStack = append(ti.typeStack, nil)
120 ti.typeStack = append(ti.typeStack, ttype)
125 ti.typeStack = append(ti.typeStack, ttype)
127 ti.typeStack = append(ti.typeStack, ti.Type())
133 ti.typeStack = append(ti.typeStack, ttype)
135 ti.typeStack = append(ti.typeStack, ti.Type())
205 _, ti.typeStack = ti.typeStack[len(ti.typeStack)-1], ti.typeStack[:len(ti.typeStack)-1]
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/
H A DLocalVariableTypesCalculator.java384 private final Deque<LvarType> typeStack = new ArrayDeque<>(); field in LocalVariableTypesCalculator
432 typeStack.push(toLvarType(expr.getType())); in pushExpressionType()
477 typeStack.push(type); in enterBinaryNode()
587 assert typeStack.isEmpty(); in assertTypeStackIsEmpty()
603 final int stackSize = typeStack.size(); in visitExpression()
605 assert typeStack.size() == stackSize + 1; in visitExpression()
606 return typeStack.pop(); in visitExpression()
646 typeStack.push(LvarType.OBJECT); in enterFunctionNode()
699 typeStack.push(type); in enterIdentNode()
780 typeStack.push(LvarType.UNDEFINED); in enterJoinPredecessorExpression()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/
H A DLocalVariableTypesCalculator.java384 private final Deque<LvarType> typeStack = new ArrayDeque<>(); field in LocalVariableTypesCalculator
432 typeStack.push(toLvarType(expr.getType())); in pushExpressionType()
477 typeStack.push(type); in enterBinaryNode()
587 assert typeStack.isEmpty(); in assertTypeStackIsEmpty()
603 final int stackSize = typeStack.size(); in visitExpression()
605 assert typeStack.size() == stackSize + 1; in visitExpression()
606 return typeStack.pop(); in visitExpression()
646 typeStack.push(LvarType.OBJECT); in enterFunctionNode()
699 typeStack.push(type); in enterIdentNode()
780 typeStack.push(LvarType.UNDEFINED); in enterJoinPredecessorExpression()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/
H A DLocalVariableTypesCalculator.java384 private final Deque<LvarType> typeStack = new ArrayDeque<>(); field in LocalVariableTypesCalculator
432 typeStack.push(toLvarType(expr.getType())); in pushExpressionType()
477 typeStack.push(type); in enterBinaryNode()
587 assert typeStack.isEmpty(); in assertTypeStackIsEmpty()
603 final int stackSize = typeStack.size(); in visitExpression()
605 assert typeStack.size() == stackSize + 1; in visitExpression()
606 return typeStack.pop(); in visitExpression()
646 typeStack.push(LvarType.OBJECT); in enterFunctionNode()
699 typeStack.push(type); in enterIdentNode()
780 typeStack.push(LvarType.UNDEFINED); in enterJoinPredecessorExpression()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/
H A DLocalVariableTypesCalculator.java384 private final Deque<LvarType> typeStack = new ArrayDeque<>(); field in LocalVariableTypesCalculator
432 typeStack.push(toLvarType(expr.getType())); in pushExpressionType()
477 typeStack.push(type); in enterBinaryNode()
587 assert typeStack.isEmpty(); in assertTypeStackIsEmpty()
603 final int stackSize = typeStack.size(); in visitExpression()
605 assert typeStack.size() == stackSize + 1; in visitExpression()
606 return typeStack.pop(); in visitExpression()
646 typeStack.push(LvarType.OBJECT); in enterFunctionNode()
699 typeStack.push(type); in enterIdentNode()
780 typeStack.push(LvarType.UNDEFINED); in enterJoinPredecessorExpression()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/
H A DLocalVariableTypesCalculator.java384 private final Deque<LvarType> typeStack = new ArrayDeque<>(); field in LocalVariableTypesCalculator
432 typeStack.push(toLvarType(expr.getType())); in pushExpressionType()
477 typeStack.push(type); in enterBinaryNode()
587 assert typeStack.isEmpty(); in assertTypeStackIsEmpty()
603 final int stackSize = typeStack.size(); in visitExpression()
605 assert typeStack.size() == stackSize + 1; in visitExpression()
606 return typeStack.pop(); in visitExpression()
646 typeStack.push(LvarType.OBJECT); in enterFunctionNode()
699 typeStack.push(type); in enterIdentNode()
780 typeStack.push(LvarType.UNDEFINED); in enterJoinPredecessorExpression()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/codegen/
H A DLocalVariableTypesCalculator.java383 private final Deque<LvarType> typeStack = new ArrayDeque<>(); field in LocalVariableTypesCalculator
426 typeStack.push(toLvarType(expr.getType())); in pushExpressionType()
471 typeStack.push(type); in enterBinaryNode()
581 assert typeStack.isEmpty(); in assertTypeStackIsEmpty()
597 final int stackSize = typeStack.size(); in visitExpression()
599 assert typeStack.size() == stackSize + 1; in visitExpression()
600 return typeStack.pop(); in visitExpression()
640 typeStack.push(LvarType.OBJECT); in enterFunctionNode()
693 typeStack.push(type); in enterIdentNode()
774 typeStack.push(LvarType.UNDEFINED); in enterJoinPredecessorExpression()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/codegen/
H A DLocalVariableTypesCalculator.java383 private final Deque<LvarType> typeStack = new ArrayDeque<>(); field in LocalVariableTypesCalculator
426 typeStack.push(toLvarType(expr.getType())); in pushExpressionType()
471 typeStack.push(type); in enterBinaryNode()
581 assert typeStack.isEmpty(); in assertTypeStackIsEmpty()
597 final int stackSize = typeStack.size(); in visitExpression()
599 assert typeStack.size() == stackSize + 1; in visitExpression()
600 return typeStack.pop(); in visitExpression()
640 typeStack.push(LvarType.OBJECT); in enterFunctionNode()
693 typeStack.push(type); in enterIdentNode()
774 typeStack.push(LvarType.UNDEFINED); in enterJoinPredecessorExpression()
[all …]
/dports/lang/kawa/kawa-3.1.1/gnu/expr/
H A DLitTable.java101 Type[] typeStack = new Type[20]; field in LitTable
109 Type[] newTypes = new Type[2 * typeStack.length]; in push()
111 System.arraycopy(typeStack, 0, newTypes, 0, stackPointer); in push()
113 typeStack = newTypes; in push()
116 typeStack[stackPointer] = type; in push()
294 System.arraycopy(typeStack, oldStack, lit.argTypes, 0, nargs); in writeObject()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/
H A DApiDescriptionProcessor.java215 private Stack<Integer> typeStack; field in ApiDescriptionProcessor.ASTTagVisitor
227 typeStack = new Stack<>(); in ASTTagVisitor()
236 typeStack.push(Integer.valueOf(type)); in visit()
243 typeStack.pop(); in endVisit()
252 return (typeStack.peek()).intValue(); in getType()
/dports/devel/wasm3/wasm3-0.5.0/source/
H A Dm3_compile.h103 u8 typeStack [d_m3MaxFunctionStackHeight]; member
H A Dm3_info.c369 const char * type = c_waCompactTypes [o->typeStack [i]]; in dump_type_stack()
H A Dm3_compile.c136 type = o->typeStack [index]; in GetStackTypeFromTop()
154 type = o->typeStack [i_offset]; in GetStackTypeFromBottom()
462 o->typeStack [stackIndex] = i_type; in Push()
498 u8 type = o->typeStack [o->stackIndex]; in Pop()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/
H A DSwitchExpression.java277 Stack<TypeBinding> typeStack = new Stack<>(); in processTypesBindingsOnStack() local
280 typeStack.add(codeStream.switchSaveTypeBindings.get(i)); in processTypesBindingsOnStack()
282 while (!typeStack.empty()) { in processTypesBindingsOnStack()
283 TypeBinding type = typeStack.pop(); in processTypesBindingsOnStack()
/dports/lang/nim/nim-1.6.2/compiler/
H A Dccgtypes.nim313 for i in 0..high(m.typeStack):
315 if m.typeStack[i] == typ: return
316 m.typeStack.add(typ)
935 while i < m.typeStack.len:
936 let t = m.typeStack[i]
942 m.typeStack.setLen 0
H A Dcgendata.nim166 typeStack*: TTypeSeq # used for type generation
/dports/lang/nim/nim-1.6.2/c_code/5_7/
H A D@mcgendata.nim.c338 tySequence__9aZVGG5Gtti9cC9bqRpXCtA3A* typeStack; member
1630 nimGCvisit((void*)(*a).typeStack, op); in N_NIMCALL()
2416 …DSLb4IRJQoFPuHlmZwGjjQ_0[94].offset = offsetof(tyObject_TCGen__9cG6VsX22pOhho6kxyhFVow, typeStack); in N_NIMCALL()
/dports/lang/nim/nim-1.6.2/c_code/5_6/
H A D@mcgendata.nim.c337 tySequence__9aZVGG5Gtti9cC9bqRpXCtA3A* typeStack; member
1629 nimGCvisit((void*)(*a).typeStack, op); in N_NIMCALL()
2415 …DSLb4IRJQoFPuHlmZwGjjQ_0[94].offset = offsetof(tyObject_TCGen__9cG6VsX22pOhho6kxyhFVow, typeStack); in N_NIMCALL()
/dports/lang/nim/nim-1.6.2/c_code/9_2/
H A D@mcgendata.nim.c337 tySequence__9aZVGG5Gtti9cC9bqRpXCtA3A* typeStack; member
1629 nimGCvisit((void*)(*a).typeStack, op); in N_NIMCALL()
2415 …DSLb4IRJQoFPuHlmZwGjjQ_0[94].offset = offsetof(tyObject_TCGen__9cG6VsX22pOhho6kxyhFVow, typeStack); in N_NIMCALL()
/dports/lang/nim/nim-1.6.2/c_code/7_17/
H A D@mcgendata.nim.c338 tySequence__9aZVGG5Gtti9cC9bqRpXCtA3A* typeStack; member
1630 nimGCvisit((void*)(*a).typeStack, op); in N_NIMCALL()
2416 …DSLb4IRJQoFPuHlmZwGjjQ_0[94].offset = offsetof(tyObject_TCGen__9cG6VsX22pOhho6kxyhFVow, typeStack); in N_NIMCALL()
/dports/lang/nim/nim-1.6.2/c_code/5_16/
H A D@mcgendata.nim.c337 tySequence__9aZVGG5Gtti9cC9bqRpXCtA3A* typeStack; member
1629 nimGCvisit((void*)(*a).typeStack, op); in N_NIMCALL()
2415 …DSLb4IRJQoFPuHlmZwGjjQ_0[94].offset = offsetof(tyObject_TCGen__9cG6VsX22pOhho6kxyhFVow, typeStack); in N_NIMCALL()
/dports/lang/nim/nim-1.6.2/c_code/11_7/
H A D@mcgendata.nim.c338 tySequence__9aZVGG5Gtti9cC9bqRpXCtA3A* typeStack; member
1630 nimGCvisit((void*)(*a).typeStack, op); in N_NIMCALL()
2416 …DSLb4IRJQoFPuHlmZwGjjQ_0[94].offset = offsetof(tyObject_TCGen__9cG6VsX22pOhho6kxyhFVow, typeStack); in N_NIMCALL()
/dports/lang/nim/nim-1.6.2/c_code/12_17/
H A D@mcgendata.nim.c338 tySequence__9aZVGG5Gtti9cC9bqRpXCtA3A* typeStack; member
1630 nimGCvisit((void*)(*a).typeStack, op); in N_NIMCALL()
2416 …DSLb4IRJQoFPuHlmZwGjjQ_0[94].offset = offsetof(tyObject_TCGen__9cG6VsX22pOhho6kxyhFVow, typeStack); in N_NIMCALL()

12345678