HomeSort by relevance Sort by last modified time
    Searched full:specialized (Results 1 - 25 of 1914) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/skia/site/user/special/
index.md 0 Specialized Builds
  /external/clang/test/SemaTemplate/
ext_ms_template_spec.cpp 6 class ClassTemplate; // expected-note {{explicitly specialized declaration is here}}
9 class ClassTemplatePartial; // expected-note {{explicitly specialized declaration is here}}
12 struct MemberClass; // expected-note {{explicitly specialized declaration is here}}
13 enum MemberEnumeration; // expected-note {{explicitly specialized declaration is here}} // expected-error {{ISO C++ forbids forward references to 'enum' types}}
  /external/libmojo/ipc/
ipc_param_traits.h 8 // Our IPC system uses the following partially specialized header to define how
  /external/clang/test/CXX/concepts-ts/dcl.dcl/dcl.spec/dcl.spec.concept/
p7.cpp 8 template <> bool FCES<int>() { return true; } // expected-error {{function concept cannot be explicitly specialized}}
15 template <> bool VCES<int> { true }; // expected-error {{variable concept cannot be explicitly specialized}}
18 template <typename T> bool VCPS<T *> { true }; // expected-error {{variable concept cannot be partially specialized}}
  /external/llvm/docs/HistoricalNotes/
2001-07-06-LoweringIRForCodeGen.txt 9 VM -- it is a little too specialized. But without a corresponding
18 more specialized code any time we want (so that portability is not lost).
23 specialized target-specific VM code for a particular architecture. If the
  /external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
2001-07-06-LoweringIRForCodeGen.txt 9 VM -- it is a little too specialized. But without a corresponding
18 more specialized code any time we want (so that portability is not lost).
23 specialized target-specific VM code for a particular architecture. If the
  /external/elfutils/tests/
testfile_parameter_ref.c 5 /* Don't inline, but do allow clone to create specialized versions. */
  /external/libmojo/mojo/public/cpp/bindings/
enum_traits.h 10 // This must be specialized for any type |T| to be serialized/deserialized as a
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p5-example.cpp 14 // template<> not used for a member of an // explicitly specialized class template
19 // template<> also not used when defining a member of // an explicitly specialized member class
p2.cpp 24 // expected-note@-2 {{explicitly specialized declaration is here}}
62 struct X0 { // expected-note {{explicitly specialized declaration is here}}
64 // expected-note@-2 {{explicitly specialized declaration is here}}
68 // expected-note@-2 {{explicitly specialized declaration is here}}
73 // expected-note@-2 {{explicitly specialized declaration is here}}
78 struct Inner : public T { }; // expected-note 2{{explicitly specialized declaration is here}}
80 // expected-note@-2 {{explicitly specialized declaration is here}}
84 struct InnerTemplate : public T { }; // expected-note {{explicitly specialized declaration is here}}
86 // expected-note@-2 {{explicitly specialized declaration is here}}
93 // expected-note@-2 {{explicitly specialized declaration is here}
    [all...]
  /external/clang/test/PCH/
objc_parameterized_classes.m 33 typedef PC1Specialization1<id, NSObject *> PC1Specialization3; // expected-error{{type arguments cannot be applied to already-specialized class type 'PC1Specialization1' (aka 'PC1<id,NSObject *>')}}
35 typedef PC1Specialization2<id, NSObject *> PC1Specialization4; // expected-error{{already-specialized class type 'PC1Specialization2' (aka 'PC1Specialization1<NSObject>')}}
  /external/r8/src/main/java/com/android/tools/r8/graph/
ClassKind.java 45 @SuppressWarnings("unchecked") T specialized = (T) clazz;
46 consumer.accept(specialized);
  /art/runtime/interpreter/mterp/arm/
op_div_int.S 3 * Specialized 32-bit binary operation
op_div_int_2addr.S 3 * Specialized 32-bit binary operation
op_div_int_lit16.S 3 * Specialized 32-bit binary operation
op_div_int_lit8.S 3 * Specialized 32-bit binary operation
op_rem_int_2addr.S 3 * Specialized 32-bit binary operation
op_rem_int_lit16.S 3 * Specialized 32-bit binary operation
  /build/make/target/product/
generic.mk 17 # This is a generic phone product that isn't specialized for a specific device.
generic_armv5.mk 17 # This is a generic product that isn't specialized for a specific device.
generic_mips.mk 17 # This is a generic phone product that isn't specialized for a specific device.
generic_x86.mk 17 # This is a generic phone product that isn't specialized for a specific device.
  /cts/hostsidetests/jvmti/attaching/app/src/android/jvmti/
JvmtiApplication.java 22 * A specialized application. This is special compared to other agent tests as we can't use
  /external/eigen/doc/
MatrixfreeSolverExample.dox 12 \c Eigen::internal::traits<> must also be specialized for the wrapper type.
  /external/clang/test/Modules/Inputs/
DebugCXX.h 100 template <typename T> struct Specialized {};
102 template <> struct Specialized<int> {

Completed in 613 milliseconds

1 2 3 4 5 6 7 8 91011>>