Home
last modified time | relevance | path

Searched refs:Constructors (Results 1 – 25 of 69) sorted by relevance

123

/external/clang/test/SemaTemplate/
Dinstantiate-method.cpp54 class Constructors { class
56 Constructors(const T&);
57 Constructors(const Constructors &other);
61 Constructors<int> ci1(17); in test_constructors()
62 Constructors<int> ci2 = ci1; in test_constructors()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
DHashList.cs70 #region Constructors
188 #region Constructors
283 #region Constructors
356 #region Constructors
/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp40 const ConstructorMap &constructors() const { return Constructors; } in constructors()
44 ConstructorMap Constructors; member in clang::ast_matchers::dynamic::__anon95b711b70111::RegistryMaps
49 assert(Constructors.find(MatcherName) == Constructors.end()); in registerMatcher()
50 Constructors[MatcherName] = Callback; in registerMatcher()
425 llvm::DeleteContainerSeconds(Constructors); in ~RegistryMaps()
/external/deqp/doc/testspecs/GLES31/
Dfunctional.shaders.arrays_of_arrays.txt31 + Constructors with explicit sizes
32 + Constructors with implicit sizes
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DANTLRFileStream.cs54 #region Constructors
/external/libcxx/include/
Dsstream29 // 27.8.1.1 Constructors:
74 // 27.8.2.1 Constructors:
110 // 27.8.3.1 Constructors/destructor:
209 // 27.8.1.1 Constructors:
638 // 27.8.2.1 Constructors:
755 // 27.8.2.1 Constructors:
874 // 27.8.2.1 Constructors:
Dfstream28 // 27.9.1.2 Constructors/destructor:
194 // 27.9.1.2 Constructors/destructor:
/external/objenesis/tck/src/main/resources/org/objenesis/tck/candidates/
Dserializable-candidates.properties28 # Constructors that work with arguments passed in.
Dcandidates.properties34 # Constructors that work with arguments passed in.
/external/zlib/src/contrib/dotzlib/DotZLib/
DGZipStream.cs46 #region Constructors
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
DRewriteRuleXxxxStreamFixture.cs45 #region Check Constructors
/external/eigen/doc/
DTutorialMatrixClass.dox74 \section TutorialMatrixConstructors Constructors
86 Constructors taking sizes are also available. For matrices, the number of rows is always passed fir…
/external/vulkan-validation-layers/libs/glm/gtx/
Dsimd_mat4.inl42 // Constructors
/external/Microsoft-GSL/tests/
Dstring_span_tests.cpp457 TEST(Constructors) in SUITE()
/external/skia/site/dev/contrib/
Dstyle.md370 Constructors that take one argument should almost always be explicit, with
/external/llvm/lib/Target/ARM/
DARMCallingConv.td257 // Constructors and destructors return 'this' in the ARM C++ ABI; since 'this'
/external/mesa3d/src/glsl/
DREADME14 representation of the compiler. Constructors are generated, function
Dglsl_parser.yy487 // Grammar Note: Constructors look like functions, but lexical
542 // Grammar Note: Constructors look like methods, but lexical
/external/vulkan-validation-layers/libs/glm/detail/
Dtype_mat2x3.inl64 // Constructors
Dtype_mat2x2.inl64 // Constructors
Dtype_mat2x4.inl64 // Constructors
Dtype_mat3x2.inl64 // Constructors
Dtype_mat4x2.inl64 // Constructors
/external/llvm/lib/Target/AArch64/
DAArch64CallingConvention.td274 // Constructors and destructors return 'this' in the iOS 64-bit C++ ABI; since
/external/libxml2/os400/libxmlrpg/
Dxmlreader.rpgle128 * Constructors & Destructor

123