Home
last modified time | relevance | path

Searched refs:IsStructType (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/torque/
Ddeclarable.cc41 if (type()->IsStructType()) { in RValue()
Ddeclaration-visitor.cc129 if (signature.return_type->IsStructType()) { in Visit()
276 if (type->IsStructType()) { in DeclareVariable()
290 if (type->IsStructType()) { in DeclareParameter()
Dimplementation-visitor.cc1287 if (type->IsStructType()) { in GetFlattenedStructsVars()
1344 if (!raw_type->IsStructType()) { in Visit()
1391 if (result.type()->IsStructType()) { in GetLocationReference()
1459 if (var->type()->IsStructType()) { in GenerateAssignToVariable()
1517 if (var_type->IsStructType()) { in GenerateVariableDeclaration()
1655 if (return_type->IsStructType()) { in GeneratePointerCall()
1729 if (result_type->IsStructType()) { in GenerateCall()
Dtypes.h53 bool IsStructType() const { return kind() == Kind::kStructType; } in IsStructType() function