Searched refs:isNontemporalDecl (Results 1 – 3 of 3) sorted by relevance
1586 bool isNontemporalDecl(const ValueDecl *VD) const;
3046 CGM.getOpenMPRuntime().isNontemporalDecl(VD)) in EmitDeclRefLValue()3063 CGM.getOpenMPRuntime().isNontemporalDecl(VD)) in EmitDeclRefLValue()4670 CGM.getOpenMPRuntime().isNontemporalDecl(Field)) || in EmitMemberExpr()
11479 bool CGOpenMPRuntime::isNontemporalDecl(const ValueDecl *VD) const { in isNontemporalDecl() function in CGOpenMPRuntime