/llvm-project/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()
|
/llvm-project/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/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/libc/src/signal/linux/ |
H A D | signal_utils.h | 80 size_t bit = n % BITS_PER_SIGWORD; add_signal() local 93 size_t bit = n % BITS_PER_SIGWORD; delete_signal() local
|
/llvm-project/clang/test/Sema/ |
H A D | c2x-typeof.c | 45 int bit : 4; member
|
H A D | statements.c | 47 void test11(int bit) { in test11()
|
/llvm-project/lldb/source/Interpreter/ |
H A D | OptionValueLanguage.cpp | 55 for (int bit : languages_for_types.bitvector.set_bits()) { in SetValueFromString() local
|
/llvm-project/libcxxabi/test/ |
H A D | forced_unwind1.pass.cpp | 30 int bit; member
|
/llvm-project/libcxx/test/std/utilities/format/format.functions/ |
H A D | format.verify.cpp | 93 int bit : 1; global() member
|
/llvm-project/llvm/docs/ |
H A D | AMDGPUOperandSyntax.rst | 84 .. _amdgpu_synid_nsa: 116 .. _amdgpu_synid_v16: 145 .. _amdgpu_synid_a:
|
/llvm-project/lldb/unittests/Instruction/LoongArch/ |
H A D | TestLoongArchEmulator.cpp | 25 #define GEN_BCOND_TEST(bit, name, rj_val, rd_val_branched, rd_val_continued) \ argument 33 #define GEN_BZCOND_TEST(bit, name, rj_val_branched, rj_val_continued) \ argument 41 #define GEN_BCZCOND_TEST(bit, name, cj_val_branched, cj_val_continued) \ argument
|
/llvm-project/clang/test/C/drs/ |
H A D | dr4xx.c | 172 …_Alignas(int) int bit : 1; /* expected-error {{'_Alignas' attribute cannot be applied to a bit-fie… in dr444() member 262 …int bit : 12 || 1.0f; /* expected-warning {{expression is not an integer constant expression; fold… in dr489() member
|
/llvm-project/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/lldb/source/Utility/ |
H A D | RegisterValue.cpp | 765 ClearBit(uint32_t bit) ClearBit() argument 805 SetBit(uint32_t bit) SetBit() argument [all...] |
H A D | Scalar.cpp | 909 ClearBit(uint32_t bit) ClearBit() argument 922 SetBit(uint32_t bit) SetBit() argument
|
/llvm-project/lldb/unittests/Core/ |
H A D | ProgressReportTest.cpp | 29 CreateListenerFor(uint32_t bit) CreateListenerFor() argument
|
/llvm-project/llvm/utils/TableGen/ |
H A D | CodeEmitterGen.cpp | 82 // return the variable bit position. Otherwise return -1. in getVariableBit() argument 104 int bit = BI->getNumBits() - 1; addCodeToMergeInOperand() local
|
/llvm-project/libunwind/src/ |
H A D | AddressSpace.hpp | 229 int bit = 0; in getULEB128() local 254 int bit = 0; in getSLEB128() local
|
/llvm-project/lld/ELF/Arch/ |
H A D | Hexagon.cpp | 80 uint32_t maskBit = (mask >> bit) & 1; in applyMask() local
|
/llvm-project/libc/src/__support/RPC/ |
H A D | rpc.h |
|
/llvm-project/lldb/unittests/Target/ |
H A D | RegisterFlagsTest.cpp | 55 static RegisterFlags::Field make_field(unsigned bit) { in make_field() argument [all...] |
/llvm-project/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/lld/MachO/ |
H A D | Target.h | 97 hasAttr(uint8_t type,RelocAttrBits bit) hasAttr() argument
|
/llvm-project/clang/test/Analysis/ |
H A D | reference.cpp | 252 bool bit : 1; member in PR15694::C
|
/llvm-project/flang/lib/Decimal/ |
H A D | decimal-to-binary.cpp | 225 RT_API_ATTRS void ShiftIn(int bit = 0) { value_ = value_ + value_ + bit; } in ShiftIn()
|