Home
last modified time | relevance | path

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

/system/tools/hidl/
DAST.cpp124 err = checkForwardReferenceRestrictions(); in postParse()
350 status_t AST::checkForwardReferenceRestrictions() const { in checkForwardReferenceRestrictions() function in android::AST
356 type->checkForwardReferenceRestrictions(*ref); in checkForwardReferenceRestrictions()
DAST.h128 status_t checkForwardReferenceRestrictions() const;
DType.cpp277 status_t Type::checkForwardReferenceRestrictions(const Reference<Type>& ref) const { in checkForwardReferenceRestrictions() function in android::Type
290 status_t err = checkForwardReferenceRestrictions(*innerRef); in checkForwardReferenceRestrictions()
DType.h130 status_t checkForwardReferenceRestrictions(const Reference<Type>& ref) const;