/external/skqp/src/sksl/ir/ |
D | SkSLConstructor.h | 27 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/ |
D | SkSLConstructor.h | 28 struct Constructor : public Expression { struct 29 Constructor(int offset, const Type& type, std::vector<std::unique_ptr<Expression>> arguments) in Constructor() function 33 std::unique_ptr<Expression> constantPropagate(const IRGenerator& irGenerator, in constantPropagate() 67 return std::unique_ptr<Expression>(new Constructor(fOffset, fType, std::move(cloned))); in clone() argument 94 SkASSERT(other.fKind == Expression::kConstructor_Kind && other.fType == fType); in compareConstant() argument 95 Constructor& c = (Constructor&) other; in compareConstant() argument 148 return ((const Constructor&) *arg).getVecComponent<type>(index - current); in getVecComponent() argument 167 SKSL_FLOAT getFVecComponent(int n) const override { in getFVecComponent() 195 const Type& argType = ((Constructor&) *fArguments[0]).fType; in getMatComponent() argument 221 std::vector<std::unique_ptr<Expression>> fArguments; [all …]
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/ |
D | Constructor.java | 50 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/ |
D | predefined-expr.cpp | 252 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/ |
D | DefaultObjectPoolTest.cs | 73 public void Constructor() in Constructor() method in Grpc.Core.Internal.Tests.DefaultObjectPoolTest
|
/external/pdfium/fxjs/ |
D | cfxjs_engine.h | 82 using Constructor = variable
|
/external/python/cpython2/Doc/library/ |
D | subprocess.rst | 407 .. _side-by-side assembly: https://en.wikipedia.org/wiki/Side-by-Side_Assembly
|
/external/python/cpython3/Doc/library/ |
D | subprocess.rst | 557 .. _side-by-side assembly: https://en.wikipedia.org/wiki/Side-by-Side_Assembly
|
/external/v8/src/compiler/ |
D | escape-analysis-reducer.h | 33 Constructor(NodeHashCache* cache, Node* from) in Constructor() function
|
D | escape-analysis-reducer.cc | 361 NodeHashCache::Constructor::Constructor(NodeHashCache* cache, in Constructor() function in v8::internal::compiler::NodeHashCache::Constructor
|
/external/webrtc/webrtc/modules/video_coding/codecs/test/ |
D | packet_manipulator_unittest.cc | 69 TEST_F(PacketManipulatorTest, Constructor) { in TEST_F() argument
|
/external/clang/include/clang/Index/ |
D | IndexSymbol.h | 51 Constructor, enumerator
|
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 1167 if (const CXXConstructorDecl *Constructor in CheckConstexprFunctionBody() local 2286 const CXXConstructorDecl *Constructor; member in __anon51b69dcd0211::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 …]
|
D | SemaInit.cpp | 3228 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
|
D | SemaAccess.cpp | 1612 CXXConstructorDecl *Constructor, in CheckConstructorAccess() 1655 CXXConstructorDecl *Constructor, in CheckConstructorAccess()
|
/external/clang/test/SemaCXX/ |
D | explicit.cpp | 2 namespace Constructor { namespace
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | utils_test.cc | 236 TEST(TensorSizeHistogramTest, Constructor) { in TEST() argument
|
/external/tensorflow/tensorflow/core/lib/io/ |
D | table_test.cc | 156 class Constructor { class 158 explicit Constructor() : data_(STLLessThan()) {} in Constructor() function in tensorflow::table::Constructor
|
/external/python/cpython3/Parser/ |
D | asdl.py | 60 class Constructor(AST): class
|
/external/clang/lib/AST/ |
D | DeclCXX.cpp | 503 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/ |
D | Consumed.cpp | 781 CXXConstructorDecl *Constructor = Call->getConstructor(); in VisitCXXConstructExpr() local 1233 if (const CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(D)) { in determineExpectedReturnState() local
|
/external/tensorflow/tensorflow/core/graph/ |
D | graph_test.cc | 156 TEST_F(GraphTest, Constructor) { in TEST_F() argument
|
/external/python/cpython2/Parser/ |
D | asdl.py | 250 class Constructor(AST): class
|
/external/clang/include/clang/Sema/ |
D | Overload.h | 804 CXXConstructorDecl *Constructor; member
|
/external/v8/src/parsing/ |
D | preparser.h | 44 static PreParserIdentifier Constructor() { in Constructor() function
|