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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/SemaCXX/
templated-friend-decl.cpp 8 // The templated declaration for class Bar should not be instantiated when
10 // requires a rewrite of the templated friend code to be properly fixed.
  /external/clang/test/SemaTemplate/
instantiate-try-catch.cpp 18 class Templated {
25 } catch(Exception e) { // expected-error{{calling a private constructor of class 'PR10232::Templated<int>::Exception'}}
30 template class Templated<int>; // expected-note{{in instantiation of member function 'PR10232::Templated<int>::exception' requested here}}
  /external/clang/test/PCH/
rdar10830559.cpp 14 class Templated
34 friend class Templated< Bar::BarImpl >::s;
  /external/clang/test/CodeGenCUDA/Inputs/
cuda-initializers.h 28 // empty templated constructor -- allowed with no arguments
88 // undefined templated constructor -- not allowed
93 // non-empty templated constructor -- not allowed
  /external/clang/test/SemaCUDA/Inputs/
cuda-initializers.h 28 // empty templated constructor -- allowed with no arguments
88 // undefined templated constructor -- not allowed
93 // non-empty templated constructor -- not allowed
  /external/clang/test/CXX/special/class.copy/
p28-cxx11.cpp 6 // not be a copy or move assignment (it might be a specialization of a templated
  /external/eigen/unsupported/Eigen/
AutoDiff 19 * templated scalar type wrapper AutoDiffScalar.
  /external/libchrome/base/
sequenced_task_runner_helpers.h 18 // templated class to make it easier for users of DeleteSoon to
  /external/v8/tools/clang/plugins/tests/
trivial_ctor.cpp 8 // templated classes/structs as non-trivial, even if they really are trivial.
  /hardware/google/av/codec2/tests/
Android.bp 13 // param tests must not depend on any codec2 libraries as all params should be templated
  /tools/tradefederation/core/tests/res/testconfigs/
depend-template-include-config.xml 17 description="test template-based config inclusion with templated targets">
  /external/perfetto/include/perfetto/ipc/
codegen_helpers.h 22 // A templated protobuf message decoder. Returns nullptr in case of failure.
32 // Templated method dispatcher. Used to obtain a function pointer to a given
  /external/eigen/Eigen/src/Core/
Transpositions.h 38 /** This is a special case of the templated operator=. Its purpose is to
39 * prevent a default operator= from hiding the templated operator=.
176 * from hiding the other templated constructor */
193 /** This is a special case of the templated operator=. Its purpose is to
194 * prevent a default operator= from hiding the templated operator=.
257 /** This is a special case of the templated operator=. Its purpose is to
258 * prevent a default operator= from hiding the templated operator=.
310 /** This is a special case of the templated operator=. Its purpose is to
311 * prevent a default operator= from hiding the templated operator=.
  /system/tools/hidl/
hidl-gen_l.ll 117 "bitfield" { yylval->templatedType = new BitFieldType(*scope); return token::TEMPLATED; }
118 "vec" { yylval->templatedType = new VectorType(*scope); return token::TEMPLATED; }
119 "ref" { yylval->templatedType = new RefType(*scope); return token::TEMPLATED; }
140 "fmq_sync" { yylval->type = new FmqType("::android::hardware", "MQDescriptorSync", *scope); return token::TEMPLATED; }
141 "fmq_unsync" { yylval->type = new FmqType("::android::hardware", "MQDescriptorUnsync", *scope); return token::TEMPLATED; }
  /external/clang/test/CXX/class.access/class.friend/
p9-cxx0x.cpp 9 // Simple, non-templated case.
20 // Templated but non-dependent.
  /external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/internal/
ReflectiveTypeFinder.java 15 * Although it has a templated implementation of <code>matchesSafely(&lt;T&gt;, Description);</code>, the
21 * In short, use this to extract a type from a method in the leaf class of a templated class hierarchy.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ObjectMemoryBuffer.h 35 /// FIXME: It'd be nice for this to be a non-templated constructor taking a
36 /// SmallVectorImpl here instead of a templated one taking a SmallVector<N>,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ExecutionEngine/
ObjectMemoryBuffer.h 35 /// FIXME: It'd be nice for this to be a non-templated constructor taking a
36 /// SmallVectorImpl here instead of a templated one taking a SmallVector<N>,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ExecutionEngine/
ObjectMemoryBuffer.h 35 /// FIXME: It'd be nice for this to be a non-templated constructor taking a
36 /// SmallVectorImpl here instead of a templated one taking a SmallVector<N>,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ExecutionEngine/
ObjectMemoryBuffer.h 35 /// FIXME: It'd be nice for this to be a non-templated constructor taking a
36 /// SmallVectorImpl here instead of a templated one taking a SmallVector<N>,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ExecutionEngine/
ObjectMemoryBuffer.h 35 /// FIXME: It'd be nice for this to be a non-templated constructor taking a
36 /// SmallVectorImpl here instead of a templated one taking a SmallVector<N>,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ExecutionEngine/
ObjectMemoryBuffer.h 35 /// FIXME: It'd be nice for this to be a non-templated constructor taking a
36 /// SmallVectorImpl here instead of a templated one taking a SmallVector<N>,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ExecutionEngine/
ObjectMemoryBuffer.h 35 /// FIXME: It'd be nice for this to be a non-templated constructor taking a
36 /// SmallVectorImpl here instead of a templated one taking a SmallVector<N>,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ObjectMemoryBuffer.h 35 /// FIXME: It'd be nice for this to be a non-templated constructor taking a
36 /// SmallVectorImpl here instead of a templated one taking a SmallVector<N>,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ExecutionEngine/
ObjectMemoryBuffer.h 35 /// FIXME: It'd be nice for this to be a non-templated constructor taking a
36 /// SmallVectorImpl here instead of a templated one taking a SmallVector<N>,

Completed in 651 milliseconds

1 2 3 4 5 6 7 8 91011>>