Home
last modified time | relevance | path

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

/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/mysql/
H A Dha_view.cpp171 stack<ParseTree*> tmpstack; in transform() local
175 tmpstack.push(gwi.ptWorkStack.top()); in transform()
179 while (!tmpstack.empty()) in transform()
181 fParentGwip->ptWorkStack.push(tmpstack.top()); in transform()
182 tmpstack.pop(); in transform()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/mysql/
H A Dha_view.cpp171 stack<ParseTree*> tmpstack; in transform() local
175 tmpstack.push(gwi.ptWorkStack.top()); in transform()
179 while (!tmpstack.empty()) in transform()
181 fParentGwip->ptWorkStack.push(tmpstack.top()); in transform()
182 tmpstack.pop(); in transform()
/dports/science/libint2/libint-2.7.1/src/bin/libint/
H A Drr.h71 SafePtr<RRStackBase<RR> > tmpstack(new RRStackBase<RR>); in Instance()
72 rrstack_ = tmpstack; in Instance()
/dports/cad/p5-Verilog-Perl/Verilog-Perl-3.478/Preproc/
H A DVPreLex.l575 stack<VPreStream*> tmpstack = LEXP->m_streampStack;
576 while (!tmpstack.empty()) {
577 VPreStream* streamp = tmpstack.top();
585 tmpstack.pop();
/dports/cad/verilator/verilator-4.216/src/
H A DV3PreLex.l693 std::stack<VPreStream*> tmpstack = LEXP->m_streampStack;
694 while (!tmpstack.empty()) {
695 const VPreStream* const streamp = tmpstack.top();
700 tmpstack.pop();
/dports/lang/fpc/fpc-3.2.2/compiler/
H A Dpgenutil.pas467 tmpstack : tfpobjectlist;
674 tmpstack:=tfpobjectlist.create(false);
677 tmpstack.Add(symtablestack.top);
679 if tmpstack.Last=context.symtable then
685 for i:=tmpstack.count-1 downto 0 do
686 symtablestack.push(tsymtable(tmpstack[i]));
687 tmpstack.free;
/dports/lang/fpc-source/fpc-3.2.2/compiler/
H A Dpgenutil.pas467 tmpstack : tfpobjectlist;
674 tmpstack:=tfpobjectlist.create(false);
677 tmpstack.Add(symtablestack.top);
679 if tmpstack.Last=context.symtable then
685 for i:=tmpstack.count-1 downto 0 do
686 symtablestack.push(tsymtable(tmpstack[i]));
687 tmpstack.free;
/dports/editors/fpc-ide/fpc-3.2.2/compiler/
H A Dpgenutil.pas467 tmpstack : tfpobjectlist;
674 tmpstack:=tfpobjectlist.create(false);
677 tmpstack.Add(symtablestack.top);
679 if tmpstack.Last=context.symtable then
685 for i:=tmpstack.count-1 downto 0 do
686 symtablestack.push(tsymtable(tmpstack[i]));
687 tmpstack.free;
/dports/lang/rexx-imc/rexx-imc-1.76/
H A Drexx.c23 static int tmpstack=0; /* whether a temporary pstack item is present */ variable
233 tmpstack=0;
242 if(tmpstack)
243 tmpstack=0,delpstack(); /* remove temporary stack item */
473 case DO: tmpstack=1, /* stack the current position. */
476 {tmpstack=0;break;} /* do nothing. */
548 {sllen=1,tmpstack=0;goto leaveit;}
558 tmpstack=0;
583 if(z){sllen=1,tmpstack=0;goto leaveit;}
589 tmpstack=0; /* stack entry is no longer temporary */
/dports/math/combblas/CombBLAS_beta_16_2/include/CombBLAS/
H A DSpHelper.h286 StackEntry<NT, std::pair<IT,IT> > * tmpstack = multstack; in DoubleStack() local
288 memcpy(multstack, tmpstack, sizeof(StackEntry<NT, std::pair<IT,IT> >) * cnzmax); in DoubleStack()
291 delete [] tmpstack; in DoubleStack()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dreg-stack.c2514 struct stack_def regstack, tmpstack; in compensate_edge() local
2537 tmpstack = regstack; in compensate_edge()
2539 change_stack (BB_END (block), &tmpstack, target_stack, EMIT_AFTER); in compensate_edge()
2608 tmpstack = regstack; in compensate_edge()
2610 change_stack (BB_END (block), &tmpstack, target_stack, in compensate_edge()
2630 tmpstack = regstack; in compensate_edge()
2631 change_stack (after, &tmpstack, target_stack, EMIT_BEFORE); in compensate_edge()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dreg-stack.c2514 struct stack_def regstack, tmpstack; in compensate_edge() local
2537 tmpstack = regstack; in compensate_edge()
2539 change_stack (BB_END (block), &tmpstack, target_stack, EMIT_AFTER); in compensate_edge()
2608 tmpstack = regstack; in compensate_edge()
2610 change_stack (BB_END (block), &tmpstack, target_stack, in compensate_edge()
2630 tmpstack = regstack; in compensate_edge()
2631 change_stack (after, &tmpstack, target_stack, EMIT_BEFORE); in compensate_edge()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/server/scsynth/
H A DSC_GraphDef.cpp810 int16* tmpstack = (int16*)realloc(stack, stackMaxSize * 2 * sizeof(int16)); in release() local
811 if (tmpstack == nullptr) { in release()
816 stack = tmpstack; in release()
/dports/cad/p5-Verilog-Perl/Verilog-Perl-3.478/Preproc/gen/
H A Dflex-13754 stack<VPreStream*> tmpstack = LEXP->m_streampStack;
3755 while (!tmpstack.empty()) {
3756 VPreStream* streamp = tmpstack.top();
3764 tmpstack.pop();
/dports/www/middleman/middleman/src/
H A Dinterface.c5532 …, *nstack = NULL, *nstackstart = NULL, *otmpstack = NULL, *ntmpstack = NULL, *tmpstack, *tmpstack2;
5556tmpstack = otmpstack, tmpstack2 = ntmpstack; tmpstack != NULL && tmpstack2 != NULL && matches < DI…