Home
last modified time | relevance | path

Searched refs:checkUnsizedArrayConstructorArgumentDimensionality (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/compiler/translator/
DParseContext.h603 bool checkUnsizedArrayConstructorArgumentDimensionality(const TIntermSequence &arguments,
DParseContext.cpp4248 bool TParseContext::checkUnsizedArrayConstructorArgumentDimensionality( in checkUnsizedArrayConstructorArgumentDimensionality() function in sh::TParseContext
4299 if (!checkUnsizedArrayConstructorArgumentDimensionality(arguments, type, line)) in addConstructor()