Searched refs:eval (Results 1 - 25 of 163) sorted by relevance

1234567

/openbsd-current/libexec/tradcpp/
H A Deval.h32 bool eval(struct place *p, char *expr);
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20020413-1.c1 void test(long double val, int *eval) argument
24 *eval = i;
29 int eval; local
31 test(3.0, &eval);
32 test(3.5, &eval);
33 test(4.0, &eval);
34 test(5.0, &eval);
H A D930408-1.c5 E eval; member in struct:__anon6996
15 switch (s.eval)
24 s.eval = e1;
/openbsd-current/games/backgammon/backgammon/
H A Dbacklocal.h34 int eval(void);
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dvirtual3.C16 BugStream& eval();
20 static struct Eval_ { } eval; variable in typeref:struct:Eval_
23 BugStream& BugStream::eval() function in class:BugStream
28 // eval the command and set the status
42 return ((BugStream&)os).eval();
47 bs << "PASS" << eval; local
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dspec1.C16 double eval(double) { return 0; } function in struct:Operation
20 mem_fun1_t<double, Operation> m(&Operation::eval);
/openbsd-current/lib/libc/gen/
H A Dverrx.c37 verrx(int eval, const char *fmt, va_list ap) argument
43 exit(eval);
H A Derr.c35 err(int eval, const char *fmt, ...) argument
40 verr(eval, fmt, ap);
H A Derrc.c35 errc(int eval, int code, const char *fmt, ...) argument
40 verrc(eval, code, fmt, ap);
H A Derrx.c35 errx(int eval, const char *fmt, ...) argument
40 verrx(eval, fmt, ap);
H A Dverr.c39 verr(int eval, const char *fmt, va_list ap) argument
50 exit(eval);
H A Dverrc.c38 verrc(int eval, int code, const char *fmt, va_list ap) argument
46 exit(eval);
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/
H A Dref9.C6 ex eval() const;
18 ex basic::eval() const { function in class:basic
25 const ex & tmpex = b.eval();
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGCUDARuntime.cpp32 CodeGenFunction::ConditionalEvaluation eval(CGF);
36 eval.begin(CGF);
42 eval.end(CGF);
/openbsd-current/usr.bin/cu/
H A Derror.c38 cu_err(int eval, const char *fmt, ...) argument
45 verr(eval, fmt, ap);
49 cu_errx(int eval, const char *fmt, ...) argument
56 verrx(eval, fmt, ap);
/openbsd-current/gnu/llvm/clang/tools/clang-rename/
H A Dclang-rename.py32 if vim.eval('exists("g:clang_rename_path")') == "1":
33 binary = vim.eval('g:clang_rename_path')
36 offset = int(vim.eval('line2byte(line("."))+col(".")')) - 2
44 new_name = vim.eval("input('{}\n')".format(new_name_request_message))
/openbsd-current/regress/sys/net/pf_opts/
H A Dicmp.py15 IF=eval("IF_"+N);
16 ADDR=eval("ADDR_"+N);
H A Dicmp6.py16 IF=eval("IF_"+N);
17 ADDR6=eval("ADDR6_"+N);
H A Dicmp6_dst.py16 IF=eval("IF_"+N);
17 ADDR6=eval("ADDR6_"+N);
H A Dicmp6_hop.py16 IF=eval("IF_"+N);
17 ADDR6=eval("ADDR6_"+N);
H A Dicmp6_hop_bad.py16 IF=eval("IF_"+N);
17 ADDR6=eval("ADDR6_"+N);
H A Dicmp_ra.py15 IF=eval("IF_"+N);
16 ADDR=eval("ADDR_"+N);
H A Dicmp_eol.py15 IF=eval("IF_"+N);
16 ADDR=eval("ADDR_"+N);
/openbsd-current/bin/ps/
H A Dnlist.c84 eval = 1;
89 eval = rval = 1;
93 eval = rval = 1;
97 eval = rval = 1;
101 eval = rval = 1;
109 eval = rval = 1;
116 eval = rval = 1;
125 eval = rval = 1;
132 eval = rval = 1;
/openbsd-current/lib/libevent/
H A Dlog.h38 void event_err(int eval, const char *fmt, ...) EV_CHECK_FMT(2,3);
40 void event_errx(int eval, const char *fmt, ...) EV_CHECK_FMT(2,3);

Completed in 156 milliseconds

1234567