Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/
H A DParseContext.h626 bool checkUnsizedArrayConstructorArgumentDimensionality(const TIntermSequence &arguments,
H A DParseContext.cpp4766 bool TParseContext::checkUnsizedArrayConstructorArgumentDimensionality( in checkUnsizedArrayConstructorArgumentDimensionality() function in sh::TParseContext
4822 if (!checkUnsizedArrayConstructorArgumentDimensionality(arguments, type, line)) in addConstructor()