Home
last modified time | relevance | path

Searched refs:instantiation (Results 1 – 25 of 173) sorted by relevance

1234567

/external/scapy/scapy/contrib/
Dgtp.uts46 = IE_Cause(), basic instantiation
56 = IE_IMSI(), basic instantiation
66 = IE_Routing(), basic instantiation
76 = IE_Recovery(), basic instantiation
86 = IE_SelectionMode(), basic instantiation
96 = IE_TEIDI(), basic instantiation
106 = IE_TEICP(), basic instantiation
116 = IE_Teardown(), basic instantiation
126 = IE_NSAPI(), basic instantiation
136 = IE_ChargingCharacteristics(), basic instantiation
[all …]
Dgtp_v2.uts12 = GTPV2EchoRequest, basic instantiation
16 = GTPV2CreateSessionRequest, basic instantiation
43 = IE_IMSI, basic instantiation
53 = IE_Cause, basic instantiation
58 = IE_Cause, basic instantiation 2
63 = IE_Cause, basic instantiation 3
74 = IE_RecoveryRestart, basic instantiation
85 = IE_APN, basic instantiation
95 = IE_AMBR, basic instantiation
106 = IE_EPSBearerID, basic instantiation
[all …]
/external/clang/test/SemaObjCXX/
Dinstantiate-expr.mm14 // Test instantiation of value-dependent ObjCIvarRefExpr,
27 template void f<6, Class>(int, int); // expected-note{{in instantiation of}}
28 template void f<7, Class>(int*, int); // expected-note{{in instantiation of}}
29 template void f<8, Class>(int, double*); // expected-note{{in instantiation of}}
30 template void f<9, int>(int, int); // expected-note{{in instantiation of}}
32 // Test instantiation of unresolved member reference expressions to an
41 template void f2(A*, int*, int); // expected-note{{instantiation of}}
42 template void f2(A*, int, double*); // expected-note{{instantiation of}}
44 // Test instantiation of unresolved member referfence expressions to
52 template void f3<Class>(id); // expected-note{{in instantiation of}}
[all …]
Dinstantiate-stmt.mm13 template void throw_test(int); // expected-note{{in instantiation of}}
24 template void synchronized_test(int); // expected-note{{in instantiation of}}
59 template void fast_enumeration_test<int>(NSArray*); // expected-note{{in instantiation of}}
60 template void fast_enumeration_test<NSString *>(vector); // expected-note{{in instantiation of}}
77 template void try_catch_finally_test<NSString *>(int*); // expected-note{{in instantiation of}}
78 template void try_catch_finally_test<NSString>(int); // expected-note{{in instantiation of function…
Dinstantiate-message.mm3 // Test template instantiation of Objective-C message sends.
28 …void test_class_method<ClassMethods2, ClassMethods2>(int*); // expected-note{{in instantiation of}}
50 …_instance_method<InstanceMethods2, InstanceMethods2>(int*); // expected-note{{in instantiation of}}
Dliterals.mm113 template void test_array_literals(int); // expected-note{{in instantiation of function template spe…
130 template void test_dictionary_literals(int, id); // expected-note{{in instantiation of function tem…
131 template void test_dictionary_literals(id, int); // expected-note{{in instantiation of function tem…
144 template void test_variadic_array_literal(id, int, NSArray*); // expected-note{{in instantiation of…
170 template void test_variadic_dictionary_expansion(NSNumber *, // expected-note{{in instantiation of …
173 template void test_variadic_dictionary_expansion(NSNumber *, // expected-note{{in instantiation of …
Dproperty-synthesis-error.mm88 // Check error handling for instantiation during property synthesis.
104 // expected-note {{in instantiation of template class}} \
105 // expected-note {{in instantiation of member function}}
Dobjc-container-subscripting.mm23 …nary_subscripts(NSMutableDictionary*, int, id); // expected-note {{in instantiation of function te…
25 …nary_subscripts(NSMutableDictionary*, id, int); // expected-note {{in instantiation of function te…
45 …array_subscripts(NSMutableArray *, double, id); // expected-note {{in instantiation of function te…
126 return array[N]; // array[N] should be a value- and instantiation-dependent ObjCSubscriptRefExpr
Ddeduction.mm56 template struct tester<Test1Class>; // expected-note {{in instantiation}}
57 template struct tester<Test1Class<Test1Protocol> >; // expected-note {{in instantiation}}
Dparameterized_classes_subst.mm372 // Template instantiation
392 …eDictionaryOf<NSObject *, NSString *>::type Dict2; // expected-note{{in instantiation of template}}
401 …eDictionaryOf<NSObject *, NSString *>::type Dict2; // expected-note{{in instantiation of template}}
403 …f<NSString *, NSObject *, NSObject *>::type Dict3; // expected-note{{in instantiation of template}}
405 …typedef VariadicNSMutableDictionaryOf<NSString *>::type Dict3; // expected-note{{in instantiation
425 …DictionaryBuilder>::type DependentTemplateFail1; // expected-note{{in instantiation of template cl…
Dparameters.mm11 X0<A> x0a; // expected-note{{instantiation}}
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/
DInstantiationSet.java29 public InstantiationSet withInstantiation(Instantiation instantiation) { in withInstantiation() argument
32 newInstance.instantiations.add(instantiation); in withInstantiation()
63 for (Instantiation instantiation : instantiations) { in apply()
64 …type = type.replaceTypeVariables(instantiation.getInferenceVariable().getTypeParameterDeclaration(… in apply()
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-cov/
DhideUnexecutedSubviews.test3 …ions.covmapping -instr-profile %t.profdata -show-region-summary -show-instantiation-summary -path-…
5 …ng -instr-profile %t.profdata -format html -show-region-summary -show-instantiation-summary -o %t.…
8 FILE: Unexecuted instantiation: _Z4funcIiEiT_
9 FILE: Unexecuted instantiation: _Z4funcIbEiT_
10 FILE-NOT: Unexecuted instantiation
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AsmParser/
Dat-pseudo-variable-bad.s15 # CHECK: :[[@LINE-4]]:1: note: while in macro instantiation
22 # CHECK: :[[@LINE-4]]:1: note: while in macro instantiation
/external/llvm/test/MC/AsmParser/
Dat-pseudo-variable-bad.s15 # CHECK: :[[@LINE-4]]:1: note: while in macro instantiation
22 # CHECK: :[[@LINE-4]]:1: note: while in macro instantiation
/external/clang/test/SemaTemplate/
Dinstantiate-objc-1.mm68 template struct BoxingTest<int *>; // expected-note {{in instantiation of member function 'B…
69 template struct BoxingTest<long double>; // expected-note {{in instantiation of member function 'B…
/external/clang/test/SemaCXX/
Dwarn-unused-variables-error.cpp8 … expected-error{{implicit instantiation of undefined template 'PR6948::X<char>'}} in f()
Dcxx0x-defaulted-functions.cpp114 expected-note {{instantiation of exception specification for 'Error'}} \
115 expected-note {{instantiation of exception specification for '~Error'}}
/external/python/cpython2/Demo/metaclasses/
Dmeta-vladimir.txt45 b) Class instantiation
48 called instantiation of the class A. After an instantiation of A, we
175 b) Meta-class instantiation
178 called instantiation of the meta-class M. After an instantiation of M,
/external/libcxx/docs/DesignDocs/
DVisibilityMacros.rst132 by the explicit instantiation in the dylib.
142 instantiation, while the latter forces it. Specifying both on the same
153 Mark the member functions, typeinfo, and vtable of an explicit instantiation
157 It is only necessary to mark the explicit instantiation itself (as opposed to
164 `_LIBCPP_TYPE_VIS` or classes with an extern template instantiation
175 either marked `_LIBCPP_TYPE_VIS` or with extern template instantiation
/external/llvm/test/MC/ARM/
Deh-directive-section-comdat.s6 @ In C++, the instantiation of the template will come with linkonce (or
8 @ instantiation. When the exception handling is enabled on those function,
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
Deh-directive-section-comdat.s6 @ In C++, the instantiation of the template will come with linkonce (or
8 @ instantiation. When the exception handling is enabled on those function,
/external/clang/test/PCH/
Dpragma-diag-section.cpp30 expected-note@41 {{in instantiation of member function}} \ in m()
/external/libcxx/lib/abi/
DCHANGELOG.TXT54 an implicit instantiation present in the shared object itself only. Furthermore,
58 it's an implicit instantiation).
92 instantiation present in the dylib itself only. Furthermore, if a user's
96 using the symbol in their dylib (because it's an implicit instantiation).
/external/tensorflow/tensorflow/core/grappler/utils/
Dfunctions.cc430 GrapplerFunctionItemInstantiation instantiation(func_instantiation_attr); in InstantiationTypeParameters() local
437 TF_RETURN_IF_ERROR(instantiation.GetArgType(arg, &data_type)); in InstantiationTypeParameters()
502 GrapplerFunctionItemInstantiation instantiation(func_instantiation_attr); in MakeGrapplerFunctionItem() local
545 TF_RETURN_IF_ERROR(instantiation.GetArgType(input, &input_data_type)); in MakeGrapplerFunctionItem()
608 TF_RETURN_IF_ERROR(instantiation.GetArgType(out, &output_data_type)); in MakeGrapplerFunctionItem()

1234567