Searched refs:isNontemporalDecl (Results 1 – 3 of 3) sorted by relevance
1833 bool isNontemporalDecl(const ValueDecl *VD) const;
2735 CGM.getOpenMPRuntime().isNontemporalDecl(VD)) in EmitDeclRefLValue()2749 CGM.getOpenMPRuntime().isNontemporalDecl(VD)) in EmitDeclRefLValue()4172 CGM.getOpenMPRuntime().isNontemporalDecl(Field)) || in EmitMemberExpr()
12285 bool CGOpenMPRuntime::isNontemporalDecl(const ValueDecl *VD) const { in isNontemporalDecl() function in CGOpenMPRuntime