/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | ARMUtils.h | 91 static inline uint32_t LSL_C(const uint32_t value, const uint32_t amount, in LSL_C() 102 static inline uint32_t LSL(const uint32_t value, const uint32_t amount, in LSL() 115 static inline uint32_t LSR_C(const uint32_t value, const uint32_t amount, in LSR_C() 126 static inline uint32_t LSR(const uint32_t value, const uint32_t amount, in LSR() 139 static inline uint32_t ASR_C(const uint32_t value, const uint32_t amount, in ASR_C() 157 static inline uint32_t ASR(const uint32_t value, const uint32_t amount, in ASR() 170 static inline uint32_t ROR_C(const uint32_t value, const uint32_t amount, in ROR_C() 182 static inline uint32_t ROR(const uint32_t value, const uint32_t amount, in ROR() 214 const uint32_t amount, const uint32_t carry_in, in Shift_C() 254 const uint32_t amount, const uint32_t carry_in, in Shift()
|
/llvm-project/compiler-rt/test/ubsan/TestCases/Integer/ |
H A D | unsigned-shift.cpp | 4 #define shift(val, amount) ({ \ argument
|
/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/ |
H A D | x86AssemblyInspectionEngine.cpp | 434 bool x86AssemblyInspectionEngine::sub_rsp_pattern_p(int &amount) { in sub_rsp_pattern_p() argument 452 bool x86AssemblyInspectionEngine::add_rsp_pattern_p(int &amount) { in add_rsp_pattern_p() argument 471 bool x86AssemblyInspectionEngine::lea_rsp_pattern_p(int &amount) { in lea_rsp_pattern_p() argument 497 bool x86AssemblyInspectionEngine::lea_rbp_rsp_pattern_p(int &amount) { in lea_rbp_rsp_pattern_p() argument 524 lea_rbx_rsp_pattern_p(int & amount) lea_rbx_rsp_pattern_p() argument 1494 int amount; AugmentUnwindPlanFromCallSite() local [all...] |
/llvm-project/lldb/examples/synthetic/recognizer_function/ |
H A D | program.cpp | 97 void set_amount(int amount) { in set_amount()
|
/llvm-project/lldb/source/Core/ |
H A D | Progress.cpp | 57 Increment(uint64_t amount,std::optional<std::string> updated_detail) Increment() argument
|
/llvm-project/lldb/source/Host/windows/ |
H A D | ConnectionGenericFileWindows.cpp | 311 void ConnectionGenericFile::IncrementFilePointer(DWORD amount) { in IncrementFilePointer() argument
|
/llvm-project/lldb/source/Utility/ |
H A D | Stream.cpp | 195 void Stream::IndentMore(unsigned amount) { m_indent_level += amount; } in IndentMore() 198 void Stream::IndentLess(unsigned amount) { in IndentLess()
|
/llvm-project/clang/include/clang/AST/ |
H A D | FormatString.h | 354 unsigned amount, in OptionalAmount()
|
/llvm-project/clang/tools/c-index-test/ |
H A D | c-index-test.c | 1324 unsigned long amount = usage.entries[i].amount; in PrintMemoryUsage() local
|
/llvm-project/clang/include/clang-c/ |
H A D | Index.h | 1124 unsigned long amount; member
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprScalar.cpp | 2793 int amount = (isInc ? 1 : -1); EmitScalarPrePostIncDec() local [all...] |
/llvm-project/clang/tools/libclang/ |
H A D | CIndex.cpp | 9296 createCXTUResourceUsageEntry(MemUsageEntries & entries,enum CXTUResourceUsageKind k,unsigned long amount) createCXTUResourceUsageEntry() argument
|