Home
last modified time | relevance | path

Searched defs:auto (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A Dfallible_iterator.h99 decltype(auto) operator*() { return *I; } in decltype() argument
102 decltype(auto) operator*() const { return *I; } in decltype() argument
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DThreadSafeModule.h133 template <typename Func> decltype(auto) withModuleDo(Func &&F) { in decltype() argument
141 template <typename Func> decltype(auto) withModuleDo(Func &&F) const { in decltype() argument
H A DCore.h1289 template <typename Func> decltype(auto) runSessionLocked(Func &&F) { in decltype() argument
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DErrno.h33 inline decltype(auto) RetryAfterSignal(const FailT &Fail, const Fun &F, in decltype() argument
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/custom/
H A Draw-ostream.h34 template <typename T> decltype(auto) printable(const T &V) { in decltype() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DAssumeBundleQueries.cpp200 [&](auto, Instruction *I, auto) { in getKnowledgeValidInContext() argument
H A DLoads.cpp103 [&](RetainedKnowledge RK, Instruction *Assume, auto) { in isDereferenceableAndAlignedPointer() argument
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dsimd_scalar.h38 _GLIBCXX_SIMD_INTRINSIC constexpr decltype(auto) in decltype() argument
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfloating_to_chars.cc503 const auto [mantissa, exponent, sign] = get_ieee_repr(value); in floating_to_shortest_scientific() local
706 const auto [ieee_mantissa, biased_exponent, sign] = get_ieee_repr(value); in __floating_to_chars_hex() local
1145 const auto [mantissa, biased_exponent, sign] = get_ieee_repr(value); in __floating_to_chars_precision() local
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dfunctional.d1291 auto fp = castToF(&this); in DelegateFaker() enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp3004 [](auto) {}); in emitRangeList() argument