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

Declarations

tools/clang/lib/CodeGen/CodeGenFunction.h
 2979   void emitOMPSimpleStore(LValue LVal, RValue RVal, QualType RValTy,

References

tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 5904                       CGF.emitOMPSimpleStore(
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 3730   CGF.emitOMPSimpleStore(VLValue, Res, X->getType().getNonReferenceType(), Loc);
 3993   CGF.emitOMPSimpleStore(VLValue, NewVVal, NewVValType, Loc);