Home
last modified time | relevance | path

Searched refs:if_stack (Results 1 – 25 of 469) sorted by relevance

12345678910>>...19

/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dmakeh.cpp18 vector<string> if_stack; variable
26 while(ifs_level < (int) if_stack.size()) in mark_file()
27 cout << ind() << if_stack[ifs_level++] << "\n"; in mark_file()
62 if_stack.push_back("#if 1"); in gen()
66 if_stack.push_back(s); in gen()
69 … if(if_stack.empty()) { cerr << "if_stack error " << which_file << ", " << s << "\n"; exit(1); } in gen()
70 if_stack.pop_back(); in gen()
71 while(ifs_level > (int) if_stack.size()) in gen()
110 while(ifs_level > (int) if_stack.size()) in gen()
/dports/math/libmesh/libmesh-1.6.2/contrib/fparser/fpoptimizer/
H A Dreadbytecode.cc449 std::vector<IfInfo<Value_t> > if_stack; in GenerateFrom() local
454 while(!if_stack.empty() && in GenerateFrom()
456 if_stack.back().endif_location == IP in GenerateFrom()
459 && if_stack.back().thenbranch.IsDefined()) in GenerateFrom()
464 sim.Push(if_stack.back().condition); in GenerateFrom()
465 sim.Push(if_stack.back().thenbranch); in GenerateFrom()
468 if_stack.pop_back(); in GenerateFrom()
482 … ByteCode, IP, if_stack.empty() ? ByteCode.size() : if_stack.back().endif_location, in GenerateFrom()
496 … ByteCode, IP, if_stack.empty() ? ByteCode.size() : if_stack.back().endif_location, in GenerateFrom()
523 if_stack.resize(if_stack.size() + 1); in GenerateFrom()
[all …]
/dports/databases/xapian-core/xapian-core-1.4.18/tests/
H A Dcollate-test47 my @if_stack;
59 push @if_stack, $ignore;
62 push @if_stack, $ignore;
64 $ignore = pop @if_stack;
/dports/devel/splint/splint-3.1.2/src/Headers/
H A Dcpplib.h99 /*@null@*/ /*@exposed@*/ struct if_stack *if_stack; member
160 /*@null@*/ struct if_stack *if_stack; member
522 struct if_stack { struct
523 /*@null@*/ struct if_stack *next; /* for chaining to the next stack frame */ argument
535 typedef struct if_stack cppIfStackFrame; argument
/dports/x11-wm/e16/e16-1.0.24/epp/
H A Dcpplib.h128 struct if_stack *if_stack; member
192 struct if_stack *if_stack; member
593 struct if_stack { struct
594 struct if_stack *next; /* for chaining to the next stack frame */ argument
603 typedef struct if_stack IF_STACK_FRAME; argument
/dports/devel/efl/efl-1.25.1/src/bin/edje/epp/
H A Dcpplib.h127 struct if_stack *if_stack; member
191 struct if_stack *if_stack; member
595 struct if_stack { struct
596 struct if_stack *next; /* for chaining to the next stack frame */ argument
605 typedef struct if_stack IF_STACK_FRAME; argument
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Utilities/simmToOpenSim/acpp/src/
H A Dcccp.c313 struct if_stack *if_stack; member
1317 fp->if_stack = if_stack; in acpp_main()
2343 if (if_stack != ip->if_stack) {
2365 if_stack = ip->if_stack;
2424 ip->if_stack = if_stack;
3475 fp->if_stack = if_stack;
4769 if_stack = if_stack->next;
4859 if_stack = if_stack->next;
5391 ip2->if_stack = if_stack;
6246 ip->if_stack = if_stack;
[all …]
/dports/lang/kawa/kawa-3.1.1/gnu/bytecode/
H A DIfState.java30 previous = code.if_stack; in IfState()
31 code.if_stack = this; in IfState()
/dports/mail/spamassassin/Mail-SpamAssassin-3.4.5/lib/Mail/SpamAssassin/Conf/
H A DParser.pm254 my @if_stack;
257 $self->{if_stack} = \@if_stack;
313 if (scalar @if_stack > 0) {
314 my $cond = pop @if_stack;
328 @if_stack = ();
352 \@if_stack, \$skip_parsing);
358 \@if_stack, \$skip_parsing);
364 if (!@if_stack) {
375 my $lastcond = pop @if_stack;
499 delete $self->{if_stack};
[all …]
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/alephdir/
H A Dceostuff.ch10 if_stack:=xmalloc_array (pointer, max_in_open);
48 @!if_stack : array[0..max_in_open] of pointer; {initial |cond_ptr|}
51 @!if_stack : ^pointer; {initial |cond_ptr|}
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/alephdir/
H A Dceostuff.ch10 if_stack:=xmalloc_array (pointer, max_in_open);
48 @!if_stack : array[0..max_in_open] of pointer; {initial |cond_ptr|}
51 @!if_stack : ^pointer; {initial |cond_ptr|}
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/alephdir/
H A Dceostuff.ch10 if_stack:=xmalloc_array (pointer, max_in_open);
48 @!if_stack : array[0..max_in_open] of pointer; {initial |cond_ptr|}
51 @!if_stack : ^pointer; {initial |cond_ptr|}
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/alephdir/
H A Dceostuff.ch10 if_stack:=xmalloc_array (pointer, max_in_open);
48 @!if_stack : array[0..max_in_open] of pointer; {initial |cond_ptr|}
51 @!if_stack : ^pointer; {initial |cond_ptr|}
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/alephdir/
H A Dceostuff.ch10 if_stack:=xmalloc_array (pointer, max_in_open);
48 @!if_stack : array[0..max_in_open] of pointer; {initial |cond_ptr|}
51 @!if_stack : ^pointer; {initial |cond_ptr|}
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/alephdir/
H A Dceostuff.ch10 if_stack:=xmalloc_array (pointer, max_in_open);
48 @!if_stack : array[0..max_in_open] of pointer; {initial |cond_ptr|}
51 @!if_stack : ^pointer; {initial |cond_ptr|}
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/alephdir/
H A Dceostuff.ch10 if_stack:=xmalloc_array (pointer, max_in_open);
48 @!if_stack : array[0..max_in_open] of pointer; {initial |cond_ptr|}
51 @!if_stack : ^pointer; {initial |cond_ptr|}
/dports/devel/cxref/cxref-1.6e/cpp/
H A Dcccp.c322 struct if_stack *if_stack; member
2218 fp->if_stack = if_stack;
3638 if (if_stack != ip->if_stack)
3666 if_stack = ip->if_stack;
3734 ip->if_stack = if_stack;
5343 fp->if_stack = if_stack;
7937 if_stack = if_stack->next;
8840 ip2->if_stack = if_stack;
10397 ip->if_stack = if_stack;
10427 ip->if_stack = if_stack;
[all …]
/dports/mail/spamassassin-devel/spamassassin-1ea352210/lib/Mail/SpamAssassin/Conf/
H A DParser.pm240 my @if_stack;
243 $self->{if_stack} = \@if_stack;
295 my $lastcond = pop @if_stack;
309 \@if_stack, \$skip_parsing);
318 \@if_stack, \$skip_parsing);
328 foreach (@if_stack) {
334 @if_stack = ();
364 if (!@if_stack) {
370 if (grep { $_->{skip_parsing} } @if_stack) {
493 delete $self->{if_stack};
[all …]
/dports/devel/omniORB/omniORB-4.2.4/src/tool/omniidl/cxx/cccp/
H A Dcccp.c518 struct if_stack *if_stack; member
2210 fp->if_stack = if_stack;
3488 if (if_stack != ip->if_stack)
3516 if_stack = ip->if_stack;
3584 ip->if_stack = if_stack;
5078 fp->if_stack = if_stack;
7519 if_stack = if_stack->next;
8351 ip2->if_stack = if_stack;
9716 ip->if_stack = if_stack;
9745 ip->if_stack = if_stack;
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dcpplib.c38 struct if_stack struct
40 struct if_stack *next; argument
1445 struct if_stack *ifs = buffer->if_stack; in do_else()
1478 struct if_stack *ifs = buffer->if_stack; in do_elif()
1513 struct if_stack *ifs = buffer->if_stack; in do_endif()
1530 buffer->if_stack = ifs->next; in do_endif()
1544 struct if_stack *ifs; in push_conditional()
1547 ifs = xobnew (&pfile->buffer_ob, struct if_stack); in push_conditional()
1549 ifs->next = buffer->if_stack; in push_conditional()
1560 buffer->if_stack = ifs; in push_conditional()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dcpplib.c38 struct if_stack struct
40 struct if_stack *next; argument
1445 struct if_stack *ifs = buffer->if_stack; in do_else()
1478 struct if_stack *ifs = buffer->if_stack; in do_elif()
1513 struct if_stack *ifs = buffer->if_stack; in do_endif()
1530 buffer->if_stack = ifs->next; in do_endif()
1544 struct if_stack *ifs; in push_conditional()
1547 ifs = xobnew (&pfile->buffer_ob, struct if_stack); in push_conditional()
1549 ifs->next = buffer->if_stack; in push_conditional()
1560 buffer->if_stack = ifs; in push_conditional()
[all …]
/dports/devel/splint/splint-3.1.2/src/
H A Dcpplib.c2994 buf->if_stack = pfile->if_stack; in cppReader_pushBuffer()
5442 if (pfile->if_stack == cppReader_getBufferSafe (pfile)->if_stack) in do_elif()
5452 if (pfile->if_stack->type != T_IF && pfile->if_stack->type != T_ELIF) in do_elif()
5619 temp->next = pfile->if_stack; in conditional_skip()
5624 pfile->if_stack = temp; in conditional_skip()
5719 pfile->if_stack = temp; in skip_if_group()
5728 if (pfile->if_stack == cppReader_getBufferSafe (pfile)->if_stack) in skip_if_group()
5757 temp = pfile->if_stack; in skip_if_group()
5849 if (pfile->if_stack == cppReader_getBufferSafe (pfile)->if_stack) { in do_else()
5861 if (pfile->if_stack->type != T_IF && pfile->if_stack->type != T_ELIF) in do_else()
[all …]
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/etexdir/
H A Dtex.ech50 if_stack:=xmalloc_array (pointer, max_in_open);
88 @!if_stack : array[0..max_in_open] of pointer; {initial |cond_ptr|}
91 @!if_stack : ^pointer; {initial |cond_ptr|}
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/etexdir/
H A Dtex.ech50 if_stack:=xmalloc_array (pointer, max_in_open);
88 @!if_stack : array[0..max_in_open] of pointer; {initial |cond_ptr|}
91 @!if_stack : ^pointer; {initial |cond_ptr|}
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/etexdir/
H A Dtex.ech50 if_stack:=xmalloc_array (pointer, max_in_open);
88 @!if_stack : array[0..max_in_open] of pointer; {initial |cond_ptr|}
91 @!if_stack : ^pointer; {initial |cond_ptr|}

12345678910>>...19