Home
last modified time | relevance | path

Searched refs:DynamicCast (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/torque/
Dtypes.h72 static x* DynamicCast(TypeBase* declarable) { \
77 static const x* DynamicCast(const TypeBase* declarable) { \
268 if (const UnionType* union_type = UnionType::DynamicCast(t)) { in Extend()
287 const UnionType* union_type = UnionType::DynamicCast(t); in FromType()
Ddeclarable.h78 static x* DynamicCast(Declarable* declarable) { \
83 static const x* DynamicCast(const Declarable* declarable) { \
Ddeclarations.cc81 if (auto* basic = BasicTypeExpression::DynamicCast(type_expression)) { in GetType()
102 if (Builtin* builtin = Builtin::DynamicCast(declarable.get())) { in FindSomeInternalBuiltinWithType()
Dimplementation-visitor.cc569 if (Builtin* builtin = Builtin::DynamicCast(declarations()->Lookup(name))) { in Visit()
1115 StructType::DynamicCast(signature.return_type)) { in GenerateFunctionDeclaration()
1406 if (const StructType* struct_type = StructType::DynamicCast(type)) { in RValueFlattenStructs()
1447 if (const StructType* struct_type = StructType::DynamicCast(type)) { in GenerateFetchFromLocation()
1505 } else if (auto access = FieldAccessExpression::DynamicCast(location)) { in GenerateAssignToLocation()
Dtypes.cc36 if (const UnionType* union_type = UnionType::DynamicCast(supertype)) { in IsSubtypeOf()
Dtorque-parser.cc476 if (if_false && !(BlockStatement::DynamicCast(if_true) && in MakeIfStatement()
477 (BlockStatement::DynamicCast(*if_false) || in MakeIfStatement()
478 IfStatement::DynamicCast(*if_false)))) { in MakeIfStatement()
Dast.h111 static T* DynamicCast(AstNode* node) { \
123 static T* DynamicCast(AstNode* node) { \
Ddeclaration-visitor.cc99 StructType::DynamicCast(signature.return_type)) { in BuiltinDeclarationCommon()
/external/clang/test/SemaTemplate/
Dvirtual-member-functions.cpp110 namespace DynamicCast { namespace
/external/clang/test/CXX/expr/expr.const/
Dp2-0x.cpp387 namespace DynamicCast { namespace
/external/clang/unittests/ASTMatchers/
DASTMatchersNodeTest.cpp911 TEST(DynamicCast, MatchesSimpleCase) { in TEST() argument