Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/tint/src/sem/
Dstruct.cc41 constructible_ = true; in Struct()
44 constructible_ = false; in Struct()
78 return constructible_; in IsConstructible()
Darray.cc38 constructible_(count > 0 // Runtime-sized arrays are not constructible in Array()
44 return constructible_; in IsConstructible()
Darray.h107 const bool constructible_; variable
Dstruct.h171 bool constructible_; variable