/llvm-project/openmp/runtime/src/ |
H A D | z_Windows_NT-586_util.cpp | 20 kmp_int8 old_value, new_value; in __kmp_test_then_or8() local 34 kmp_int8 old_value, new_value; in __kmp_test_then_and8() local 48 kmp_uint32 old_value, new_value; in __kmp_test_then_or32() local 63 kmp_uint32 old_value, new_value; in __kmp_test_then_and32() local 79 kmp_int64 old_value, new_value; in __kmp_test_then_add8() local 93 kmp_int64 old_value, new_value; in __kmp_test_then_add64() local 108 kmp_uint64 old_value, new_value; in __kmp_test_then_or64() local 123 kmp_uint64 old_value, new_value; in __kmp_test_then_and64() local
|
H A D | z_Linux_util.cpp | 327 kmp_int8 old_value, new_value; __kmp_test_then_or8() local 341 kmp_int8 old_value, new_value; __kmp_test_then_and8() local 355 kmp_uint32 old_value, new_value; __kmp_test_then_or32() local 369 kmp_uint32 old_value, new_value; __kmp_test_then_and32() local 384 kmp_int8 old_value, new_value; __kmp_test_then_add8() local 398 kmp_int64 old_value, new_value; __kmp_test_then_add64() local 413 kmp_uint64 old_value, new_value; __kmp_test_then_or64() local 426 kmp_uint64 old_value, new_value; __kmp_test_then_and64() local 1410 int new_value = __kmp_fork_count + 1; __kmp_suspend_initialize_thread() local [all...] |
/llvm-project/compiler-rt/test/asan/TestCases/Darwin/ |
H A D | asan-symbolize-templated-cxx.cpp | 20 int &operator=(const int &new_value) { in operator =() 30 void writeToA(T new_value) { in writeToA() 37 extern "C" void callback(int new_value) { in callback()
|
/llvm-project/lldb/source/Interpreter/ |
H A D | OptionValueString.cpp | 78 std::string new_value(m_current_value); in SetValueFromString() local 133 std::string new_value(m_current_value); in AppendToCurrentValue() local
|
H A D | OptionValue.cpp | 280 SetBooleanValue(bool new_value) SetBooleanValue() argument 296 SetCharValue(char new_value) SetCharValue() argument 360 SetFormatValue(lldb::Format new_value) SetFormatValue() argument 406 SetSInt64Value(int64_t new_value) SetSInt64Value() argument 422 SetStringValue(llvm::StringRef new_value) SetStringValue() argument 438 SetUInt64Value(uint64_t new_value) SetUInt64Value() argument [all...] |
/llvm-project/libcxx/test/std/atomics/atomics.types.generic/atomics.types.float/ |
H A D | test_helper.h | 38 T new_value = 1.0; in test_seq_cst() local 89 T new_value = 1.0; in test_acquire_release() local
|
/llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.modifiers/ |
H A D | reset.pass.cpp | 39 A* new_value = newValue<VT>(expect_alive); in test_reset_pointer() local 55 A* new_value = newValue<VT>(expect_alive); in test_reset_pointer() local
|
H A D | swap.pass.cpp | 51 …_CONSTEXPR_CXX23 typename std::remove_all_extents<T>::type* newValueInit(int size, int new_value) { in newValueInit()
|
/llvm-project/llvm/lib/Support/ |
H A D | Atomic.cpp | 45 sys::cas_flag new_value, in CompareAndSwap()
|
/llvm-project/lldb/source/Host/macosx/cfcpp/ |
H A D | CFCString.cpp | 42 CFStringRef new_value = NULL; in SetFileSystemRepresentation() local 52 CFStringRef new_value = NULL; in SetFileSystemRepresentationFromCFType() local
|
/llvm-project/lldb/tools/debugserver/source/MacOSX/ |
H A D | CFString.cpp | 46 CFStringRef new_value = NULL; in SetFileSystemRepresentation() local 55 CFStringRef new_value = NULL; in SetFileSystemRepresentationFromCFType() local
|
/llvm-project/lldb/include/lldb/Target/ |
H A D | ThreadPlanPython.h |
|
/llvm-project/libunwind/src/ |
H A D | Unwind-sjlj.c | 429 uintptr_t new_value) { in _Unwind_SetGR() argument 463 uintptr_t new_value) { in _Unwind_SetIP() argument
|
/llvm-project/pstl/test/std/algorithms/alg.modifying.operations/ |
H A D | replace_copy.pass.cpp | 54 test(T trash, const T& old_value, const T& new_value, Predicate pred, Convert convert) in test()
|
H A D | replace.pass.cpp | 108 static constexpr T1 new_value = T1(666); in test() local
|
/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.replace/ |
H A D | ranges_replace_copy.pass.cpp | 98 int new_value; member
|
H A D | ranges_replace_copy_if.pass.cpp | 102 int new_value; member
|
/llvm-project/lldb/source/Target/ |
H A D | ThreadPlanRunToAddress.cpp | 164 void ThreadPlanRunToAddress::SetStopOthers(bool new_value) { in SetStopOthers()
|
H A D | ThreadPlan.cpp | 111 void ThreadPlan::SetStopOthers(bool new_value) { in SetStopOthers() argument
|
H A D | ThreadPlanCallFunction.cpp | 459 void ThreadPlanCallFunction::SetStopOthers(bool new_value) { in SetStopOthers()
|
H A D | ThreadPlanStepInRange.cpp | 301 void ThreadPlanStepInRange::SetDefaultFlagValue(uint32_t new_value) { in SetDefaultFlagValue() argument
|
/llvm-project/lldb/test/API/commands/register/register/register_command/ |
H A D | TestRegisters.py | 184 write_and_read(self, frame, register, new_value, must_exist=True) global() argument
|
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.sort/sort/ |
H A D | sort.pass.cpp | 105 int new_value = value.first + 1; increment_or_reset() local
|
/llvm-project/llvm/unittests/IR/ |
H A D | ValueHandleTest.cpp | 295 void allUsesReplacedWith(Value *new_value) override { in TEST_F() 330 void allUsesReplacedWith(Value *new_value) override { in TEST_F()
|
/llvm-project/lldb/source/Expression/ |
H A D | DWARFExpression.cpp | 882 StreamString new_value; Evaluate() local 2280 StreamString new_value; Evaluate() local
|