Home
last modified time | relevance | path

Searched refs:interpret (Results 1 – 25 of 365) sorted by relevance

12345678910>>...15

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddinterpret.c41 Expression *interpret(Statement *s, InterState *istate);
42 Expression *interpret(Expression *e, InterState *istate, CtfeGoal goal = ctfeNeedRvalue);
46 static Expression *interpret(UnionExp *pue, Expression *e, InterState *istate, CtfeGoal goal = ctfe…
47 static Expression *interpret(UnionExp *pue, Statement *s, InterState *istate);
681 Expression *result = interpret(e, NULL); in ctfeInterpret()
818 earg = interpret(earg, istate, ctfeNeedLvalue); in interpretFunction()
837 earg = interpret(earg, istate); in interpretFunction()
933 e = interpret(pue, fd->fbody, &istatex); in interpretFunction()
1047 Expression *e = interpret(pue, s->exp, istate, ctfeNeedNothing); in visit()
1061 result = interpret(pue, sx, istate); in visit()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddinterpret.d100 Expression result = interpret(e, null); in ctfeInterpret()
644 e = interpret(pue, fd.fbody, &istatex); in interpretFunction()
816 Expression e = interpret(pue, s.exp, istate, CTFEGoal.Nothing); in visit()
834 result = interpret(pue, sx, istate); in visit()
857 Expression e = interpret(pue, sx, istate); in visit()
902 e = interpret(s.ifbody, istate); in visit()
904 e = interpret(s.elsebody, istate); in visit()
910 Expression e = interpret(&ue, s.condition, istate); in visit()
916 result = interpret(pue, s.ifbody, istate); in visit()
918 result = interpret(pue, s.elsebody, istate); in visit()
[all …]
/netbsd-src/lib/libc/rpc/
H A Dgetrpcent.c82 static struct rpcent *interpret(char *val, size_t len);
174 return (interpret(d->line, strlen(d->line))); in getrpcent()
178 interpret(char *val, size_t len) in interpret() function
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/examples/tut04-toyvm/
H A Dtoyvm.cc124 interpret (int arg, FILE *trace);
159 friend int toyvm_function::interpret (int arg, FILE *trace);
345 toyvm_function::interpret (int arg, FILE *trace) in interpret() function in toyvm_function
412 x = interpret (x, trace); in interpret()
849 interpreted_result = fn->interpret (input, NULL); in test_script()
921 fn->interpret (atoi (argv[2]), NULL)); in main()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/tut04-toyvm/
H A Dtoyvm.cc124 interpret (int arg, FILE *trace);
159 friend int toyvm_function::interpret (int arg, FILE *trace);
345 toyvm_function::interpret (int arg, FILE *trace) in interpret() function in toyvm_function
412 x = interpret (x, trace); in interpret()
849 interpreted_result = fn->interpret (input, NULL); in test_script()
921 fn->interpret (atoi (argv[2]), NULL)); in main()
/netbsd-src/external/gpl2/groff/dist/src/preproc/grn/
H A Dmain.cpp223 void interpret(char *line);
644 interpret(inputline); /* take commands from the input file */ in conv()
720 interpret(char *line) in interpret() function
/netbsd-src/external/mit/xorg/bin/xgc/
H A DMakefile7 choice.c main.c interpret.c record.c testfrac.c gram.y lex.l
/netbsd-src/distrib/syspkg/sets/comp/comp-fortran-bin/
H A DDESCR4 asa - interpret carriage-control characters. The asa utility reads
/netbsd-src/distrib/syspkg/sets/comp/comp-fortran-catman/
H A DDESCR4 asa - interpret carriage-control characters. The asa utility reads
/netbsd-src/distrib/syspkg/sets/comp/comp-fortran-man/
H A DDESCR4 asa - interpret carriage-control characters. The asa utility reads
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A DChangeLog-2007283 dmd/idgen.c, dmd/init.c, dmd/init.h, dmd/interpret.c, dmd/lexer.c,
387 dmd/inline.c, dmd/interpret.c, dmd/mars.c, dmd/mars.h,
406 dmd/interpret.c, dmd/lexer.c, dmd/mars.c, dmd/mars.h,
549 dmd/inline.c, dmd/interpret.c, dmd/lexer.c, dmd/lexer.h,
565 dmd/expression.c, dmd/expression.h, dmd/interpret.c, dmd/link.c,
584 dmd/inline.c, dmd/interpret.c, dmd/lexer.c, dmd/lexer.h,
607 dmd/inline.c, dmd/interpret.c, dmd/lexer.c, dmd/lexer.h,
632 dmd/interpret.c, dmd/mars.c, dmd/scope.c, dmd/statement.c,
673 dmd/expression.c, dmd/expression.h, dmd/init.c, dmd/interpret.c,
744 * Make-lang.in (D_DMD_OBJS): add interpret.dmd.o
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dfnmatch.txh31 Do not interpret backslashes as quoting the following special character.
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dfnmatch.txh31 Do not interpret backslashes as quoting the following special character.
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dfnmatch.txh31 Do not interpret backslashes as quoting the following special character.
/netbsd-src/external/gpl3/gdb.old/dist/libiberty/
H A Dfnmatch.txh31 Do not interpret backslashes as quoting the following special character.
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dfnmatch.txh31 Do not interpret backslashes as quoting the following special character.
/netbsd-src/external/gpl3/gdb/dist/libiberty/
H A Dfnmatch.txh31 Do not interpret backslashes as quoting the following special character.
/netbsd-src/external/bsd/unbound/dist/dnstap/
H A Ddnstap.proto53 // to interpret "network address" fields.
60 // interpret "transport port" fields.
/netbsd-src/external/bsd/nsd/dist/dnstap/
H A Ddnstap.proto53 // to interpret "network address" fields.
60 // interpret "transport port" fields.
/netbsd-src/external/apache2/llvm/dist/llvm/docs/HistoricalNotes/
H A D2001-04-16-DynamicCompilation.txt14 dynamically compile (or equivalently, interpret) everything. On the far
/netbsd-src/external/bsd/top/dist/machine/
H A Dm_sunos5.man85 continued to interpret process priority in this manner, even though
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Ddnstap.proto64 // to interpret "network address" fields.
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man7/
H A Dproxy-certificates.pod108 application to interpret and combine these policies.>
135 To interpret proxy policies, the application would normally start with
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Ddnstap.proto63 // to interpret "network address" fields.
70 // interpret "transport port" fields.
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/
H A Dproxy-certificates.pod106 application to interpret and combine these policies.>
133 To interpret proxy policies, the application would normally start with

12345678910>>...15