Home
last modified time | relevance | path

Searched refs:endloc (Results 1 – 25 of 332) sorted by relevance

12345678910>>...14

/dports/math/mathomatic/mathomatic-ceb0861/
H A Ddiff.c78 int oploc, endloc; local
96 …for (op = 0, oploc = endloc = loc + 1; endloc < *np && equation[endloc].level >= level; endloc += …
109 oploc = endloc;
134 blt(&equation[loc+1], &equation[endloc], (*np - endloc) * sizeof(token_type));
176 if (*np + 3 + (endloc - loc) + (endloc - oploc) > n_tokens) {
182 j = 1 + (endloc - loc);
188 j += endloc;
195 j += endloc - oploc;
219 blt(&equation[endloc+n], &equation[endloc], (*np - endloc) * sizeof(token_type));
221 n = endloc;
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/
H A Dstatement.c659 this->endloc = endloc; in ScopeStatement()
692 this->endloc = endloc; in WhileStatement()
700 endloc); in syntaxCopy()
720 this->endloc = endloc; in DoStatement()
728 endloc); in syntaxCopy()
750 this->endloc = endloc; in ForStatement()
761 endloc); in syntaxCopy()
792 this->endloc = endloc; in ForeachStatement()
851 this->endloc = endloc; in ForeachRangeStatement()
885 this->endloc = endloc; in IfStatement()
[all …]
H A Ddeclaration.h542 Loc endloc; // location of closing curly bracket variable
708 FuncLiteralDeclaration(Loc loc, Loc endloc, Type *type, TOK tok,
728 CtorDeclaration(Loc loc, Loc endloc, StorageClass stc, Type *type);
744 PostBlitDeclaration(Loc loc, Loc endloc, StorageClass stc, Identifier *id);
759 DtorDeclaration(Loc loc, Loc endloc);
760 DtorDeclaration(Loc loc, Loc endloc, StorageClass stc, Identifier *id);
777 StaticCtorDeclaration(Loc loc, Loc endloc, StorageClass stc);
794 SharedStaticCtorDeclaration(Loc loc, Loc endloc, StorageClass stc);
806 StaticDtorDeclaration(Loc loc, Loc endloc, StorageClass stc);
823 SharedStaticDtorDeclaration(Loc loc, Loc endloc, StorageClass stc);
[all …]
H A Dstatement.h221 Loc endloc; // location of closing curly bracket variable
223 ScopeStatement(Loc loc, Statement *s, Loc endloc);
254 Loc endloc; // location of closing curly bracket variable
256 WhileStatement(Loc loc, Expression *c, Statement *b, Loc endloc);
269 Loc endloc; // location of ';' after while variable
271 DoStatement(Loc loc, Statement *b, Expression *c, Loc endloc);
286 Loc endloc; // location of closing curly bracket variable
310 Loc endloc; // location of closing curly bracket variable
337 Loc endloc; // location of closing curly bracket variable
357 Loc endloc; // location of closing curly bracket variable
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/
H A Dstatement.c667 this->endloc = endloc; in ScopeStatement()
766 this->endloc = endloc; in WhileStatement()
774 endloc); in syntaxCopy()
794 this->endloc = endloc; in DoStatement()
802 endloc); in syntaxCopy()
824 this->endloc = endloc; in ForStatement()
835 endloc); in syntaxCopy()
866 this->endloc = endloc; in ForeachStatement()
925 this->endloc = endloc; in ForeachRangeStatement()
959 this->endloc = endloc; in IfStatement()
[all …]
H A Dstatement.h221 Loc endloc; // location of closing curly bracket variable
223 ScopeStatement(Loc loc, Statement *s, Loc endloc);
252 Loc endloc; // location of closing curly bracket variable
254 WhileStatement(Loc loc, Expression *c, Statement *b, Loc endloc);
267 Loc endloc; // location of ';' after while variable
269 DoStatement(Loc loc, Statement *b, Expression *c, Loc endloc);
284 Loc endloc; // location of closing curly bracket variable
308 Loc endloc; // location of closing curly bracket variable
335 Loc endloc; // location of closing curly bracket variable
355 Loc endloc; // location of closing curly bracket variable
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/
H A Dstatement.c667 this->endloc = endloc; in ScopeStatement()
766 this->endloc = endloc; in WhileStatement()
774 endloc); in syntaxCopy()
794 this->endloc = endloc; in DoStatement()
802 endloc); in syntaxCopy()
824 this->endloc = endloc; in ForStatement()
835 endloc); in syntaxCopy()
866 this->endloc = endloc; in ForeachStatement()
925 this->endloc = endloc; in ForeachRangeStatement()
959 this->endloc = endloc; in IfStatement()
[all …]
H A Dstatement.h221 Loc endloc; // location of closing curly bracket variable
223 ScopeStatement(Loc loc, Statement *s, Loc endloc);
252 Loc endloc; // location of closing curly bracket variable
254 WhileStatement(Loc loc, Expression *c, Statement *b, Loc endloc);
267 Loc endloc; // location of ';' after while variable
269 DoStatement(Loc loc, Statement *b, Expression *c, Loc endloc);
284 Loc endloc; // location of closing curly bracket variable
308 Loc endloc; // location of closing curly bracket variable
335 Loc endloc; // location of closing curly bracket variable
355 Loc endloc; // location of closing curly bracket variable
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/
H A Dstatement.c659 this->endloc = endloc; in ScopeStatement()
692 this->endloc = endloc; in WhileStatement()
700 endloc); in syntaxCopy()
720 this->endloc = endloc; in DoStatement()
728 endloc); in syntaxCopy()
750 this->endloc = endloc; in ForStatement()
761 endloc); in syntaxCopy()
792 this->endloc = endloc; in ForeachStatement()
851 this->endloc = endloc; in ForeachRangeStatement()
885 this->endloc = endloc; in IfStatement()
[all …]
H A Ddeclaration.h542 Loc endloc; // location of closing curly bracket variable
708 FuncLiteralDeclaration(Loc loc, Loc endloc, Type *type, TOK tok,
728 CtorDeclaration(Loc loc, Loc endloc, StorageClass stc, Type *type);
744 PostBlitDeclaration(Loc loc, Loc endloc, StorageClass stc, Identifier *id);
759 DtorDeclaration(Loc loc, Loc endloc);
760 DtorDeclaration(Loc loc, Loc endloc, StorageClass stc, Identifier *id);
777 StaticCtorDeclaration(Loc loc, Loc endloc, StorageClass stc);
794 SharedStaticCtorDeclaration(Loc loc, Loc endloc, StorageClass stc);
806 StaticDtorDeclaration(Loc loc, Loc endloc, StorageClass stc);
823 SharedStaticDtorDeclaration(Loc loc, Loc endloc, StorageClass stc);
[all …]
H A Dstatement.h221 Loc endloc; // location of closing curly bracket variable
223 ScopeStatement(Loc loc, Statement *s, Loc endloc);
254 Loc endloc; // location of closing curly bracket variable
256 WhileStatement(Loc loc, Expression *c, Statement *b, Loc endloc);
269 Loc endloc; // location of ';' after while variable
271 DoStatement(Loc loc, Statement *b, Expression *c, Loc endloc);
286 Loc endloc; // location of closing curly bracket variable
310 Loc endloc; // location of closing curly bracket variable
337 Loc endloc; // location of closing curly bracket variable
357 Loc endloc; // location of closing curly bracket variable
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/
H A Dstatement.c667 this->endloc = endloc; in ScopeStatement()
766 this->endloc = endloc; in WhileStatement()
774 endloc); in syntaxCopy()
794 this->endloc = endloc; in DoStatement()
802 endloc); in syntaxCopy()
824 this->endloc = endloc; in ForStatement()
835 endloc); in syntaxCopy()
866 this->endloc = endloc; in ForeachStatement()
925 this->endloc = endloc; in ForeachRangeStatement()
959 this->endloc = endloc; in IfStatement()
[all …]
H A Dstatement.h221 Loc endloc; // location of closing curly bracket variable
223 ScopeStatement(Loc loc, Statement *s, Loc endloc);
252 Loc endloc; // location of closing curly bracket variable
254 WhileStatement(Loc loc, Expression *c, Statement *b, Loc endloc);
267 Loc endloc; // location of ';' after while variable
269 DoStatement(Loc loc, Statement *b, Expression *c, Loc endloc);
284 Loc endloc; // location of closing curly bracket variable
308 Loc endloc; // location of closing curly bracket variable
335 Loc endloc; // location of closing curly bracket variable
355 Loc endloc; // location of closing curly bracket variable
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/
H A Dstatement.c659 this->endloc = endloc; in ScopeStatement()
692 this->endloc = endloc; in WhileStatement()
700 endloc); in syntaxCopy()
720 this->endloc = endloc; in DoStatement()
728 endloc); in syntaxCopy()
750 this->endloc = endloc; in ForStatement()
761 endloc); in syntaxCopy()
792 this->endloc = endloc; in ForeachStatement()
851 this->endloc = endloc; in ForeachRangeStatement()
885 this->endloc = endloc; in IfStatement()
[all …]
H A Ddeclaration.h542 Loc endloc; // location of closing curly bracket variable
708 FuncLiteralDeclaration(Loc loc, Loc endloc, Type *type, TOK tok,
728 CtorDeclaration(Loc loc, Loc endloc, StorageClass stc, Type *type);
744 PostBlitDeclaration(Loc loc, Loc endloc, StorageClass stc, Identifier *id);
759 DtorDeclaration(Loc loc, Loc endloc);
760 DtorDeclaration(Loc loc, Loc endloc, StorageClass stc, Identifier *id);
777 StaticCtorDeclaration(Loc loc, Loc endloc, StorageClass stc);
794 SharedStaticCtorDeclaration(Loc loc, Loc endloc, StorageClass stc);
806 StaticDtorDeclaration(Loc loc, Loc endloc, StorageClass stc);
823 SharedStaticDtorDeclaration(Loc loc, Loc endloc, StorageClass stc);
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/
H A Dfunc.c92 this->endloc = endloc; in FuncDeclaration()
2763 : FuncDeclaration(loc, endloc, Id::ctor, stc, type) in CtorDeclaration()
2804 : FuncDeclaration(loc, endloc, id, stc, NULL) in PostBlitDeclaration()
2837 DtorDeclaration::DtorDeclaration(Loc loc, Loc endloc) in DtorDeclaration() argument
2843 : FuncDeclaration(loc, endloc, id, stc, NULL) in DtorDeclaration()
2888 : FuncDeclaration(loc, endloc, in StaticCtorDeclaration()
2894 : FuncDeclaration(loc, endloc, in StaticCtorDeclaration()
2948 : FuncDeclaration(loc, endloc, in StaticDtorDeclaration()
2955 : FuncDeclaration(loc, endloc, in StaticDtorDeclaration()
3010 : FuncDeclaration(loc, endloc, in InvariantDeclaration()
[all …]
H A Dstatement.c688 this->endloc = endloc; in ScopeStatement()
787 this->endloc = endloc; in WhileStatement()
795 endloc); in syntaxCopy()
815 this->endloc = endloc; in DoStatement()
823 endloc); in syntaxCopy()
845 this->endloc = endloc; in ForStatement()
856 endloc); in syntaxCopy()
887 this->endloc = endloc; in ForeachStatement()
946 this->endloc = endloc; in ForeachRangeStatement()
980 this->endloc = endloc; in IfStatement()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/
H A Dfunc.c92 this->endloc = endloc; in FuncDeclaration()
2763 : FuncDeclaration(loc, endloc, Id::ctor, stc, type) in CtorDeclaration()
2804 : FuncDeclaration(loc, endloc, id, stc, NULL) in PostBlitDeclaration()
2837 DtorDeclaration::DtorDeclaration(Loc loc, Loc endloc) in DtorDeclaration() argument
2843 : FuncDeclaration(loc, endloc, id, stc, NULL) in DtorDeclaration()
2888 : FuncDeclaration(loc, endloc, in StaticCtorDeclaration()
2894 : FuncDeclaration(loc, endloc, in StaticCtorDeclaration()
2948 : FuncDeclaration(loc, endloc, in StaticDtorDeclaration()
2955 : FuncDeclaration(loc, endloc, in StaticDtorDeclaration()
3010 : FuncDeclaration(loc, endloc, in InvariantDeclaration()
[all …]
H A Dstatement.c688 this->endloc = endloc; in ScopeStatement()
787 this->endloc = endloc; in WhileStatement()
795 endloc); in syntaxCopy()
815 this->endloc = endloc; in DoStatement()
823 endloc); in syntaxCopy()
845 this->endloc = endloc; in ForStatement()
856 endloc); in syntaxCopy()
887 this->endloc = endloc; in ForeachStatement()
946 this->endloc = endloc; in ForeachRangeStatement()
980 this->endloc = endloc; in IfStatement()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/
H A Dfunc.c92 this->endloc = endloc; in FuncDeclaration()
2763 : FuncDeclaration(loc, endloc, Id::ctor, stc, type) in CtorDeclaration()
2804 : FuncDeclaration(loc, endloc, id, stc, NULL) in PostBlitDeclaration()
2837 DtorDeclaration::DtorDeclaration(Loc loc, Loc endloc) in DtorDeclaration() argument
2843 : FuncDeclaration(loc, endloc, id, stc, NULL) in DtorDeclaration()
2888 : FuncDeclaration(loc, endloc, in StaticCtorDeclaration()
2894 : FuncDeclaration(loc, endloc, in StaticCtorDeclaration()
2948 : FuncDeclaration(loc, endloc, in StaticDtorDeclaration()
2955 : FuncDeclaration(loc, endloc, in StaticDtorDeclaration()
3010 : FuncDeclaration(loc, endloc, in InvariantDeclaration()
[all …]
H A Dstatement.c688 this->endloc = endloc; in ScopeStatement()
787 this->endloc = endloc; in WhileStatement()
795 endloc); in syntaxCopy()
815 this->endloc = endloc; in DoStatement()
823 endloc); in syntaxCopy()
845 this->endloc = endloc; in ForStatement()
856 endloc); in syntaxCopy()
887 this->endloc = endloc; in ForeachStatement()
946 this->endloc = endloc; in ForeachRangeStatement()
980 this->endloc = endloc; in IfStatement()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Dstatement.d701 this.endloc = endloc; in this()
789 this.endloc = endloc;
831 this.endloc = endloc; in this()
839 endloc); in syntaxCopy()
881 this.endloc = endloc; in this()
891 endloc); in syntaxCopy()
942 this.endloc = endloc; in this()
992 this.endloc = endloc; in this()
1035 this.endloc = endloc; in this()
1527 Loc endloc; variable
[all …]
/dports/devel/libdwarf/dwarf-20161124/libdwarf/
H A Ddwarf_macro.c181 Dwarf_Unsigned endloc = 0; in dwarf_get_macro_details() local
246 endloc = (pnext - macro_base); in dwarf_get_macro_details()
247 if (endloc >= dbg->de_debug_macinfo.dss_size) { in dwarf_get_macro_details()
248 if (endloc == dbg->de_debug_macinfo.dss_size) { in dwarf_get_macro_details()
338 endloc = (pnext - macro_base); in dwarf_get_macro_details()
339 if (endloc == dbg->de_debug_macinfo.dss_size) { in dwarf_get_macro_details()
341 } else if (endloc > dbg->de_debug_macinfo.dss_size) { in dwarf_get_macro_details()
380 endloc = (pnext - macro_base); in dwarf_get_macro_details()
381 if (endloc > dbg->de_debug_macinfo.dss_size) { in dwarf_get_macro_details()
/dports/devel/dwarfdump/dwarf-20161124/libdwarf/
H A Ddwarf_macro.c181 Dwarf_Unsigned endloc = 0; in dwarf_get_macro_details() local
246 endloc = (pnext - macro_base); in dwarf_get_macro_details()
247 if (endloc >= dbg->de_debug_macinfo.dss_size) { in dwarf_get_macro_details()
248 if (endloc == dbg->de_debug_macinfo.dss_size) { in dwarf_get_macro_details()
338 endloc = (pnext - macro_base); in dwarf_get_macro_details()
339 if (endloc == dbg->de_debug_macinfo.dss_size) { in dwarf_get_macro_details()
341 } else if (endloc > dbg->de_debug_macinfo.dss_size) { in dwarf_get_macro_details()
380 endloc = (pnext - macro_base); in dwarf_get_macro_details()
381 if (endloc > dbg->de_debug_macinfo.dss_size) { in dwarf_get_macro_details()
/dports/sysutils/fusefs-bindfs/bindfs-1.14.8/src/
H A Dmisc.c59 char *endloc = strpbrk(s, endchars); in strdup_until() local
61 if (!endloc) { in strdup_until()
66 ret = malloc((endloc - s + 1) * sizeof(char)); in strdup_until()
67 memcpy(ret, s, (endloc - s) * sizeof(char)); in strdup_until()
68 ret[(endloc - s)] = '\0'; in strdup_until()

12345678910>>...14