Home
last modified time | relevance | path

Searched defs:auto (Results 1 – 25 of 28) 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.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.h1495 template <typename Func> decltype(auto) runSessionLocked(Func &&F) { in decltype() argument
/freebsd/contrib/llvm-project/libcxx/include/__iterator/
H A Dcommon_iterator.h112 _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 Dfallible_iterator.h99 decltype(auto) operator*() { return *I; } in decltype() argument
102 decltype(auto) operator*() const { return *I; } in decltype() argument
H A DTypeSwitch.h66 static decltype(auto) castValue(ValueT &&value) { in decltype() argument
H A DStringMapEntry.h153 decltype(auto) get(const StringMapEntry<ValueTy> &E) { in decltype() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRewritePartialRegUses.cpp167 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 DAMDGPUInsertSingleUseVDST.cpp171 const auto [Unit, Mask] = *Units; in runOnMachineFunction() local
H A DAMDGPUAsmPrinter.cpp1087 const auto [MinWEU, MaxWEU] = in getSIProgramInfo() local
H A DSIFoldOperands.cpp2144 const auto [Reg, SubReg] = Entry; in tryOptimizeAGPRPhis() local
H A DAMDGPUCodeGenPrepare.cpp1797 const auto [It, Inserted] = SeenPHIs.insert(&I); in collectPHINodes() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DErrno.h32 inline decltype(auto) RetryAfterSignal(const FailT &Fail, const Fun &F, in decltype() argument
/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformat_arg.h102 _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 DAssumeBundleQueries.cpp200 __anonc16652090302(auto, Instruction *I, auto) getKnowledgeValidInContext() argument
[all...]
H A DLoads.cpp167 [&](RetainedKnowledge RK, Instruction *Assume, auto) { in isDereferenceableAndAlignedPointer() argument
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dmake_projected.h84 _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.cpp121 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 Dwrapper_function_utils.h132 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/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp290 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 DInstCombineLoadStoreAlloca.cpp72 const auto [Value, IsOffset] = Elem; in isOnlyCopiedFromConstantMemory() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3340 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 DPGOInstrumentation.cpp929 Visit([&TotalNrCallsites](auto *) { ++TotalNrCallsites; }); in instrumentOneFunc() argument
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp3149 [](auto) {}); in emitRangeList() argument

12