reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 3714   assert(X->isLValue() && "X of 'omp atomic read' is not lvalue");
 3715   LValue XLValue = CGF.EmitLValue(X);
 3730   CGF.emitOMPSimpleStore(VLValue, Res, X->getType().getNonReferenceType(), Loc);