/freebsd/contrib/llvm-project/libcxx/include/__ranges/ |
H A D | view_interface.h | 118 _LIBCPP_HIDE_FROM_ABI constexpr decltype(auto) front() in decltype() argument 127 _LIBCPP_HIDE_FROM_ABI constexpr decltype(auto) front() const in decltype() argument 136 _LIBCPP_HIDE_FROM_ABI constexpr decltype(auto) back() in decltype() argument 145 _LIBCPP_HIDE_FROM_ABI constexpr decltype(auto) back() const in decltype() argument 154 _LIBCPP_HIDE_FROM_ABI constexpr decltype(auto) operator[](range_difference_t<_RARange> __index) { in decltype() argument 159 …_LIBCPP_HIDE_FROM_ABI constexpr decltype(auto) operator[](range_difference_t<_RARange> __index) co… in decltype() argument
|
/freebsd/contrib/llvm-project/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 | 1495 template <typename Func> decltype(auto) runSessionLocked(Func &&F) { in decltype() argument
|
/freebsd/contrib/llvm-project/libcxx/include/__iterator/ |
H A D | common_iterator.h | 112 _LIBCPP_HIDE_FROM_ABI constexpr decltype(auto) operator*() { in decltype() argument 118 _LIBCPP_HIDE_FROM_ABI constexpr decltype(auto) operator*() const in decltype() argument
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
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 | TypeSwitch.h | 66 static decltype(auto) castValue(ValueT &&value) { in decltype() argument
|
H A D | StringMapEntry.h | 153 decltype(auto) get(const StringMapEntry<ValueTy> &E) { in decltype() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | GCNRewritePartialRegUses.cpp | 167 const auto [I, Inserted] = SubRegs.try_emplace({Offset, Size}, 0); in getSubReg() local 189 const auto [I, Inserted] = in getSuperRegClassMask() local 204 const auto [I, Inserted] = in getAllocatableAndAlignedRegClassMask() local 430 const auto [I, Inserted] = SubRegs.try_emplace(SubReg); in rewriteReg() local
|
H A D | AMDGPUInsertSingleUseVDST.cpp | 171 const auto [Unit, Mask] = *Units; in runOnMachineFunction() local
|
H A D | AMDGPUAsmPrinter.cpp | 1087 const auto [MinWEU, MaxWEU] = in getSIProgramInfo() local
|
H A D | SIFoldOperands.cpp | 2144 const auto [Reg, SubReg] = Entry; in tryOptimizeAGPRPhis() local
|
H A D | AMDGPUCodeGenPrepare.cpp | 1797 const auto [It, Inserted] = SeenPHIs.insert(&I); in collectPHINodes() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Errno.h | 32 inline decltype(auto) RetryAfterSignal(const FailT &Fail, const Fun &F, in decltype() argument
|
/freebsd/contrib/llvm-project/libcxx/include/__format/ |
H A D | format_arg.h | 102 _LIBCPP_HIDE_FROM_ABI decltype(auto) __visit_format_arg(_Visitor&& __vis, basic_format_arg<_Context… in decltype() argument 291 _LIBCPP_HIDE_FROM_ABI decltype(auto) visit(this basic_format_arg __arg, _Visitor&& __vis) { in decltype() argument 375 _LIBCPP_HIDE_FROM_ABI decltype(auto) in decltype() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | AssumeBundleQueries.cpp | 200 __anonc16652090302(auto, Instruction *I, auto) getKnowledgeValidInContext() argument [all...] |
H A D | Loads.cpp | 167 [&](RetainedKnowledge RK, Instruction *Assume, auto) { in isDereferenceableAndAlignedPointer() argument
|
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
H A D | make_projected.h | 84 _LIBCPP_HIDE_FROM_ABI constexpr decltype(auto) __make_projected_comp(_Comp& __comp, _Proj1& __proj1… in decltype() argument
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | UnixAPIChecker.cpp | 121 const auto [PtrNotNull, PtrNull] = State->assume(*Ptr); in EnsurePtrNotNull() local 343 const auto [LinePtrNotNull, LinePtrNull] = State->assume(*LinePtrSVal); in EnsureGetdelimBufferAndSizeCorrect() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/ |
H A D | wrapper_function_utils.h | 132 static decltype(auto) call(HandlerT &&H, ArgTupleT &Args, in decltype() argument
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
H A D | WrapperFunctionUtils.h | 185 static decltype(auto) call(HandlerT &&H, ArgTupleT &Args, in decltype() argument
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | GlobalISelCombinerEmitter.cpp | 290 return check(P, /*CheckTypeOf*/ [](const auto &) { in processMatchPattern() 372 if (!OTC.check(*Pat, [&](const auto &) { return true; })) in propagateAndInferTypes()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineLoadStoreAlloca.cpp | 72 const auto [Value, IsOffset] = Elem; in isOnlyCopiedFromConstantMemory() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 3340 const auto [ScalarCost, SafeDivisorCost] = getDivRemSpeculationCost(I, VF); in isScalarWithPredication() local 6461 const auto [ScalarCost, SafeDivisorCost] = getDivRemSpeculationCost(I, VF); in getInstructionCost() local 6525 const auto [Op1VK, Op1VP] = TTI::getOperandInfo(Op0); in getInstructionCost() local 6526 const auto [Op2VK, Op2VP] = TTI::getOperandInfo(Op1); in getInstructionCost() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOInstrumentation.cpp | 929 Visit([&TotalNrCallsites](auto *) { ++TotalNrCallsites; }); in instrumentOneFunc() argument
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfDebug.cpp | 3149 [](auto) {}); in emitRangeList() argument
|