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

References

tools/clang/lib/Sema/SemaOpenMP.cpp
 8497         V = AtomicBinOp->getLHS()->IgnoreParenImpCasts();
 8499             (V->isInstantiationDependent() || V->getType()->isScalarType())) {
 8499             (V->isInstantiationDependent() || V->getType()->isScalarType())) {
 8500           if (!X->isLValue() || !V->isLValue()) {
 8501             const Expr *NotLValueExpr = X->isLValue() ? V : X;
 8509                    !V->isInstantiationDependent()) {
 8512                   ? V
 8542       V = X = nullptr;
 8649         V = AtomicBinOp->getLHS();
 8677         UE = V = E = X = nullptr;
 8727               V = BinOp->getLHS();
 8757                 V = BinOp->getLHS();
 8803                     V = FirstBinOp->getLHS();
 8839         UE = V = E = X = nullptr;
 8846                                     X, V, E, UE, IsXLHSInRHSPart,