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

1 2 3 4 56 7 8 91011>>

  /external/llvm/test/MC/AsmParser/
macros-darwin.s 12 // CHECK-ERRORS: <instantiation>:1:1: error: unknown directive
15 // CHECK-ERRORS: <instantiation>:1:1: note: while in macro instantiation
18 // CHECK-ERRORS: 11:1: note: while in macro instantiation
macros-gas.s 12 // CHECK-ERRORS: <instantiation>:1:1: error: unknown directive
15 // CHECK-ERRORS: <instantiation>:1:1: note: while in macro instantiation
18 // CHECK-ERRORS: 11:1: note: while in macro instantiation
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
audio_decoder_isacfix.cc 17 // Explicit instantiation:
audio_encoder_isacfix.cc 17 // Explicit instantiation:
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
audio_decoder_isac.cc 17 // Explicit instantiation:
audio_encoder_isac.cc 17 // Explicit instantiation:
  /frameworks/native/libs/vr/libpdx/
mock_tests.cpp 8 TEST(MockTypes, Instantiation) {
  /frameworks/support/compat/src/main/java/androidx/core/app/
AppComponentFactory.java 93 * This method is only intended to provide a hook for instantiation. It does not provide
97 * @param cl The default classloader to use for instantiation.
115 * This method is only intended to provide a hook for instantiation. It does not provide
119 * @param cl The default classloader to use for instantiation.
138 * @param cl The default classloader to use for instantiation.
158 * This method is only intended to provide a hook for instantiation. It does not provide
162 * @param cl The default classloader to use for instantiation.
181 * This method is only intended to provide a hook for instantiation. It does not provide
185 * @param cl The default classloader to use for instantiation.
  /external/clang/test/SemaTemplate/
instantiate-local-class.cpp 37 // Instantiation of local classes with virtual functions.
401 struct S { // expected-note{{in instantiation of member class 'S' requested here}}
405 template void f1<int>(); // expected-note{{in instantiation of function template specialization 'PR21332::f1<int>' requested here}}
408 struct S { // expected-note{{in instantiation of member class 'S' requested here}}
412 template void f2<int>(); // expected-note{{in instantiation of function template specialization 'PR21332::f2<int>' requested here}}
419 template void f3<int>(); //expected-note{{in instantiation of function template specialization 'PR21332::f3<int>' requested here}}
426 template void f4<int>(); // expected-note{{in instantiation of function template specialization 'PR21332::f4<int>' requested here}}
429 class S { // expected-note {{in instantiation of default member initializer 'PR21332::f5()::S::val' requested here}}
433 template void f5<int>(); // expected-note {{in instantiation of function template specialization 'PR21332::f5<int>' requested here}}
436 class S { // expected-note {{in instantiation of member function 'PR21332::f6()::S::get' requested here}
    [all...]
attributes.cpp 14 typedef check<N == sizeof(X<N>)> t; // expected-note {{in instantiation}}
19 check_alignment<3>::t c3; // expected-note 2 {{in instantiation}}
copy-ctor-assign.cpp 29 return x; // expected-note{{instantiation}}
35 x = xmptr; // expected-note{{instantiation}}
elaborated-type-specifier.cpp 19 template class D<D2>; // expected-note{{in instantiation of}}
20 template class D<D3>; // expected-note{{in instantiation of}}
instantiate-anonymous-union.cpp 51 // Check for problems related to PR7402 that occur when template instantiation
63 // Check that this requirement survives instantiation.
instantiate-call.cpp 33 template struct N3::call_f0<int, char&>; // expected-note{{instantiation}}
48 template struct N3::call_f0<int, short&>; // expected-note{{instantiation}}
  /external/clang/test/Analysis/
templates.cpp 59 // force instantiation
70 // force instantiation
  /external/clang/test/CXX/except/except.spec/
p2-dynamic-types.cpp 15 // Don't suppress errors in template instantiation.
18 void tf() throw(TEx<int>); // expected-error {{implicit instantiation of undefined template}}
  /external/clang/test/CXX/expr/expr.unary/expr.sizeof/
p5-0x.cpp 12 // Test instantiation
16 // Test instantiation involving function parameter packs.
  /external/clang/test/CXX/temp/temp.decls/temp.class/temp.static/
p1-inst.cpp 5 // Test instantiation of static data members declared out-of-line.
32 return X<CannotInit>::value; // expected-note{{instantiation}}
  /external/clang/test/CXX/temp/temp.spec/temp.explicit/
p3-0x.cpp 4 // If the name declared in the explicit instantiation is an
5 // unqualified name, the explicit instantiation shall appear in the
  /external/clang/test/CodeGenCXX/
debug-info-template-fwd.cpp 20 // During the instantiation of Derived<int>, Base<int> becomes required to be
26 // complete during the instantiation of Derived<int> is a no-op because
template-anonymous-types.cpp 29 // BAR's instantiation of X:
33 // FOO's instantiation of X:
  /external/clang/test/PCH/
crash-12631281.cpp 29 return __equal_range(a); // expected-note {{instantiation}}
34 return equal_range(0); // expected-note {{instantiation}}
macro-undef.cpp 32 f<int>(); // expected-note {{instantiation}}
33 g<int>(); // expected-note {{instantiation}}
  /external/clang/test/SemaCXX/
attr-mode-tmpl.cpp 33 // are NOT diagnosed twice during instantiation.
82 CheckEnumerations<EnumType>(); // expected-note{{in instantiation of}}
85 CheckPrimitiveTypes<S>(); // expected-note{{in instantiation of}}
88 CheckMachineMode<int>(); // expected-note{{in instantiation of}}
89 CheckMachineMode<EnumType>(); // expected-note{{in instantiation of}}
90 CheckMachineMode<float>(); // expected-note{{in instantiation of}}
101 TemplatedStruct<int> s1; // expected-note{{in instantiation of}}
102 TemplatedStruct<EnumType> s2; // expected-note{{in instantiation of}}
  /external/clang/test/SemaObjCXX/
deduction.mm 56 template struct tester<Test1Class>; // expected-note {{in instantiation}}
57 template struct tester<Test1Class<Test1Protocol> >; // expected-note {{in instantiation}}

Completed in 436 milliseconds

1 2 3 4 56 7 8 91011>>