| /src/tests/usr.bin/xlint/lint1/ |
| msg_013.c | 15 CONSTANT
|
| msg_247_ilp32_ldbl64.c | 31 CONSTANT
|
| msg_247_lp64_ldbl128.c | 31 CONSTANT
|
| msg_247_portable.c | 34 CONSTANT
|
| msg_247_portable_int.c | 39 CONSTANT
|
| /src/lib/lua/syslog/ |
| syslog.c | 91 struct constant { struct 96 #define CONSTANT(NAME) { #NAME, NAME } 98 static struct constant syslog_constant[] = { 100 CONSTANT(LOG_CONS), 101 CONSTANT(LOG_NDELAY), 102 CONSTANT(LOG_NOWAIT), 103 CONSTANT(LOG_ODELAY), 104 CONSTANT(LOG_PERROR), 105 CONSTANT(LOG_PID), 108 CONSTANT(LOG_AUTH) [all...] |
| /src/usr.bin/getconf/ |
| getconf.c | 47 enum { SYSCONF, CONFSTR, PATHCONF, CONSTANT } type; 61 { "POSIX2_BC_BASE_MAX", CONSTANT, _POSIX2_BC_BASE_MAX }, 62 { "POSIX2_BC_DIM_MAX", CONSTANT, _POSIX2_BC_DIM_MAX }, 63 { "POSIX2_BC_SCALE_MAX", CONSTANT, _POSIX2_BC_SCALE_MAX }, 64 { "POSIX2_BC_STRING_MAX", CONSTANT, _POSIX2_BC_STRING_MAX }, 65 { "POSIX2_COLL_WEIGHTS_MAX", CONSTANT, _POSIX2_COLL_WEIGHTS_MAX }, 66 { "POSIX2_EXPR_NEST_MAX", CONSTANT, _POSIX2_EXPR_NEST_MAX }, 67 { "POSIX2_LINE_MAX", CONSTANT, _POSIX2_LINE_MAX }, 68 { "POSIX2_RE_DUP_MAX", CONSTANT, _POSIX2_RE_DUP_MAX }, 69 { "POSIX2_VERSION", CONSTANT, _POSIX2_VERSION } [all...] |
| /src/external/bsd/byacc/dist/test/btyacc/ |
| btyacc_demo.tab.h | 9 #define CONSTANT 260
|
| btyacc_demo.tab.c | 225 #define CONSTANT 260 452 NULL,NULL,NULL,NULL,NULL,NULL,NULL,"error","PREFIX","POSTFIX","ID","CONSTANT", 509 "expr : CONSTANT",
|
| /src/external/gpl3/binutils/dist/binutils/ |
| defparse.h | 69 CONSTANT = 270, /* CONSTANT */ 106 #define CONSTANT 270
|
| defparse.c | 153 CONSTANT = 270, /* CONSTANT */ 190 #define CONSTANT 270 253 YYSYMBOL_CONSTANT = 15, /* CONSTANT */ 715 "EXPORTS", "IMPORTS", "VERSIONK", "BASE", "CONSTANT", "READ", "WRITE", 1519 case 45: /* opt_CONSTANT: CONSTANT */ 1633 case 64: /* keyword_as_name: CONSTANT */ 1635 { (yyval.id_const) = "CONSTANT"; }
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| defparse.h | 69 CONSTANT = 270, /* CONSTANT */ 106 #define CONSTANT 270
|
| defparse.c | 153 CONSTANT = 270, /* CONSTANT */ 190 #define CONSTANT 270 253 YYSYMBOL_CONSTANT = 15, /* CONSTANT */ 715 "EXPORTS", "IMPORTS", "VERSIONK", "BASE", "CONSTANT", "READ", "WRITE", 1519 case 45: /* opt_CONSTANT: CONSTANT */ 1633 case 64: /* keyword_as_name: CONSTANT */ 1635 { (yyval.id_const) = "CONSTANT"; }
|
| /src/external/gpl3/gcc/dist/gcc/ |
| fwprop.cc | 51 RTL expansion did not put the constant in the same insn on purpose, 106 /* Do not try to replace constant addresses or addresses of local and 176 static const uint16_t CONSTANT = FIRST_SPARE_RESULT << 1; 258 return CONSTANT; 259 return CONSTANT | PROFITABLE; 301 result_flags &= ~(CONSTANT | PROFITABLE); 318 return !(result_flags & UNSIMPLIFIED) && (result_flags & CONSTANT); 362 to fold to a constant, so that the note does not use any more registers 790 /* Check if the def is loading something from the constant pool; in this
|
| tree-ssa-pre.cc | 245 CONSTANT 251 tree constant; member in union:pre_expr_union 272 #define PRE_EXPR_CONSTANT(e) (e)->u.constant 284 case CONSTANT: 306 case CONSTANT: 499 /* We just record a single expression for each constant value, 500 one of kind CONSTANT. */ 699 if (e->kind != CONSTANT) 746 /* Return a VN valnum (SSA name or constant) for the PRE value-id VAL. */ 1023 /* Constant values are always considered to be part of the set. * 1446 pre_expr constant; local [all...] |
| tree-ssa-ccp.cc | 1 /* Conditional constant propagation pass for the GNU compiler. 22 /* Conditional constant propagation (CCP) is based on the SSA 23 propagation engine (tree-ssa-propagate.cc). Constant assignments of 26 a four level lattice to keep track of constant values associated 40 don't yet know if its value is a constant 43 CONSTANT -> V_i has been found to hold a constant 46 VARYING -> V_i cannot take a constant value, or if it 53 evaluates into a constant and conditional jumps whose predicate 56 CONSTANT and CONST is associated with it. This causes th [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| fwprop.cc | 51 RTL expansion did not put the constant in the same insn on purpose, 106 /* Do not try to replace constant addresses or addresses of local and 176 static const uint16_t CONSTANT = FIRST_SPARE_RESULT << 1; 258 return CONSTANT; 259 return CONSTANT | PROFITABLE; 301 result_flags &= ~(CONSTANT | PROFITABLE); 318 return !(result_flags & UNSIMPLIFIED) && (result_flags & CONSTANT); 362 to fold to a constant, so that the note does not use any more registers 785 /* Check if the def is loading something from the constant pool; in this
|
| tree-ssa-ccp.cc | 1 /* Conditional constant propagation pass for the GNU compiler. 22 /* Conditional constant propagation (CCP) is based on the SSA 23 propagation engine (tree-ssa-propagate.cc). Constant assignments of 26 a four level lattice to keep track of constant values associated 40 don't yet know if its value is a constant 43 CONSTANT -> V_i has been found to hold a constant 46 VARYING -> V_i cannot take a constant value, or if it 53 evaluates into a constant and conditional jumps whose predicate 56 CONSTANT and CONST is associated with it. This causes th [all...] |
| tree-ssa-pre.cc | 245 CONSTANT 251 tree constant; member in union:pre_expr_union 272 #define PRE_EXPR_CONSTANT(e) (e)->u.constant 284 case CONSTANT: 306 case CONSTANT: 511 /* We just record a single expression for each constant value, 512 one of kind CONSTANT. */ 711 if (e->kind != CONSTANT) 758 /* Return a VN valnum (SSA name or constant) for the PRE value-id VAL. */ 1035 /* Constant values are always considered to be part of the set. * 1458 pre_expr constant; local [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
| NVPTX.h | 110 CONSTANT = 2,
|
| /src/external/gpl3/binutils/dist/ld/ |
| ldgram.h | 139 #define CONSTANT 392
|
| ldgram.c | 275 #define CONSTANT 392 2113 "ALIGN_WITH_INPUT","EXCLUDE_FILE","CONSTANT","INPUT_DYNAMIC_LIST","$accept", 2404 "exp : CONSTANT '(' NAME ')'", 4552 { yyval.etree = exp_nameop (CONSTANT,yystack.l_mark[-1].name); }
|
| ldlex.c | 2517 { RTOKEN(CONSTANT);}
|
| /src/external/gpl3/binutils.old/dist/ld/ |
| ldgram.h | 192 CONSTANT = 393, /* CONSTANT */ 337 #define CONSTANT 393
|
| ldlex.c | 2517 { RTOKEN(CONSTANT);}
|