Searched refs:const_value (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | builtin-align-cxx.cpp | 137 constexpr long const_value(long l) { return l; } in const_value() function 139 static_assert(wrap_align_down(1, const_value(-1)), ""); // expected-error{{not an integral constant… 141 static_assert(wrap_align_up(1, const_value(-2)), ""); // expected-error{{not an integral constant e… 143 static_assert(wrap_is_aligned(1, const_value(-3)), ""); // expected-error{{not an integral constant… 145 static_assert(wrap_align_down(1, const_value(17)), ""); // expected-error{{not an integral constant… 147 static_assert(wrap_align_up(1, const_value(18)), ""); // expected-error{{not an integral constant e… 149 static_assert(wrap_is_aligned(1, const_value(19)), ""); // expected-error{{not an integral constant… 153 static_assert(wrap_align_down(static_cast<short>(1), const_value(1 << 20)), ""); // expected-error{… 156 static_assert(wrap_align_up(static_cast<int>(1), const_value(1ull << 33)), ""); // expected-error{{… 158 static_assert(wrap_is_aligned(static_cast<char>(1), const_value(1 << 22)), ""); // expected-error{{… [all …]
|
| /llvm-project-15.0.7/lldb/include/lldb/Expression/ |
| H A D | DWARFExpression.h | 80 void UpdateValue(uint64_t const_value, lldb::offset_t const_value_byte_size,
|
| /llvm-project-15.0.7/lldb/source/Expression/ |
| H A D | DWARFExpression.cpp | 58 void DWARFExpression::UpdateValue(uint64_t const_value, in UpdateValue() argument 65 DataBufferSP(new DataBufferHeap(&const_value, const_value_byte_size))); in UpdateValue() 443 lldb::addr_t const_value = 0; in LinkThreadLocalStorage() local 454 const_value = m_data.GetU32(&offset); in LinkThreadLocalStorage() 463 const_value = m_data.GetU64(&offset); in LinkThreadLocalStorage() 481 lldb::addr_t linked_file_addr = link_address_callback(const_value); in LinkThreadLocalStorage() 493 const_value = 0; in LinkThreadLocalStorage()
|
| /llvm-project-15.0.7/mlir/docs/Bindings/ |
| H A D | Python.md | 424 name, such as `operation.const_value` instead of 425 `operation.attributes["const_value"]`. If this name is a reserved Python
|
| /llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/ |
| H A D | Dwarf.def | 293 HANDLE_DW_AT(0x1c, const_value, 2, DWARF)
|