| /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 | 49 template <typename Func> decltype(auto) withContextDo(Func &&F) { in decltype() argument 57 template <typename Func> decltype(auto) withContextDo(Func &&F) const { in decltype() argument 113 template <typename Func> decltype(auto) withModuleDo(Func &&F) { in decltype() argument 122 template <typename Func> decltype(auto) withModuleDo(Func &&F) const { in decltype() argument 132 template <typename Func> decltype(auto) consumingModuleDo(Func &&F) { in decltype() argument
|
| H A D | Core.h | 1419 template <typename Func> decltype(auto) runSessionLocked(Func &&F) { in decltype() argument
|
| /freebsd/contrib/llvm-project/libcxx/include/__iterator/ |
| H A D | common_iterator.h | 114 _LIBCPP_HIDE_FROM_ABI constexpr decltype(auto) operator*() { in decltype() argument 120 _LIBCPP_HIDE_FROM_ABI constexpr decltype(auto) operator*() const in decltype() argument 240 _LIBCPP_HIDE_FROM_ABI friend constexpr decltype(auto) 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 | StringMapEntry.h | 152 decltype(auto) get(StringMapEntry<ValueTy> &E) { in decltype() argument 161 decltype(auto) get(const StringMapEntry<ValueTy> &E) { in decltype() argument
|
| H A D | TypeSwitch.h | 66 static decltype(auto) castValue(ValueT &&value) { in decltype() argument
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Errno.h | 33 inline decltype(auto) RetryAfterSignal(const FailT &Fail, const Fun &F, in decltype() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | GCNRewritePartialRegUses.cpp | 154 const auto [I, Inserted] = SubRegs.try_emplace({Offset, Size}, 0); in getSubReg() local 175 const auto [I, Inserted] = in getSuperRegClassMask() local 191 const auto [I, Inserted] = in getAllocatableAndAlignedRegClassMask() local
|
| H A D | AMDGPUSubtarget.cpp | 84 const auto [MinWGSize, MaxWGSize] = FlatWorkGroupSizes; in getOccupancyWithWorkGroupSizes() local
|
| H A D | AMDGPUAsmPrinter.cpp | 468 const auto [MinWEU, MaxWEU] = AMDGPU::getIntegerPairAttribute( in validateMCResourceInfo() local 1264 const auto [MinWEU, MaxWEU] = in getSIProgramInfo() local
|
| /freebsd/contrib/llvm-project/libcxx/include/__format/ |
| H A D | format_arg.h | 104 _LIBCPP_HIDE_FROM_ABI decltype(auto) __visit_format_arg(_Visitor&& __vis, basic_format_arg<_Context… in decltype() argument 293 _LIBCPP_HIDE_FROM_ABI decltype(auto) visit(this basic_format_arg __arg, _Visitor&& __vis) { in decltype() argument 377 _LIBCPP_HIDE_FROM_ABI decltype(auto) in decltype() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | AssumeBundleQueries.cpp | 191 [&](auto, Instruction *I, auto) { in getKnowledgeValidInContext() argument
|
| H A D | Loads.cpp | 53 [&](RetainedKnowledge RK, Instruction *Assume, auto) { in isDereferenceableAndAlignedPointerViaAssumption() argument
|
| /freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
| H A D | make_projected.h | 82 _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 | 134 const auto [PtrNotNull, PtrNull] = State->assume(*Ptr); in EnsurePtrNotNull() local 346 const auto [LinePtrNotNull, LinePtrNull] = State->assume(*LinePtrSVal); in EnsureGetdelimBufferAndSizeCorrect() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelDAGToDAG.cpp | 1034 const auto [Ordering, Scope] = insertMemoryInstructionFence(DL, Chain, LD); in tryLoad() local 1107 const auto [Ordering, Scope] = insertMemoryInstructionFence(DL, Chain, LD); in tryLoadVector() local 1320 const auto [Ordering, Scope] = insertMemoryInstructionFence(DL, Chain, ST); in tryStore() local 1374 const auto [Ordering, Scope] = insertMemoryInstructionFence(DL, Chain, ST); in tryStoreVector() local
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | CoverageExporterJson.cpp | 113 const auto [TrueDecisions, FalseDecisions] = Record.getDecisions(); in renderMCDCRecord() local
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/orc/ |
| H A D | wrapper_function_utils.h | 131 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/lib/CodeGen/ |
| H A D | RegisterBankInfo.cpp | 105 const auto [RegRCIt, Inserted] = PhysRegMinimalRCs.try_emplace(Reg); in getMinimalPhysRegClass() local
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | DAGISelMatcherEmitter.cpp | 74 const auto [It, Inserted] = in getPatternIdxFromTable() local
|
| H A D | GlobalISelCombinerEmitter.cpp | 283 return check(P, /*CheckTypeOf*/ [](const auto &) { in processMatchPattern() 365 if (!OTC.check(*Pat, [&](const auto &) { return true; })) in propagateAndInferTypes()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | CodeGenSchedule.cpp | 259 const auto [It, Inserted] = Declarations.try_emplace(Name, R); in checkSTIPredicates() local 414 const auto [It, Inserted] = in collectSTIPredicates() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineLoadStoreAlloca.cpp | 65 const auto [Value, IsOffset] = Elem; in isOnlyCopiedFromConstantMemory() local
|