| /llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/ |
| H A D | InstructionUtils.h | 36 static inline uint32_t Bit32(const uint32_t bits, const uint32_t bit) { in Bit32() 40 static inline uint64_t Bit64(const uint64_t bits, const uint32_t bit) { in Bit64() 55 static inline void SetBit32(uint32_t &bits, const uint32_t bit, in SetBit32() 73 static inline uint64_t MaskUpToBit(const uint64_t bit) { in MaskUpToBit() 89 static inline bool BitIsSet(const uint64_t value, const uint64_t bit) { in BitIsSet() 93 static inline bool BitIsClear(const uint64_t value, const uint64_t bit) { in BitIsClear()
|
| H A D | ARMUtils.h | 269 static inline uint32_t bit(const uint32_t val, const uint32_t msbit) { in bit() function
|
| /llvm-project-15.0.7/lldb/include/lldb/Utility/ |
| H A D | Flags.h | 96 bool Test(ValueType bit) const { return (m_flags & bit) != 0; } in Test() 111 bool IsClear(ValueType bit) const { return (m_flags & bit) == 0; } in IsClear()
|
| /llvm-project-15.0.7/clang/test/Sema/Inputs/ |
| H A D | conversion.h | 4 #define SETBIT(set,bit) do { int i = bit; set[i/(8*sizeof(set[0]))] |= (1 << (i%(8*sizeof(set)))); … argument
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/format/format.functions/ |
| H A D | format.verify.cpp | 93 int bit : 1; member
|
| /llvm-project-15.0.7/lldb/source/Interpreter/ |
| H A D | OptionValueLanguage.cpp | 53 for (int bit : languages_for_types.bitvector.set_bits()) { in SetValueFromString() local
|
| /llvm-project-15.0.7/libcxxabi/test/ |
| H A D | forced_unwind1.pass.cpp | 27 int bit; member
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_bitvector_test.cpp | 99 uptr bit = ((uptr)my_rand() % bv.size()); in TestBitVector() local
|
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | RegisterValue.cpp | 803 bool RegisterValue::ClearBit(uint32_t bit) { in ClearBit() 843 bool RegisterValue::SetBit(uint32_t bit) { in SetBit()
|
| H A D | Scalar.cpp | 868 bool Scalar::ClearBit(uint32_t bit) { in ClearBit() 881 bool Scalar::SetBit(uint32_t bit) { in SetBit()
|
| H A D | Broadcaster.cpp | 89 for (uint32_t bit = 1u, mask = event_mask; mask != 0 && bit != 0; in GetEventNames() local
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | CodeEmitterGen.cpp | 69 BitsInit *BI, int bit) { in getVariableBit() 90 int bit = BI->getNumBits()-1; in AddCodeToMergeInOperand() local
|
| H A D | CodeGenTarget.cpp | 551 for (unsigned bit = 0, end = numBits / 2; bit != end; ++bit) { in reverseBitsForLittleEndianEncoding() local
|
| /llvm-project-15.0.7/lld/ELF/Arch/ |
| H A D | Hexagon.cpp | 79 for (size_t bit = 0; bit != 32; ++bit) { in applyMask() local
|
| /llvm-project-15.0.7/libunwind/src/ |
| H A D | AddressSpace.hpp | 225 int bit = 0; in getULEB128() local 250 int bit = 0; in getSLEB128() local
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | statements.c | 47 void test11(int bit) { in test11()
|
| H A D | constant-conversion.c | 18 struct { int bit : 1; } a; in test() member
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | DNBLog.cpp | 41 bool DNBLogCheckLogBit(uint32_t bit) { return (g_log_bits & bit) != 0; } in DNBLogCheckLogBit()
|
| /llvm-project-15.0.7/lld/MachO/ |
| H A D | Target.h | 81 bool hasAttr(uint8_t type, RelocAttrBits bit) const { in hasAttr()
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | reference.cpp | 252 bool bit : 1; member in PR15694::C
|
| /llvm-project-15.0.7/flang/lib/Decimal/ |
| H A D | decimal-to-binary.cpp | 220 void ShiftIn(int bit = 0) { value_ = value_ + value_ + bit; } in ShiftIn()
|
| /llvm-project-15.0.7/lld/COFF/ |
| H A D | DLL.cpp | 461 uint32_t bit = 0; in writeTo() local 521 uint32_t bit = 0; in writeTo() local
|
| /llvm-project-15.0.7/clang/test/C/drs/ |
| H A D | dr1xx.c | 248 struct S { unsigned bit:1; }; in dr120() member
|
| /llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/Transforms/ |
| H A D | UnifyAliasedResourcePass.cpp | 127 [minVal](int64_t bit) { return bit % *minVal != 0; })) in deduceCanonicalResource()
|
| /llvm-project-15.0.7/flang/lib/Evaluate/ |
| H A D | real.cpp | 310 for (int bit{Extended::bits - 1}; bit >= 0; --bit) { in SQRT() local
|