Home
last modified time | relevance | path

Searched defs:old (Results 1 – 25 of 73) sorted by relevance

123

/llvm-project/libcxx/utils/libcxx/sym_check/
H A Ddiff.py30 def added_symbols(old, new): argument
34 def removed_symbols(old, new): argument
38 def changed_symbols(old, new): argument
49 def diff(old, new): argument
/llvm-project/libcxx/test/std/utilities/utility/mem.res/mem.res.global/
H A Ddefault_resource.pass.cpp52 memory_resource* old = set_default_resource(expect); in main() local
62 memory_resource* old = set_default_resource(nullptr); in main() local
/llvm-project/libc/src/pthread/
H A Dpthread_mutexattr_setrobust.cpp23 pthread_mutexattr_t old = *attr; global() variable
H A Dpthread_mutexattr_setpshared.cpp23 pthread_mutexattr_t old = *attr; global() variable
H A Dpthread_mutexattr_settype.cpp25 pthread_mutexattr_t old = *attr; global() variable
/llvm-project/compiler-rt/test/ubsan/TestCases/Misc/Linux/
H A Dsigaction.cpp
/llvm-project/libc/src/signal/linux/
H A Dsignal.cpp17 struct sigaction action, old; global() variable
/llvm-project/libc/src/__support/threads/linux/
H A Drwlock.h341 template <Role role> LIBC_INLINE LockResult try_lock(RwState &old) { in try_lock() argument
380 RwState old in try_read_lock() local
385 RwState old = RwState::load(state, cpp::MemoryOrder::RELAXED); try_write_lock() local
407 RwState old = global() variable
518 RwState old = RwState::load(state, cpp::MemoryOrder::RELAXED); unlock() local
550 RwState old = RwState::load(state, cpp::MemoryOrder::RELAXED); check_for_destroy() local
[all...]
/llvm-project/libcxx/benchmarks/
H A Datomic_wait.bench.cpp
/llvm-project/lldb/tools/debugserver/source/
H A DPThreadEvent.cpp82 uint32_t old = m_bits; in SetEvents() local
99 uint32_t old = m_bits; in ResetEvents() local
/llvm-project/libcxx/test/libcxx/depr/exception.unexpected/
H A Dget_unexpected.pass.cpp30 std::unexpected_handler old = std::get_unexpected(); in main() local
H A Dset_unexpected.pass.cpp29 std::unexpected_handler old = std::set_unexpected(f1); in main() local
/llvm-project/libcxx/test/std/depr/exception.unexpected/set.unexpected/
H A Dset_unexpected.pass.cpp29 std::unexpected_handler old = std::set_unexpected(f1); in main() local
H A Dget_unexpected.pass.cpp30 std::unexpected_handler old = std::get_unexpected(); in main() local
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_bitvector.h34 basic_int_t old = bits_; in setBit() local
41 basic_int_t old = bits_; in clearBit() local
57 basic_int_t old = bits_; in setUnion() local
64 basic_int_t old = bits_; in setIntersection() local
71 basic_int_t old = bits_; in setDifference() local
/llvm-project/openmp/runtime/src/
H A Dkmp_cancel.cpp51 kmp_int32 old = cancel_noreq; in __kmpc_cancel() local
89 kmp_int32 old = cancel_noreq; in __kmpc_cancel() local
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dsignal_trap_handler.cpp21 struct sigaction a = {}, old = {}; in main() local
H A Dsignal_segv_handler.cpp33 struct sigaction a, old; in main() local
/llvm-project/clang/test/SemaCXX/
H A Dconstexpr-turing.cpp31 constexpr Tape update(const Tape &old, bool write) { return Tape(old, write); } in update()
32 constexpr Tape move(const Tape &old, Dir dir) { return Tape(old, dir); } in move()
/llvm-project/libcxx/test/std/atomics/atomics.types.generic/atomics.types.float/
H A Dnotify_one.pass.cpp39 const T old = T(3.1); in test_impl() local
H A Dnotify_all.pass.cpp39 const T old = T(3.1); in test_impl() local
/llvm-project/llvm/include/llvm/ADT/
H A DSparseBitVector.h104 bool old = test(Idx); in test_and_set() local
175 BitWord old = changed ? 0 : Bits[i]; in unionWith() local
202 BitWord old = changed ? 0 : Bits[i]; in intersectWith() local
225 BitWord old = changed ? 0 : Bits[i]; in intersectWithComplement() local
533 bool old = test(Idx); in test_and_set() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dmisplaced-pointer-arithmetic-in-alloc.cpp61 void placement_new_ptr(void *buf, C *old) { in placement_new_ptr()
/llvm-project/clang/test/CodeGen/
H A Datomic.c15 int old; in atomic() local
/llvm-project/mlir/lib/Dialect/Quant/Utils/
H A DUniformSupport.cpp83 return attr.mapValues(newElementType, [&](const APFloat &old) { in convert() argument

123