Home
last modified time | relevance | path

Searched refs:POP_SCOPE (Results 1 – 15 of 15) sorted by relevance

/dports/math/cvc3/cvc3-2.4.1/src/include/
H A Dkinds.h127 POP_SCOPE, enumerator
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/peg/
H A Dkotlin.peg58 …egationSpecifiers)? (__* typeConstraints)? (__* classBody / __* enumClassBody)? {POP_SCOPE(auxil);}
62 …nTag(auxil, $1, $1s, true);} _* COLON __* type (__* ASSIGNMENT __* expression)? {POP_SCOPE(auxil);}
77 …Companion", $1s, true);} (__* COLON __* delegationSpecifiers)? (__* classBody)? {POP_SCOPE(auxil);}
80 …eters _* (__* COLON __* type)? _* (__* typeConstraints)? _* (__* functionBody)? {POP_SCOPE(auxil);}
92 …(auxil, $1, $1s, true);} (__* COLON __* delegationSpecifiers)? (__* classBody)? {POP_SCOPE(auxil);}
203POP_SCOPE(auxil);} / LCURL {PUSH_KIND(auxil, K_METHOD); makeKotlinTag(auxil, "<lambda>", 8, true);…
206 …thOptionalType (__* COLON __* type)? (__* typeConstraints)? (__* functionBody)? {POP_SCOPE(auxil);}
H A Dpeg_common.h47 #define POP_SCOPE(P) (basePopScope(BASE(P))) macro
H A Dthrift.peg143 POP_SCOPE (auxil);
/dports/cad/stepcode/stepcode-0.8/src/express/
H A Dexpparse.y97 #define POP_SCOPE() scope-- macro
452 POP_SCOPE();
771 POP_SCOPE();
1141 POP_SCOPE();
1745 POP_SCOPE();
1830 POP_SCOPE();
1882 POP_SCOPE();
1911 POP_SCOPE();
1985 POP_SCOPE();
2236 POP_SCOPE();
/dports/cad/stepcode/stepcode-0.8/src/express/generated/
H A Dexpparse.c103 #define POP_SCOPE() scope-- macro
2393 POP_SCOPE(); in yy_reduce()
2732 POP_SCOPE(); in yy_reduce()
3150 POP_SCOPE(); in yy_reduce()
3791 POP_SCOPE(); in yy_reduce()
3875 POP_SCOPE(); in yy_reduce()
3950 POP_SCOPE(); in yy_reduce()
3981 POP_SCOPE(); in yy_reduce()
4051 POP_SCOPE(); in yy_reduce()
4265 POP_SCOPE(); in yy_reduce()
/dports/math/cvc4/CVC4-1.7/src/parser/cvc/
H A DREADME95 (It would conflict with POP_SCOPE if it lasted longer.)
H A DCvc.g43 POP_SCOPE_TOK = 'POP_SCOPE';
746 { UNSUPPORTED("POP_SCOPE command"); }
/dports/math/cvc3/cvc3-2.4.1/src/theory_core/
H A Dtheory_core.cpp684 case POP_SCOPE: in isBasicKind()
825 kinds.push_back(POP_SCOPE); in TheoryCore()
2194 case POP_SCOPE: in print()
2283 case POP_SCOPE: in print()
2512 case POP_SCOPE: in print()
2783 case POP_SCOPE: in print()
3041 case POP_SCOPE: in print()
3212 case POP_SCOPE: in print()
/dports/math/cvc3/cvc3-2.4.1/src/vcl/
H A Dvc_cmd.cpp560 case POP_SCOPE: { in evaluateCommand()
591 else if (kind == POP_SCOPE) { in evaluateCommand()
H A Dvcl.cpp2347 d_translator->dump(d_em->newLeafExpr(POP_SCOPE), true); in popScope()
/dports/math/cvc3/cvc3-2.4.1/src/expr/
H A Dexpr_manager.cpp570 em.newKind(POP_SCOPE, "_POP_SCOPE"); in registerKinds()
/dports/lang/cparser/cparser-0.9.14/
H A Dparser.c131 #define POP_SCOPE() (new_scope ? assert(current_scope == new_scope), scope_pop(old_scope), environm… macro
4405 POP_SCOPE(); in parse_kr_declaration_list()
5344 POP_SCOPE(); in parse_external_declaration()
9105 POP_SCOPE(); in parse_if()
9192 POP_SCOPE(); in parse_switch()
9228 POP_SCOPE(); in parse_while()
9257 POP_SCOPE(); in parse_do()
9319 POP_SCOPE(); in parse_for()
9684 POP_SCOPE(); in parse_namespace_definition()
10014 POP_SCOPE(); in parse_compound_statement()
[all …]
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-0.60_to_1.198 * eval.c (POP_SCOPE): force recycle scope object to reduce gc rate.
H A DChangeLog-1.8.015763 * eval.c (POP_SCOPE): not just set SCOPE_DONT_RECYCLE, but do
16122 * eval.c (POP_SCOPE): recycled scopes too much
16126 * eval.c (POP_SCOPE): frees scope too much.