| /src/tests/lib/libc/sync/ |
| cpp_atomic_ops_linkable.cc | 43 ATest() : m_val(0) 45 m_val.exchange(std::atomic<T>(8)); 46 m_val--; 47 m_val++; 48 m_val ^= 0x0f; 49 m_val &= 0x0f; 50 m_val |= 2; 53 m_val.compare_exchange_weak(tval, other, 58 volatile std::atomic<T> m_val; member in class:ATest
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.gdb/ |
| python-helper.cc | 21 : m_val (val) 28 return m_val; 31 int m_val; member in struct:CC
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.gdb/ |
| python-helper.cc | 21 : m_val (val) 28 return m_val; 31 int m_val; member in struct:CC
|
| /src/external/gpl3/gdb/dist/gdbsupport/ |
| packed.h | 75 m_val = val; 103 return m_val; 111 T m_val : (Bytes * HOST_CHAR_BIT) ATTRIBUTE_PACKED; member in struct:packed
|
| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| packed.h | 75 m_val = val; 103 return m_val; 111 T m_val : (Bytes * HOST_CHAR_BIT) ATTRIBUTE_PACKED; member in struct:packed
|
| /src/external/gpl3/gcc/dist/gcc/ |
| value-range-storage.h | 95 HOST_WIDE_INT m_val[1]; member in class:irange_storage 98 // This is the length of each wide_int in m_val.
|
| value-relation.h | 346 unsigned m_val; member in class:relation_trio 362 m_val = 0; 373 m_val = i1 | i2 | i3; 395 return (relation_kind) (m_val & TRIO_MASK); 401 return (relation_kind) ((m_val >> TRIO_SHIFT) & TRIO_MASK); 407 return (relation_kind) ((m_val >> (TRIO_SHIFT * 2)) & TRIO_MASK);
|
| /src/external/gpl3/gdb/dist/gdb/ |
| gmp-utils.h | 42 gdb_mpz () { mpz_init (m_val); } 46 mpz_init (m_val); 47 mpz_set (m_val, from_val); 52 mpz_init (m_val); 53 mpz_set (m_val, from.m_val); 63 mpz_init (m_val); 69 mpz_init (m_val); 70 mpz_swap (m_val, from.m_val); 397 mpz_t m_val; member in struct:gdb_mpz 568 mpq_t m_val; member in struct:gdb_mpq 610 mpf_t m_val; member in struct:gdb_mpf [all...] |
| ada-exp.h | 933 : m_val (std::move (val)) 945 operation_up m_val; member in class:expr::ada_name_association
|
| f-valprint.c | 126 m_val (val), 199 && dimension_contents_eq (m_val, elt_type, 272 struct value *e_val = value_from_component (m_val, elt_type, elt_off); 273 struct value *e_prev = value_from_component (m_val, elt_type, 305 = value_from_component (m_val, elt_type, elt_off_prev); 325 = value_from_component (m_val, elt_type, elt_off); 394 struct value *m_val; variable in typeref:struct:value 412 /* The type and offset from M_VAL of the element handled in the previous
|
| f-lang.c | 366 m_val (val) 372 from the content buffer of M_VAL then copy this extracted value into 378 = value_from_component (m_val, elt_type, (elt_off + m_base_offset)); 383 /* The offset into the content buffer of M_VAL to the start of the slice 388 struct value *m_val; variable in typeref:struct:value
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| gmp-utils.h | 42 gdb_mpz () { mpz_init (m_val); } 46 mpz_init (m_val); 47 mpz_set (m_val, from_val); 52 mpz_init (m_val); 53 mpz_set (m_val, from.m_val); 63 mpz_init (m_val); 69 mpz_init (m_val); 70 mpz_swap (m_val, from.m_val); 397 mpz_t m_val; member in struct:gdb_mpz 568 mpq_t m_val; member in struct:gdb_mpq 610 mpf_t m_val; member in struct:gdb_mpf [all...] |
| ada-exp.h | 923 : m_val (std::move (val)) 935 operation_up m_val; member in class:expr::ada_name_association
|
| f-valprint.c | 126 m_val (val), 199 && dimension_contents_eq (m_val, elt_type, 272 struct value *e_val = value_from_component (m_val, elt_type, elt_off); 273 struct value *e_prev = value_from_component (m_val, elt_type, 305 = value_from_component (m_val, elt_type, elt_off_prev); 325 = value_from_component (m_val, elt_type, elt_off); 394 struct value *m_val; variable in typeref:struct:value 412 /* The type and offset from M_VAL of the element handled in the previous
|
| f-lang.c | 366 m_val (val) 372 from the content buffer of M_VAL then copy this extracted value into 378 = value_from_component (m_val, elt_type, (elt_off + m_base_offset)); 383 /* The offset into the content buffer of M_VAL to the start of the slice 388 struct value *m_val; variable in typeref:struct:value
|
| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| supergraph.h | 361 callsite_expr () : m_val (-1) {} 375 return m_val > 0; 380 return m_val == 0; 384 callsite_expr (int val) : m_val (val) {} 386 int m_val; /* 1-based parm, 0 for return value, or -1 for "unknown". */ member in class:ana::callsite_expr
|
| /src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| supergraph.h | 351 callsite_expr () : m_val (-1) {} 365 return m_val > 0; 370 return m_val == 0; 374 callsite_expr (int val) : m_val (val) {} 376 int m_val; /* 1-based parm, 0 for return value, or -1 for "unknown". */ member in class:ana::callsite_expr
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| wide-int.h | 1350 HOST_WIDE_INT *m_val; member in class:trailing_wide_int_storage 1397 HOST_WIDE_INT m_val[1]; variable 1413 : m_precision (precision), m_len (len), m_val (val) 1432 return m_val; 1438 return m_val; 1446 m_val[len - 1] = sext_hwi (m_val[len - 1], 1476 &m_val[index * m_max_len]); 1483 return wi::storage_ref (&m_val[index * m_max_len],
|