Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DTypes.h254 bool canBeConstructed() const;
DTypes.cpp258 bool TType::canBeConstructed() const in canBeConstructed() function in sh::TType
DParseContext.cpp4064 if (!type->canBeConstructed()) in addConstructorFunc()