Lines Matching full:protected
35 /// need to be protected by locks. We use this enum in error handling.
60 /// example, it is an error to write a variable protected by shared version of a
176 /// Warn when a protected operation occurs while no locks are held.
177 /// \param D -- The decl for the protected variable or function
178 /// \param POK -- The kind of protected operation (e.g. variable access)
180 /// \param Loc -- The location of the protected operation.
184 /// Warn when a protected operation occurs while the specific mutex protecting
187 /// \param D -- The decl for the protected variable or function
188 /// \param POK -- The kind of protected operation (e.g. variable access)
192 /// \param Loc -- The location of the protected operation.
204 /// \param Loc -- The location of the protected operation.
212 /// \param Loc -- The location of the protected operation.