Searched refs:isNontemporalDecl (Results 1 – 3 of 3) sorted by relevance
1805 bool isNontemporalDecl(const ValueDecl *VD) const;
2739 CGM.getOpenMPRuntime().isNontemporalDecl(VD)) in EmitDeclRefLValue()2753 CGM.getOpenMPRuntime().isNontemporalDecl(VD)) in EmitDeclRefLValue()4162 CGM.getOpenMPRuntime().isNontemporalDecl(Field)) || in EmitMemberExpr()
11953 bool CGOpenMPRuntime::isNontemporalDecl(const ValueDecl *VD) const { in isNontemporalDecl() function in CGOpenMPRuntime