Home
last modified time | relevance | path

Searched defs:kAlignment (Results 1 – 7 of 7) sorted by relevance

/llvm-project/lldb/test/API/lang/cpp/gmodules/pch-chain/
H A Dpch.h4 static const int kAlignment = 64; variable
/llvm-project/lldb/test/API/lang/cpp/gmodules/alignment/
H A Dpch.h4 static const int kAlignment = 64; variable
/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkRunner.h75 static constexpr const size_t kAlignment = 1024; global() member
/llvm-project/mlir/unittests/Bytecode/
H A DBytecodeTest.cpp55 constexpr size_t kAlignment = 0x20; TEST() local
/llvm-project/compiler-rt/test/dfsan/
H A Dinterceptors.c20 const int kAlignment = 8; variable
/llvm-project/libc/test/src/__support/
H A Dblock_test.cpp615 constexpr size_t kAlignment = BlockType::ALIGNMENT; TEST_FOR_EACH_BLOCK_TYPE() local
653 constexpr size_t kAlignment = bit_ceil(BlockType::BLOCK_OVERHEAD) * 8; TEST_FOR_EACH_BLOCK_TYPE() local
699 constexpr size_t kAlignment = bit_ceil(BlockType::BLOCK_OVERHEAD) * 8; TEST_FOR_EACH_BLOCK_TYPE() local
736 constexpr size_t kAlignment = bit_ceil(BlockType::BLOCK_OVERHEAD) * 8; TEST_FOR_EACH_BLOCK_TYPE() local
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_trace.h182 static constexpr uptr kAlignment = 0xff0; member