Searched refs:matchODR (Results 1 – 3 of 3) sorted by relevance
/frameworks/compile/slang/ |
D | slang_rs_export_type.h | 363 virtual bool matchODR(const RSExportType *E, bool LookInto) const; 435 bool matchODR(const RSExportType *E, bool LookInto) const override; 478 bool matchODR(const RSExportType *E, bool LookInto) const override; 519 bool matchODR(const RSExportType *E, bool LookInto) const override; 555 bool matchODR(const RSExportType *E, bool LookInto) const override; 589 bool matchODR(const RSExportType *E, bool LookInto) const override; 680 bool matchODR(const RSExportType *E, bool LookInto) const override;
|
D | slang_rs_export_type.cpp | 37 if (!ParentClass::matchODR(E, true)) \ 978 bool RSExportType::matchODR(const RSExportType *E, bool /* LookInto */) const { in matchODR() function in slang::RSExportType 1241 bool RSExportPrimitiveType::matchODR(const RSExportType *E, in matchODR() function in slang::RSExportPrimitiveType 1293 bool RSExportPointerType::matchODR(const RSExportType *E, in matchODR() function in slang::RSExportPointerType 1353 bool RSExportVectorType::matchODR(const RSExportType *E, in matchODR() function in slang::RSExportVectorType 1439 bool RSExportMatrixType::matchODR(const RSExportType *E, in matchODR() function in slang::RSExportMatrixType 1480 bool RSExportConstantArrayType::matchODR(const RSExportType *E, in matchODR() function in slang::RSExportConstantArrayType 1486 (getElementType()->matchODR(RHS->getElementType(), LookInto))); in matchODR() 1600 bool RSExportRecordType::matchODR(const RSExportType *E, bool LookInto) const { in matchODR() function in slang::RSExportRecordType 1646 if (!AITy->matchODR(BITy, false)) in matchODR()
|
D | slang.cpp | 501 if (!Reflected->matchODR(ERT, true)) { in checkODR()
|