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

References

tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 3681   if (LVal.isGlobalReg()) {
 3682     CGF.EmitStoreThroughGlobalRegLValue(RVal, LVal);
 3684     CGF.EmitAtomicStore(RVal, LVal,
 3687                         LVal.isVolatile(), /*isInit=*/false);