Searched defs:checkRSTPatternValidity (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/api/
H A DSpecification.cpp460 // checkRSTPatternValidity.
580 void FunctionSpecification::checkRSTPatternValidity(const string &inlineStr, bool allow, function in class:FunctionSpecification
663 spec->checkRSTPatternValidity(unexpandedName, false, scanner);
671 spec->checkRSTPatternValidity(p->type, false, scanner);
679 spec->checkRSTPatternValidity(p->type, false, scanner);
680 spec->checkRSTPatternValidity(p->testOption, false, scanner);
691 spec->checkRSTPatternValidity(spec->mInline.back(), true, scanner);

Completed in 32 milliseconds