Searched defs:__guard (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/gcc/libstdc++-v3/config/cpu/arm/
H A Dcxxabi_tweaks.h49 typedef int __guard; typedef
/openbsd-current/gnu/gcc/libstdc++-v3/config/cpu/generic/
H A Dcxxabi_tweaks.h47 __extension__ typedef int __guard __attribute__((mode (__DI__))); typedef
/openbsd-current/gnu/llvm/libcxx/include/__memory_resource/
H A Dpolymorphic_allocator.h101 auto __guard = std::__make_exception_guard([&] { deallocate_object(__ptr); }); local
/openbsd-current/gnu/lib/libstdc++/libstdc++/libsupc++/
H A Dcxxabi.h507 __extension__ typedef int __guard __attribute__((mode (__DI__))); typedef in namespace:__cxxabiv1
/openbsd-current/gnu/llvm/libcxx/include/__memory/
H A Duninitialized_algorithms.h424 auto __guard = std::__make_exception_guard([&]() { local
464 auto __guard = std::__make_exception_guard([&]() { local
491 auto __guard = std::__make_exception_guard([&]() { std::__allocator_destroy_multidimensional(__value_alloc, __begin, __it); }); local
508 auto __guard = std::__make_exception_guard([&]() { std::__allocator_destroy_multidimensional(__value_alloc, __begin, __it); }); local
550 auto __guard = local
600 auto __guard = local
[all...]

Completed in 142 milliseconds