/openbsd-src/gnu/llvm/libcxx/include/__ranges/ |
H A D | view_interface.h | 118 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 D | ThreadSafeModule.h | 133 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 D | Core.h | 1434 template <typename Func> decltype(auto) runSessionLocked(Func &&F) { in decltype() argument
|
/openbsd-src/gnu/llvm/libcxx/include/__iterator/ |
H A D | common_iterator.h | 104 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 D | TypeSwitch.h | 73 static decltype(auto) castValue( in decltype() argument 83 static decltype(auto) castValue( in decltype() argument
|
H A D | fallible_iterator.h | 99 decltype(auto) operator*() { return *I; } in decltype() argument 102 decltype(auto) operator*() const { return *I; } in decltype() argument
|
H A D | StringMapEntry.h | 153 decltype(auto) get(const StringMapEntry<ValueTy> &E) { in decltype() argument
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | Errno.h | 32 inline decltype(auto) RetryAfterSignal(const FailT &Fail, const Fun &F, in decltype() argument
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | AssumeBundleQueries.cpp | 200 [&](auto, Instruction *I, auto) { in getKnowledgeValidInContext() argument
|
H A D | Loads.cpp | 167 [&](RetainedKnowledge RK, Instruction *Assume, auto) { in isDereferenceableAndAlignedPointer() argument
|
/openbsd-src/gnu/llvm/libcxx/include/__format/ |
H A D | format_arg.h | 97 _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 D | ClangOffloadPackager.cpp | 152 const auto [Key, Value] = Arg; in unbundleImages() local
|
/openbsd-src/gnu/llvm/compiler-rt/lib/orc/ |
H A D | wrapper_function_utils.h | 132 static decltype(auto) call(HandlerT &&H, ArgTupleT &Args, in decltype() argument
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
H A D | WrapperFunctionUtils.h | 185 static decltype(auto) call(HandlerT &&H, ArgTupleT &Args, in decltype() argument
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineLoadStoreAlloca.cpp | 65 const auto [Value, IsOffset] = Elem; in isOnlyCopiedFromConstantMemory() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 4405 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 D | DwarfDebug.cpp | 3117 [](auto) {}); in emitRangeList() argument
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 5048 const auto [K, V] = RemainingSelectsToRewrite.pop_back_val(); in runOnAlloca() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 8719 const auto [Op0, Op1] = ComparisonInfo.value(); in verifyCompareConds() local 8786 const auto [RefOpcode, A, B, C] = Props.value(); in combineCmpOp() local
|