Home
last modified time | relevance | path

Searched defs:IsPlain (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
Dinstruction.h1245 bool IsPlain() const { return kind_ == StateValueKind::kPlain; } in IsPlain() function
/third_party/skia/third_party/externals/tint/src/resolver/
Dresolver.cc2618 bool Resolver::IsPlain(const sem::Type* type) const { in IsPlain() function in tint::resolver::Resolver