HomeSort by relevance Sort by last modified time
    Searched full:instantiation (Results 251 - 275 of 2535) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Sema/
Template.h 24 /// lists for use in template instantiation.
209 /// this template instantiation.
219 /// This mapping is used during instantiation to keep track of,
231 /// For a parameter pack, the local instantiation scope may contain a
240 /// definitions from some other instantiation (that may not be
284 /// \brief Exit this local instantiation scope early.
347 /// \brief Find the instantiation of the declaration D within the current
348 /// instantiation scope.
350 /// \param D The declaration whose instantiation we are searching for.
407 /// enclosing class's instantiation is complete
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Sema/
Template.h 24 /// lists for use in template instantiation.
209 /// this template instantiation.
219 /// This mapping is used during instantiation to keep track of,
231 /// For a parameter pack, the local instantiation scope may contain a
240 /// definitions from some other instantiation (that may not be
284 /// \brief Exit this local instantiation scope early.
347 /// \brief Find the instantiation of the declaration D within the current
348 /// instantiation scope.
350 /// \param D The declaration whose instantiation we are searching for.
407 /// enclosing class's instantiation is complete
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Template.h 24 /// lists for use in template instantiation.
209 /// this template instantiation.
219 /// This mapping is used during instantiation to keep track of,
231 /// For a parameter pack, the local instantiation scope may contain a
240 /// definitions from some other instantiation (that may not be
284 /// \brief Exit this local instantiation scope early.
347 /// \brief Find the instantiation of the declaration D within the current
348 /// instantiation scope.
350 /// \param D The declaration whose instantiation we are searching for.
407 /// enclosing class's instantiation is complete
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Sema/
Template.h 24 /// lists for use in template instantiation.
209 /// this template instantiation.
219 /// This mapping is used during instantiation to keep track of,
231 /// For a parameter pack, the local instantiation scope may contain a
240 /// definitions from some other instantiation (that may not be
284 /// \brief Exit this local instantiation scope early.
347 /// \brief Find the instantiation of the declaration D within the current
348 /// instantiation scope.
350 /// \param D The declaration whose instantiation we are searching for.
407 /// enclosing class's instantiation is complete
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Sema/
Template.h 24 /// lists for use in template instantiation.
209 /// this template instantiation.
219 /// This mapping is used during instantiation to keep track of,
231 /// For a parameter pack, the local instantiation scope may contain a
240 /// definitions from some other instantiation (that may not be
284 /// \brief Exit this local instantiation scope early.
347 /// \brief Find the instantiation of the declaration D within the current
348 /// instantiation scope.
350 /// \param D The declaration whose instantiation we are searching for.
407 /// enclosing class's instantiation is complete
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Sema/
Template.h 24 /// lists for use in template instantiation.
209 /// this template instantiation.
219 /// This mapping is used during instantiation to keep track of,
231 /// For a parameter pack, the local instantiation scope may contain a
240 /// definitions from some other instantiation (that may not be
284 /// \brief Exit this local instantiation scope early.
347 /// \brief Find the instantiation of the declaration D within the current
348 /// instantiation scope.
350 /// \param D The declaration whose instantiation we are searching for.
407 /// enclosing class's instantiation is complete
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Sema/
Template.h 24 /// lists for use in template instantiation.
209 /// this template instantiation.
219 /// This mapping is used during instantiation to keep track of,
231 /// For a parameter pack, the local instantiation scope may contain a
240 /// definitions from some other instantiation (that may not be
284 /// \brief Exit this local instantiation scope early.
347 /// \brief Find the instantiation of the declaration D within the current
348 /// instantiation scope.
350 /// \param D The declaration whose instantiation we are searching for.
407 /// enclosing class's instantiation is complete
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Sema/
Template.h 24 /// lists for use in template instantiation.
209 /// this template instantiation.
219 /// This mapping is used during instantiation to keep track of,
231 /// For a parameter pack, the local instantiation scope may contain a
240 /// definitions from some other instantiation (that may not be
284 /// \brief Exit this local instantiation scope early.
347 /// \brief Find the instantiation of the declaration D within the current
348 /// instantiation scope.
350 /// \param D The declaration whose instantiation we are searching for.
407 /// enclosing class's instantiation is complete
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Sema/
Template.h 24 /// lists for use in template instantiation.
209 /// this template instantiation.
219 /// This mapping is used during instantiation to keep track of,
231 /// For a parameter pack, the local instantiation scope may contain a
240 /// definitions from some other instantiation (that may not be
284 /// \brief Exit this local instantiation scope early.
347 /// \brief Find the instantiation of the declaration D within the current
348 /// instantiation scope.
350 /// \param D The declaration whose instantiation we are searching for.
407 /// enclosing class's instantiation is complete
    [all...]
  /external/clang/test/CXX/class/class.union/
p1.cpp 116 union { // expected-note 6 {{in instantiation of member class}}
126 Either<int,Virtual> virt(0); // expected-note {{in instantiation of template}}
127 Either<int,VirtualBase> vbase(0); // expected-note {{in instantiation of template}}
128 Either<int,Ctor> ctor(0); // expected-note {{in instantiation of template}}
129 Either<int,CopyCtor> copyctor(0); // expected-note {{in instantiation of template}}
130 Either<int,CopyAssign> copyassign(0); // expected-note {{in instantiation of template}}
131 Either<int,Dtor> dtor(0); // expected-note {{in instantiation of template}}
  /external/clang/test/SemaCXX/
cxx1y-generic-lambdas-capturing.cpp 107 L('s'); //expected-note{{in instantiation of}}
264 N(5); //expected-note{{in instantiation of}}
268 int run = (yi.foo(3.14), 0); //expected-note{{in instantiation of}}
291 N(5); //expected-note{{in instantiation of}}
295 int run = (yi.foo(3.14), 0); //expected-note{{in instantiation of}}
344 N(5); //expected-note{{in instantiation of}}
348 int run = (yi.foo(3.14), 0); //expected-note{{in instantiation of}}
376 N_char(3); //expected-note{{in instantiation of}}
380 int run = (yi.foo('a'), 0); //expected-note{{in instantiation of}}
429 N(3); //expected-note{{in instantiation of}
    [all...]
implicit-member-functions.cpp 65 // expected-note@-1 {{in instantiation of template class}}
67 // expected-note@-1 {{in instantiation of default argument}}
111 // pair's templated constructor, which triggers instantiation of the
blocks.cpp 112 // instantiation. The template function has to be constexpr because
113 // we'll otherwise delay its instantiation to the end of the
ms-interface.cpp 69 // expected-note@+1 {{in instantiation of template class 'I6<S>' requested here}}
74 // expected-note@+1 {{in instantiation of template class 'I6<C>' requested here}}
new-null.cpp 54 template struct S4<false>; // expected-note {{in instantiation of}}
63 template struct S5<int>; // expected-note {{in instantiation of}}
switch.cpp 58 template void foo<C>(); //expected-note {{in instantiation}}
101 template void f(S); // expected-note {{instantiation of}}
  /external/clang/test/CXX/class/class.mfct/class.mfct.non-static/
p3.cpp 93 a.test0(); // no instantiation note here, decl is ill-formed
95 a.test2(); // expected-note {{in instantiation}}
96 a.test3(); // expected-note {{in instantiation}}
  /external/clang/test/SemaTemplate/
instantiate-static-var.cpp 12 X<int, 0> xi0; // expected-note{{in instantiation of template class 'X<int, 0>' requested here}}
26 Y<float> fy; // expected-note{{in instantiation of template class 'Y<float>' requested here}}
47 NoDefCon &NDC = Z<NoDefCon>::value; // expected-note{{instantiation}}
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/
p6-0x.cpp 29 using func_type_lvalue = wrap<>::val; // expected-note{{in instantiation of}}
31 using func_type_rvalue = wrap<func_type_rvalue>::val; // expected-note{{in instantiation of}}
  /external/clang/test/CXX/drs/
dr17xx.cpp 42 L l(value); // expected-note {{instantiation of}}
46 S s(q); // expected-note {{instantiation of}}
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p23.cpp 71 template void init_capture_pack_multi(); // expected-note {{instantiation}}
73 template void init_capture_pack_multi(int, int); // expected-note {{instantiation}}
  /external/clang/test/CXX/temp/temp.arg/temp.arg.type/
p2.cpp 9 A<function> a; // expected-note{{instantiation of}}
14 B<function> b; // expected-note{{instantiation of}}
  /external/clang/test/CXX/temp/temp.decls/temp.class.spec/
p6.cpp 37 // Check for conflicts during template instantiation.
45 Outer<int, int> outer; // expected-note{{instantiation}}
  /external/clang/test/PCH/
headersearch.cpp 32 // Check diagnostic with instantiation location in original source:
42 #ifdef INSTANTIATION
  /external/clang/test/Sema/
tls_alignment.cpp 69 // The check is only performed during instantiation.
75 S<64> s_instance; // expected-note{{in instantiation of template class 'S<64>' requested here}}

Completed in 1080 milliseconds

<<11121314151617181920>>