Home
last modified time | relevance | path

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

/system/tools/hidl/
DAST.cpp117 err = checkForwardReferenceRestrictions(); in postParse()
294 status_t AST::checkForwardReferenceRestrictions() const { in checkForwardReferenceRestrictions() function in android::AST
299 status_t err = type->checkForwardReferenceRestrictions(*ref); in checkForwardReferenceRestrictions()
DType.cpp279 status_t Type::checkForwardReferenceRestrictions(const Reference<Type>& ref) const { in checkForwardReferenceRestrictions() function in android::Type
292 status_t err = checkForwardReferenceRestrictions(*innerRef); in checkForwardReferenceRestrictions()
DAST.h118 status_t checkForwardReferenceRestrictions() const;
DType.h118 status_t checkForwardReferenceRestrictions(const Reference<Type>& ref) const;