| /src/usr.bin/make/unit-tests/ |
| opt-var-expanded.mk | 5 .MAKEFLAGS: -v VAR -v VALUE 7 VAR= other ${VALUE} $$$$ 8 VALUE= value
|
| opt-var-literal.mk | 5 .MAKEFLAGS: -V VAR -V VALUE 7 VAR= other ${VALUE} $$$$ 8 VALUE= value
|
| varmod-sysv.mk | 77 # If the variable value is empty, it is debatable whether it consists of a 86 # If the variable value is empty, it is debatable whether it consists of a 113 .if ${value:L:e$=x} != "value" 119 # to ':e=x', which doesn't match the string "value$". Therefore the whole 120 # expression evaluated to "value$". 124 .if ${value:L:e=x} != "valux" 220 # lasts longer than expected. The whole expression initially has the value 236 VALUE= value [all...] |
| varparse-errors.mk | 12 PLAIN= plain value 16 INDIRECT= An ${:Uindirect} value. 117 # expect: while evaluating "${:Z}" with value "" 118 # expect: while evaluating variable "INDIRECT" with value "${:Z}" 119 # expect: while evaluating variable "VALUE" with value "${INDIRECT}" 122 _!= echo '.info $${VALUE}' > varparse-errors.tmp 123 VALUE= ${INDIRECT}
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| enum_cond.c | 19 VALUE = 1 42 val.e = VALUE;
|
| break1.c | 32 enum some_enum { VALUE };
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/ |
| dw2-noloc.c | 18 /* This is the value that all variables should have, here for convenience. */ 19 #define VALUE 1234567890 23 int file_locno_resolvable = VALUE; 24 int file_locempty_resolvable = VALUE; 25 int file_locaddr_resolvable = VALUE; 26 int main_local_locno_resolvable = VALUE; 27 int main_local_locempty_resolvable = VALUE; 28 int main_local_locaddr_resolvable = VALUE; 32 /* extern */ int file_extern_locno_resolvable = VALUE; 33 /* extern */ int file_extern_locempty_resolvable = VALUE; [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| enum_cond.c | 19 VALUE = 1 42 val.e = VALUE;
|
| break1.c | 38 enum some_enum { VALUE };
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/ |
| dw2-noloc.c | 18 /* This is the value that all variables should have, here for convenience. */ 19 #define VALUE 1234567890 23 int file_locno_resolvable = VALUE; 24 int file_locempty_resolvable = VALUE; 25 int file_locaddr_resolvable = VALUE; 26 int main_local_locno_resolvable = VALUE; 27 int main_local_locempty_resolvable = VALUE; 28 int main_local_locaddr_resolvable = VALUE; 32 /* extern */ int file_extern_locno_resolvable = VALUE; 33 /* extern */ int file_extern_locempty_resolvable = VALUE; [all...] |
| /src/external/bsd/ntp/dist/sntp/libopts/autoopts/ |
| project.h | 69 # define VALUE(s) = s 72 # define VALUE(s)
|
| /src/tests/lib/libc/sys/ |
| t_sigqueue.c | 46 #define VALUE (int)0xc001dad1 47 static int value; variable 52 value = info->si_value.sival_int; 74 sv.sival_int = VALUE; 80 ATF_REQUIRE_EQ(sv.sival_int, value);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| trad-frame.h | 55 /* Given the cache in THIS_TRAD_CACHE, set the value of REGNUM to the bytes 61 struct value *trad_frame_get_register (struct trad_frame_cache *this_trad_cache, 68 /* Register value is unknown. */ 70 /* Register value is a constant. */ 71 VALUE, 72 /* Register value is in another register. */ 74 /* Register value is at an address. */ 76 /* Register value is a sequence of bytes. */ 86 /* Encode that the saved register's value is constant VAL in the 90 m_kind = trad_frame_saved_reg_kind::VALUE; 129 LONGEST value () const function in struct:trad_frame_saved_reg 185 LONGEST value; member in union:trad_frame_saved_reg::__anon365 [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| trad-frame.h | 55 /* Given the cache in THIS_TRAD_CACHE, set the value of REGNUM to the bytes 61 struct value *trad_frame_get_register (struct trad_frame_cache *this_trad_cache, 68 /* Register value is unknown. */ 70 /* Register value is a constant. */ 71 VALUE, 72 /* Register value is in another register. */ 74 /* Register value is at an address. */ 76 /* Register value is a sequence of bytes. */ 86 /* Encode that the saved register's value is constant VAL in the 90 m_kind = trad_frame_saved_reg_kind::VALUE; 130 LONGEST value () const function in struct:trad_frame_saved_reg 186 LONGEST value; member in union:trad_frame_saved_reg::__anon707 [all...] |
| /src/external/bsd/cron/dist/ |
| env.c | 128 VALUEI, /* First char of VALUE, may be quote */ 129 VALUE, /* Subsequent chars of VALUE */ 169 case VALUE: 220 if (state != FINI && !(state == VALUE && !quotechar)) { 226 if (state == VALUE) { 227 /* End of unquoted value: trim trailing whitespace */
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| Hist_data.h | 58 TValue *value; // numeric values member in struct:Hist_data::HistItem 88 VALUE, 193 double get_percentage (double value, int mindex); 195 size_t time_len (TValue *value, int clock); 199 HistItem *new_hist_item (Histable *obj, int itype, TValue *value); 200 HistItem *update_hist_item (HistItem *hi, TValue *value); 262 TValue *value; // numeric values member in struct:CStack_data::CStack_item
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| Hist_data.h | 58 TValue *value; // numeric values member in struct:Hist_data::HistItem 88 VALUE, 193 double get_percentage (double value, int mindex); 195 size_t time_len (TValue *value, int clock); 199 HistItem *new_hist_item (Histable *obj, int itype, TValue *value); 200 HistItem *update_hist_item (HistItem *hi, TValue *value); 262 TValue *value; // numeric values member in struct:CStack_data::CStack_item
|
| /src/external/gpl3/binutils/dist/binutils/ |
| rcparse.h | 136 VALUE = 337, /* VALUE */ 241 #define VALUE 337 260 /* Value type. */
|
| rcparse.c | 259 VALUE = 337, /* VALUE */ 364 #define VALUE 337 383 /* Value type. */ 535 YYSYMBOL_VALUE = 82, /* VALUE */ 840 # define YY_INITIAL_VALUE(Value) Value 847 # define YY_INITIAL_VALUE(Value) /* Nothing. */ 1120 "BLOCKVARFILEINFO", "VALUE", "BLOCK", "MOVEABLE", "FIXED", "PURE", 1635 #define YYBACKUP(Token, Value) \ [all...] |
| /src/external/gpl3/binutils.old/dist/binutils/ |
| rcparse.h | 136 VALUE = 337, /* VALUE */ 241 #define VALUE 337 260 /* Value type. */
|
| rcparse.c | 259 VALUE = 337, /* VALUE */ 364 #define VALUE 337 383 /* Value type. */ 535 YYSYMBOL_VALUE = 82, /* VALUE */ 840 # define YY_INITIAL_VALUE(Value) Value 847 # define YY_INITIAL_VALUE(Value) /* Nothing. */ 1120 "BLOCKVARFILEINFO", "VALUE", "BLOCK", "MOVEABLE", "FIXED", "PURE", 1635 #define YYBACKUP(Token, Value) \ [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Sema/ |
| SemaExpr.cpp | 620 assert(!T.isNull() && "r-value conversion on typeless expression?"); 674 // If the lvalue has qualified type, the value has the unqualified 675 // version of the type of the lvalue; otherwise, the value has the 690 // Loading a __weak object implicitly retains the value, so we need a cleanup to 705 // ... if the lvalue has atomic type, the value has the non-atomic version 751 // First, convert to an r-value. 777 // value is converted to an int; otherwise, it is converted to an 842 // operand or a subexpression thereof the value contained in the 1337 /// Return the rank of a given fixed point or integer type. The value itself 1409 // with the highest rank; the resulting value is converted (taking int [all...] |