Searched refs:isNontemporalDecl (Results 1 – 3 of 3) sorted by relevance
1580 bool isNontemporalDecl(const ValueDecl *VD) const;
3197 CGM.getOpenMPRuntime().isNontemporalDecl(VD)) in EmitDeclRefLValue()3214 CGM.getOpenMPRuntime().isNontemporalDecl(VD)) in EmitDeclRefLValue()4996 CGM.getOpenMPRuntime().isNontemporalDecl(Field)) || in EmitMemberExpr()
11546 bool CGOpenMPRuntime::isNontemporalDecl(const ValueDecl *VD) const { in isNontemporalDecl() function in CGOpenMPRuntime