Home
last modified time | relevance | path

Searched defs:Constructor (Results 1 – 25 of 45) sorted by relevance

12

/external/skqp/src/sksl/ir/
DSkSLConstructor.h27 struct Constructor : public Expression { struct
28 Constructor(int offset, const Type& type, std::vector<std::unique_ptr<Expression>> arguments) in Constructor() argument
32 std::unique_ptr<Expression> constantPropagate(const IRGenerator& irGenerator, in constantPropagate()
68 return std::unique_ptr<Expression>(new Constructor(fOffset, fType, std::move(cloned))); in clone() argument
94 Constructor& c = (Constructor&) other; in compareConstant() argument
147 return ((const Constructor&) *arg).getVecComponent(index - current); in getVecComponent() argument
178 SkASSERT(fArguments[0]->fKind == Expression::kConstructor_Kind); in getMatComponent() argument
180 const Type& argType = ((Constructor&) *fArguments[0]).fType; in getMatComponent() argument
208 std::vector<std::unique_ptr<Expression>> fArguments;
210 typedef Expression INHERITED;
/external/skia/src/sksl/ir/
DSkSLConstructor.h27 struct Constructor : public Expression { struct
28 Constructor(int offset, const Type& type, std::vector<std::unique_ptr<Expression>> arguments) in Constructor() function
32 std::unique_ptr<Expression> constantPropagate(const IRGenerator& irGenerator, in constantPropagate()
66 return std::unique_ptr<Expression>(new Constructor(fOffset, fType, std::move(cloned))); in clone() argument
92 Constructor& c = (Constructor&) other; in compareConstant() argument
145 return ((const Constructor&) *arg).getVecComponent(index - current); in getVecComponent() argument
176 SkASSERT(fArguments[0]->fKind == Expression::kConstructor_Kind); in getMatComponent() argument
178 const Type& argType = ((Constructor&) *fArguments[0]).fType; in getMatComponent() argument
206 std::vector<std::unique_ptr<Expression>> fArguments;
208 typedef Expression INHERITED;
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/filter/targets/
DConstructor.java19 public class Constructor { class
21 Constructor() { // $line-packageLocal$ in Constructor() method in Constructor
24 private Constructor(Object arg) { // $line-arg$ in Constructor() method in Constructor
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/
DConstructor.java50 public class Constructor extends SafeConstructor { class
54 public Constructor() { in Constructor() method in Constructor
64 public Constructor(Class<? extends Object> theRoot) { in Constructor() method in Constructor
78 public Constructor(TypeDescription theRoot) { in Constructor() method in Constructor
103 public Constructor(String theRoot) throws ClassNotFoundException { in Constructor() method in Constructor
/external/clang/test/CodeGenCXX/
Dpredefined-expr.cpp252 class Constructor { class
254 Constructor() { in Constructor() function in NS::Constructor
260 Constructor(int) { in Constructor() function in NS::Constructor
266 Constructor(Base *) { in Constructor() function in NS::Constructor
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/Internal/
DDefaultObjectPoolTest.cs73 public void Constructor() in Constructor() method in Grpc.Core.Internal.Tests.DefaultObjectPoolTest
/external/python/cpython2/Doc/library/
Dsubprocess.rst407 .. _side-by-side assembly: https://en.wikipedia.org/wiki/Side-by-Side_Assembly
/external/python/cpython3/Doc/library/
Dsubprocess.rst525 .. _side-by-side assembly: https://en.wikipedia.org/wiki/Side-by-Side_Assembly
/external/pdfium/fxjs/
Dfxjs_v8.h136 using Constructor = void (*)(CFXJS_Engine* pEngine, variable
/external/v8/src/compiler/
Descape-analysis-reducer.h32 Constructor(NodeHashCache* cache, Node* from) in Constructor() function
Descape-analysis-reducer.cc368 NodeHashCache::Constructor::Constructor(NodeHashCache* cache, in Constructor() function in v8::internal::compiler::NodeHashCache::Constructor
/external/webrtc/webrtc/modules/video_coding/codecs/test/
Dpacket_manipulator_unittest.cc69 TEST_F(PacketManipulatorTest, Constructor) { in TEST_F() argument
/external/clang/include/clang/Index/
DIndexSymbol.h51 Constructor, enumerator
/external/clang/lib/Sema/
DSemaDeclCXX.cpp1167 if (const CXXConstructorDecl *Constructor in CheckConstexprFunctionBody() local
2286 const CXXConstructorDecl *Constructor; member in __anon3b64c2cb0211::UninitializedFieldVisitor
2616 Sema &SemaRef, const CXXConstructorDecl *Constructor) { in DiagnoseUninitializedFields()
2867 CXXConstructorDecl *Constructor in BuildMemInitializer() local
3347 BuildImplicitBaseInitializer(Sema &SemaRef, CXXConstructorDecl *Constructor, in BuildImplicitBaseInitializer()
3430 BuildImplicitMemberInitializer(Sema &SemaRef, CXXConstructorDecl *Constructor, in BuildImplicitMemberInitializer()
3828 Sema::SetDelegatingInitializer(CXXConstructorDecl *Constructor, in SetDelegatingInitializer()
3849 bool Sema::SetCtorInitializers(CXXConstructorDecl *Constructor, bool AnyErrors, in SetCtorInitializers()
4050 Sema &SemaRef, const CXXConstructorDecl *Constructor, in DiagnoseBaseOrMemInitializerOrder()
4216 CXXConstructorDecl *Constructor in ActOnMemInitializers() local
[all …]
DSemaInit.cpp3228 DeclAccessPair FoundDecl, CXXConstructorDecl *Constructor, QualType T, in AddConstructorInitializationStep()
5518 CXXConstructorDecl *Constructor = cast<CXXConstructorDecl>(Best->Function); in CopyObject() local
5689 CXXConstructorDecl *Constructor in PerformConstructorInitialization() local
6511 if (CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(Fn)) { in Perform() local
7303 CXXConstructorDecl *Constructor in Diagnose() local
7383 CXXConstructorDecl *Constructor = cast<CXXConstructorDecl>(S.CurContext); in Diagnose() local
DSemaAccess.cpp1612 CXXConstructorDecl *Constructor, in CheckConstructorAccess()
1655 CXXConstructorDecl *Constructor, in CheckConstructorAccess()
/external/syzkaller/vendor/github.com/ianlancetaylor/demangle/
Dast.go1366 type Constructor struct { struct
1367 Name AST
1370 func (c *Constructor) print(ps *printState) {
1374 func (c *Constructor) Traverse(fn func(AST) bool) {
1380 func (c *Constructor) Copy(fn func(AST) AST, skip func(AST) bool) AST {
1395 func (c *Constructor) GoString() string {
1399 func (c *Constructor) goString(indent int, field string) string {
/external/clang/test/SemaCXX/
Dexplicit.cpp2 namespace Constructor { namespace
/external/tensorflow/tensorflow/core/grappler/costs/
Dutils_test.cc236 TEST(TensorSizeHistogramTest, Constructor) { in TEST() argument
/external/tensorflow/tensorflow/core/lib/io/
Dtable_test.cc155 class Constructor { class
157 explicit Constructor() : data_(STLLessThan()) {} in Constructor() function in tensorflow::table::Constructor
/external/python/cpython3/Parser/
Dasdl.py60 class Constructor(AST): class
/external/clang/lib/AST/
DDeclCXX.cpp503 if (CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(D)) { in addedMember() local
539 if (CXXConstructorDecl *Constructor = in addedMember() local
995 if (CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(D)) { in finishedDefaultedOrDeletedMember() local
/external/clang/lib/Analysis/
DConsumed.cpp781 CXXConstructorDecl *Constructor = Call->getConstructor(); in VisitCXXConstructExpr() local
1233 if (const CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(D)) { in determineExpectedReturnState() local
/external/tensorflow/tensorflow/core/graph/
Dgraph_test.cc156 TEST_F(GraphTest, Constructor) { in TEST_F() argument
/external/python/cpython2/Parser/
Dasdl.py250 class Constructor(AST): class

12