Home
last modified time | relevance | path

Searched refs:IsConstexprName (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/torque/
Dconstants.h128 inline bool IsConstexprName(const std::string& name) { in IsConstexprName() function
134 if (!IsConstexprName(name)) return name; in GetNonConstexprName()
139 if (IsConstexprName(name)) return name; in GetConstexprName()
Dast.h646 is_constexpr(IsConstexprName(name->value)), in BasicTypeExpression()
880 CHECK_EQ(IsConstexprName(name->value), in AbstractTypeDeclaration()
Dtypes.h300 DCHECK_EQ(IsConstexprName(name), IsConstexpr()); in AbstractType()