HomeSort by: relevance | last modified time | path
    Searched refs:interpret (Results 1 - 14 of 14) sorted by relevancy

  /src/external/mit/xorg/bin/xgc/
Makefile 7 choice.c main.c interpret.c record.c testfrac.c gram.y lex.l
  /src/lib/libc/rpc/
getrpcent.c 82 static struct rpcent *interpret(char *val, size_t len);
174 return (interpret(d->line, strlen(d->line)));
178 interpret(char *val, size_t len) function
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
dinterpret.d 100 Expression result = interpret(e, null);
413 * Attempt to interpret a function given the arguments.
429 printf("\n********\n%s FuncDeclaration::interpret(istate = %p) %s\n", fd.loc.toChars(), istate, fd.toChars());
581 fd.error("cannot interpret `%s` as a `ref` parameter", earg.toChars());
644 e = interpret(pue, fd.fbody, &istatex);
649 printf("function body failed to interpret\n");
788 printf("%s Statement::interpret()\n", s.loc.toChars());
805 printf("%s ExpStatement::interpret(%s)\n", s.loc.toChars(), s.exp ? s.exp.toChars() : "");
816 Expression e = interpret(pue, s.exp, istate, CTFEGoal.Nothing);
825 printf("%s CompoundStatement::interpret()\n", s.loc.toChars())
    [all...]
  /src/external/gpl3/gcc/dist/gcc/jit/docs/examples/tut04-toyvm/
toyvm.cc 124 interpret (int arg, FILE *trace);
159 friend int toyvm_function::interpret (int arg, FILE *trace);
345 toyvm_function::interpret (int arg, FILE *trace)
412 x = interpret (x, trace);
849 interpreted_result = fn->interpret (input, NULL);
921 fn->interpret (atoi (argv[2]), NULL));
  /src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/tut04-toyvm/
toyvm.cc 124 interpret (int arg, FILE *trace);
159 friend int toyvm_function::interpret (int arg, FILE *trace);
345 toyvm_function::interpret (int arg, FILE *trace)
412 x = interpret (x, trace);
849 interpreted_result = fn->interpret (input, NULL);
921 fn->interpret (atoi (argv[2]), NULL));
  /src/external/gpl2/groff/dist/src/preproc/grn/
main.cpp 223 void interpret(char *line);
467 | file. conv reads the input and calls `interpret' to process
644 interpret(inputline); /* take commands from the input file */
706 | Routine: interpret (character_string)
720 interpret(char *line) function
  /src/usr.bin/make/unit-tests/
cond-op.mk 20 # If make were to interpret the && and || operators like the shell, the
varmod-match-escape.mk 3 # As of 2020-08-01, the :M and :N modifiers interpret backslashes differently,
  /src/external/gpl2/groff/dist/src/roff/troff/
node.h 101 virtual int interpret(macro *);
div.cpp 277 if (temp->interpret(mac))
input.cpp 1110 int interpret(macro *);
1147 int non_interpreted_char_node::interpret(macro *mac) function in class:non_interpreted_char_node
5106 int interpret(macro *);
5149 int non_interpreted_node::interpret(macro *m) function in class:non_interpreted_node
7705 // Don't interpret character definitions in compatible mode.
node.cpp 3817 int node::interpret(macro *) function in class:node
  /src/sys/arch/ia64/stand/common/
help.common 254 set prompt=\${interpret}
  /src/external/mit/isl/dist/doc/
implementation.tex 341 add a big parameter, perform the reformulation and interpret the result

Completed in 92 milliseconds