Searched defs:new_val (Results 1 – 10 of 10) sorted by relevance
116 Type new_val = 24; in CheckAtomicCompareExchange() local126 Type new_val = 24; in CheckAtomicCompareExchange() local
26 do_bad_thing_with_location(char *char_ptr, char new_val) in do_bad_thing_with_location()
66 int new_val = p.use_count(); in run_test() local
23 do_bad_thing_with_location(unsigned index, char *char_ptr, char new_val) in do_bad_thing_with_location()
322 virtual void SetQueueID(lldb::queue_id_t new_val) {} in SetQueueID()
75 def calculate_change(old_val, new_val): argument
248 } new_val; // hold up the constant values replacing loads. in PreprocessLoad() local
422 const MemLoc &new_val, in VptrUpdate()
139 …IntType exchange(IntType new_val, MemoryOrder ord) { return std::__libcpp_atomic_exchange(b_, new_… in exchange()