Home
last modified time | relevance | path

Searched defs:outer (Results 1 – 25 of 65) sorted by relevance

123

/llvm-project-15.0.7/libcxx/test/std/ranges/range.adaptors/range.join.view/
H A Dend.pass.cpp57 SimpleForwardCommonOuter<ForwardCommonInner> outer{inners}; in test() local
72 SimpleForwardCommonOuter<ForwardNonCommonInner> outer{inners}; in test() local
87 SimpleForwardCommonOuter<InputCommonInner> outer{inners}; in test() local
102 InnerRValue<SimpleForwardCommonOuter<ForwardCommonInner>> outer{inners}; in test() local
115 SimpleForwardNonCommonOuter<ForwardCommonInner> outer{inners}; in test() local
130 SimpleInputCommonOuter<ForwardCommonInner> outer{inners}; in test() local
145 NonSimpleForwardCommonOuter<ForwardCommonInner> outer{inners}; in test() local
160 NonSimpleForwardCommonOuter<ForwardNonCommonInner> outer{inners}; in test() local
175 NonSimpleForwardCommonOuter<InputCommonInner> outer{inners}; in test() local
203 NonSimpleForwardNonCommonOuter<ForwardCommonInner> outer{inners}; in test() local
[all …]
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dwindows-itanium-dllexport.cpp44 struct outer { struct
51 template class __declspec(dllexport) outer<int>; argument
H A Dmingw-template-dllexport.cpp28 struct outer { struct
35 template <class T> void outer<T>::f() {} in f() argument
38 template class __declspec(dllexport) outer<int>; variable
H A Ddebug-info-template-member.cpp78 struct outer { struct
85 void func(outer<foo>::inner); argument
H A Dx86_64-arguments.cpp123 struct outer { struct
124 int x;
125 struct epsilon_matcher {} e;
126 int f;
/llvm-project-15.0.7/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.cnstr/
H A Ddeduct.pass.cpp27 OuterAlloc outer(3); in main() local
43 OuterAlloc outer(3); in main() local
55 OuterAlloc outer(3); in main() local
/llvm-project-15.0.7/clang/test/PCH/
H A Dcxx-variadic-templates.h20 template<typename...Ts> struct outer { struct
25 template struct outer<int, int>; argument
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dattr-cxx0x.cpp27 template <typename... A> struct outer { struct
31 outer<int>::inner<short, double> mismatched_packs; // expected-note {{in instantiation of}} argument
H A Dstatic-cast.cpp147 template<typename E> struct outer { struct
148 base *pb;
149 ~outer() { (void)static_cast<derived<E>*>(pb); } in ~outer()
H A Dcxx2a-template-lambdas.cpp40 constexpr T outer() { in outer() function
/llvm-project-15.0.7/clang/test/Index/
H A Dannotate-nested-name-specifier.cpp1 namespace outer { namespace
20 namespace outer { namespace
44 namespace outer { namespace
61 namespace outer { namespace
113 namespace outer { namespace
/llvm-project-15.0.7/clang/test/CXX/expr/expr.prim/expr.prim.general/
H A Dp8-0x.cpp7 struct outer { struct
8 struct middle {
33 …a.decltype(outer::middle())::mfunc(); // expected-error{{'PR10127::outer::middle::mfunc' is not a … in scope()
/llvm-project-15.0.7/flang/test/Semantics/
H A Dresolve69.f9069 subroutine outer subroutine
78 end subroutine outer argument
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dstmtexpr-init.c24 struct outer { struct
33 struct outer X = {ARRAY_PTR(10, 20, 30)}; in T2() argument
H A Dlineno-dbginfo.c8 int outer = 42; variable
/llvm-project-15.0.7/libcxx/test/std/ranges/range.adaptors/range.join.view/iterator/
H A Dctor.other.pass.cpp55 ConstCompatibleOuter<ConstIncompatibleInner> outer{inners}; in test() local
68 ConstIncompatibleOuter<ConstCompatibleInner> outer{inners}; in test() local
H A Ddecrement.pass.cpp122 InnerRValue<BidiCommonOuter<BidiCommonInner>> outer{inners}; in test() local
130 SimpleForwardCommonOuter<BidiCommonInner> outer{inners}; in test() local
H A Dctor.parent.outer.pass.cpp43 auto outer = std::views::all(inners); in test() local
H A Deq.pass.cpp39 InnerRValue<BidiCommonOuter<BidiCommonInner>> outer{inners}; in test() local
/llvm-project-15.0.7/mlir/include/mlir/Interfaces/
H A DDataLayoutInterfaces.h111 defaultCombine(DataLayoutEntryInterface outer, in defaultCombine()
122 combine(DataLayoutEntryInterface outer, in combine()
/llvm-project-15.0.7/libcxx/test/std/containers/sequences/vector/vector.modifiers/
H A Derase_iter_iter.pass.cpp78 std::vector<std::vector<int> > outer(2, std::vector<int>(1)); in tests() local
130 …min_allocator<int>>, min_allocator<std::vector<int, min_allocator<int>>>> outer(2, std::vector<int… in tests() local
/llvm-project-15.0.7/lldb/test/API/functionalities/pointer_num_children/
H A Dmain.cpp12 Outer outer{&inner}; in main() local
/llvm-project-15.0.7/mlir/lib/Conversion/PDLToPDLInterp/
H A DRootOrdering.cpp57 for (auto outer = graph.begin(), e = graph.end(); outer != e; ++outer) { in contract() local
137 for (const auto &outer : graph) { in solve() local
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dclass-template-spec.cpp145 template<int A> struct outer { struct
146 template<int B, int C> struct inner {};
147 template<int C> struct inner<A * 2, C> {};
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DHoistPadding.cpp373 static bool isDefinedOutsideOrConstant(scf::ForOp outer, Value v) { in isDefinedOutsideOrConstant()
381 static Value buildLoopIterationCount(OpBuilder &b, scf::ForOp outer, in buildLoopIterationCount()
408 scf::ForOp outer = analysis.outermostEnclosingForOp; in hoistPaddingOnTensors() local

123