Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxx/include/__ranges/
H A Dview_interface.h118 constexpr decltype(auto) front() in decltype() argument
128 constexpr decltype(auto) front() const in decltype() argument
138 constexpr decltype(auto) back() in decltype() argument
148 constexpr decltype(auto) back() const in decltype() argument
158 constexpr decltype(auto) operator[](range_difference_t<_RARange> __index) in decltype() argument
165 constexpr decltype(auto) operator[](range_difference_t<_RARange> __index) const in decltype() argument
/openbsd-src/gnu/llvm/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
150 template <typename Func> decltype(auto) consumingModuleDo(Func &&F) { in decltype() argument
H A DCore.h1434 template <typename Func> decltype(auto) runSessionLocked(Func &&F) { in decltype() argument
/openbsd-src/gnu/llvm/libcxx/include/__iterator/
H A Dcommon_iterator.h104 constexpr decltype(auto) operator*() in decltype() argument
110 constexpr decltype(auto) operator*() const in decltype() argument
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DTypeSwitch.h73 static decltype(auto) castValue( in decltype() argument
83 static decltype(auto) castValue( in decltype() argument
H A Dfallible_iterator.h99 decltype(auto) operator*() { return *I; } in decltype() argument
102 decltype(auto) operator*() const { return *I; } in decltype() argument
H A DStringMapEntry.h153 decltype(auto) get(const StringMapEntry<ValueTy> &E) { in decltype() argument
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DErrno.h32 inline decltype(auto) RetryAfterSignal(const FailT &Fail, const Fun &F, in decltype() argument
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DAssumeBundleQueries.cpp200 [&](auto, Instruction *I, auto) { in getKnowledgeValidInContext() argument
H A DLoads.cpp167 [&](RetainedKnowledge RK, Instruction *Assume, auto) { in isDereferenceableAndAlignedPointer() argument
/openbsd-src/gnu/llvm/libcxx/include/__format/
H A Dformat_arg.h97 _LIBCPP_HIDE_FROM_ABI _LIBCPP_AVAILABILITY_FORMAT decltype(auto) in decltype() argument
279 _LIBCPP_HIDE_FROM_ABI _LIBCPP_AVAILABILITY_FORMAT decltype(auto) in decltype() argument
/openbsd-src/gnu/llvm/clang/tools/clang-offload-packager/
H A DClangOffloadPackager.cpp152 const auto [Key, Value] = Arg; in unbundleImages() local
/openbsd-src/gnu/llvm/compiler-rt/lib/orc/
H A Dwrapper_function_utils.h132 static decltype(auto) call(HandlerT &&H, ArgTupleT &Args, in decltype() argument
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DWrapperFunctionUtils.h185 static decltype(auto) call(HandlerT &&H, ArgTupleT &Args, in decltype() argument
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp65 const auto [Value, IsOffset] = Elem; in isOnlyCopiedFromConstantMemory() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4405 const auto [ScalarCost, SafeDivisorCost] = getDivRemSpeculationCost(I, VF); in isScalarWithPredication() local
7122 const auto [ScalarCost, SafeDivisorCost] = getDivRemSpeculationCost(I, VF); in getInstructionCost() local
7181 const auto [Op1VK, Op1VP] = TTI::getOperandInfo(Op0); in getInstructionCost() local
7182 const auto [Op2VK, Op2VP] = TTI::getOperandInfo(Op1); in getInstructionCost() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp3117 [](auto) {}); in emitRangeList() argument
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSROA.cpp5048 const auto [K, V] = RemainingSelectsToRewrite.pop_back_val(); in runOnAlloca() local
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp8719 const auto [Op0, Op1] = ComparisonInfo.value(); in verifyCompareConds() local
8786 const auto [RefOpcode, A, B, C] = Props.value(); in combineCmpOp() local