Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Dview_interface.h118 _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 DThreadSafeModule.h49 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 DCore.h1419 template <typename Func> decltype(auto) runSessionLocked(Func &&F) { in decltype() argument
/freebsd/contrib/llvm-project/libcxx/include/__iterator/
H A Dcommon_iterator.h114 _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 Dfallible_iterator.h99 decltype(auto) operator*() { return *I; } in decltype() argument
102 decltype(auto) operator*() const { return *I; } in decltype() argument
H A DStringMapEntry.h152 decltype(auto) get(StringMapEntry<ValueTy> &E) { in decltype() argument
161 decltype(auto) get(const StringMapEntry<ValueTy> &E) { in decltype() argument
H A DTypeSwitch.h66 static decltype(auto) castValue(ValueT &&value) { in decltype() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DErrno.h33 inline decltype(auto) RetryAfterSignal(const FailT &Fail, const Fun &F, in decltype() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRewritePartialRegUses.cpp154 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 DAMDGPUSubtarget.cpp84 const auto [MinWGSize, MaxWGSize] = FlatWorkGroupSizes; in getOccupancyWithWorkGroupSizes() local
H A DAMDGPUAsmPrinter.cpp468 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 Dformat_arg.h104 _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 DAssumeBundleQueries.cpp191 [&](auto, Instruction *I, auto) { in getKnowledgeValidInContext() argument
H A DLoads.cpp53 [&](RetainedKnowledge RK, Instruction *Assume, auto) { in isDereferenceableAndAlignedPointerViaAssumption() argument
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dmake_projected.h82 _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 DUnixAPIChecker.cpp134 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 DNVPTXISelDAGToDAG.cpp1034 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 DCoverageExporterJson.cpp113 const auto [TrueDecisions, FalseDecisions] = Record.getDecisions(); in renderMCDCRecord() local
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dwrapper_function_utils.h131 static decltype(auto) call(HandlerT &&H, ArgTupleT &Args, in decltype() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DWrapperFunctionUtils.h185 static decltype(auto) call(HandlerT &&H, ArgTupleT &Args, in decltype() argument
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterBankInfo.cpp105 const auto [RegRCIt, Inserted] = PhysRegMinimalRCs.try_emplace(Reg); in getMinimalPhysRegClass() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp74 const auto [It, Inserted] = in getPatternIdxFromTable() local
H A DGlobalISelCombinerEmitter.cpp283 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 DCodeGenSchedule.cpp259 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 DInstCombineLoadStoreAlloca.cpp65 const auto [Value, IsOffset] = Elem; in isOnlyCopiedFromConstantMemory() local

12