HomeSort by: relevance | last modified time | path
    Searched refs:expr (Results 1 - 25 of 187) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/tests/usr.bin/indent/
lsym_switch.c 19 switch (expr) // comment
psym_switch_expr.c 13 * In all practical cases, a 'switch (expr)' is followed by a block, but the
21 switch (expr)
33 switch (expr)
47 switch (expr)
psym_rbrace.c 61 switch (expr)
67 switch (expr)
lsym_form_feed.c 21 * Test form feed after 'if (expr)', even though it does not occur in practice.
26 if (expr)
38 if (expr)
lsym_case_label.c 19 void function(void){switch(expr){case 1:;case 2:break;default:switch(inner){case 4:break;}}}
26 switch (expr) {
49 switch (expr) {
64 switch (expr) {
114 switch (expr) {
opt_cli.c 110 switch (expr)
119 switch (expr) {
127 switch (expr)
136 switch (expr)
145 switch (expr)
  /src/usr.bin/m4/
parser.y 46 top : expr { end_result = $1; }
48 expr : expr '+' expr { $$ = $1 + $3; } label
49 | expr '-' expr { $$ = $1 - $3; }
50 | expr '*' expr { $$ = $1 * $3; }
51 | expr '/' expr {
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
int_util.h 28 #define COMPILE_TIME_ASSERT(expr) COMPILE_TIME_ASSERT1(expr, __COUNTER__)
29 #define COMPILE_TIME_ASSERT1(expr, cnt) COMPILE_TIME_ASSERT2(expr, cnt)
30 #define COMPILE_TIME_ASSERT2(expr, cnt) \
31 typedef char ct_assert_##cnt[(expr) ? 1 : -1] UNUSED
  /src/usr.sbin/gspa/gspa/
gsp_gram.y 49 expr y_expr;
72 %type <y_expr> expr
81 | ID '=' expr { do_asg($1, $3, 0); }
97 | expr { $$ = expr_op($1); }
101 ea : '@' expr { $$ = abs_adr($2); }
107 | '*' REGISTER '(' expr ')'
111 expr : ID { $$ = id_expr($1); } label
114 | '(' expr ')' { $$ = $2; }
115 | '~' expr { $$ = bexpr('~', $2, NULL); }
116 | '-' expr %prec UMINU
    [all...]
gsp_ass.h 72 typedef struct expr { struct
76 struct expr *left;
77 struct expr *right;
82 } *expr; typedef in typeref:struct:expr *
99 expr value;
107 #define EXPR 2 /* expression operand */
128 operand abs_adr(expr);
130 expr bexpr(int, expr, expr);
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_gem.h 51 #define GEM_WARN_ON(expr) WARN_ON(expr)
54 #define GEM_DEBUG_EXEC(expr) expr
55 #define GEM_DEBUG_BUG_ON(expr) GEM_BUG_ON(expr)
56 #define GEM_DEBUG_WARN_ON(expr) GEM_WARN_ON(expr)
62 #define GEM_BUG_ON(expr) BUILD_BUG_ON_INVALID(expr)
    [all...]
  /src/bin/expr/
Makefile 3 PROG= expr
4 SRCS= expr.y
  /src/sys/arch/evbmips/stand/sbmips/bootxx_cd9660/
Makefile 11 PRIMARY_MAX_LOAD!= expr 8192 - 512
  /src/sys/arch/mipsco/stand/bootxx_cd9660/
Makefile 8 PRIMARY_MAX_LOAD!= expr 8192 - 512
  /src/sys/arch/pmax/stand/bootxx_cd9660/
Makefile 8 PRIMARY_MAX_LOAD!= expr 8192 - 512
  /src/sys/arch/sbmips/stand/bootxx_cd9660/
Makefile 11 PRIMARY_MAX_LOAD!= expr 8192 - 512
  /src/sys/arch/alpha/stand/bootxx_cd9660/
Makefile 12 PRIMARY_MAX_LOAD!= expr 8192 - 512
  /src/sys/arch/alpha/stand/bootxx_ffs/
Makefile 13 PRIMARY_MAX_LOAD!= expr 8192 - 512
  /src/sys/arch/alpha/stand/bootxx_ffsv2/
Makefile 13 PRIMARY_MAX_LOAD!= expr 8192 - 512
  /src/sys/arch/alpha/stand/bootxx_lfs/
Makefile 13 PRIMARY_MAX_LOAD!= expr 8192 - 512
  /src/sys/arch/emips/stand/bootxx_ffs/
Makefile 10 PRIMARY_MAX_LOAD!= expr 8192 + 8192
  /src/sys/arch/emips/stand/bootxx_lfs/
Makefile 9 PRIMARY_MAX_LOAD!= expr 8192 + 512
  /src/sys/arch/evbmips/stand/sbmips/bootxx_ffs/
Makefile 12 PRIMARY_MAX_LOAD!= expr 8192 - 512
  /src/sys/arch/evbmips/stand/sbmips/bootxx_lfs/
Makefile 12 PRIMARY_MAX_LOAD!= expr 8192 - 512
  /src/sys/arch/mipsco/stand/bootxx_ffs/
Makefile 9 PRIMARY_MAX_LOAD!= expr 8192 - 1024

Completed in 28 milliseconds

1 2 3 4 5 6 7 8