Home
last modified time | relevance | path

Searched defs:new_val (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_atomic_test.cpp116 Type new_val = 24; in CheckAtomicCompareExchange() local
126 Type new_val = 24; in CheckAtomicCompareExchange() local
/llvm-project-15.0.7/lldb/test/API/python_api/watchpoint/watchlocation/
H A Dmain.cpp26 do_bad_thing_with_location(char *char_ptr, char new_val) in do_bad_thing_with_location()
/llvm-project-15.0.7/lldb/test/API/commands/watchpoints/hello_watchlocation/
H A Dmain.cpp26 do_bad_thing_with_location(char *char_ptr, char new_val) in do_bad_thing_with_location()
/llvm-project-15.0.7/libcxx/test/libcxx/utilities/memory/util.smartptr/
H A Drace_condition.pass.cpp66 int new_val = p.use_count(); in run_test() local
/llvm-project-15.0.7/lldb/test/API/commands/watchpoints/watchpoint_set_command/
H A Dmain.cpp23 do_bad_thing_with_location(unsigned index, char *char_ptr, char new_val) in do_bad_thing_with_location()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DThread.h322 virtual void SetQueueID(lldb::queue_id_t new_val) {} in SetQueueID()
/llvm-project-15.0.7/third-party/benchmark/tools/gbench/
H A Dreport.py75 def calculate_change(old_val, new_val): argument
/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp248 } new_val; // hold up the constant values replacing loads. in PreprocessLoad() local
/llvm-project-15.0.7/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_test_util_posix.cpp422 const MemLoc &new_val, in VptrUpdate()
/llvm-project-15.0.7/libcxxabi/src/
H A Dcxa_guard_impl.h139 …IntType exchange(IntType new_val, MemoryOrder ord) { return std::__libcpp_atomic_exchange(b_, new_… in exchange()