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

Definitions

tools/clang/include/clang/AST/OperationKinds.def
  400 BINARY_OPERATION(OrAssign, "|=")
tools/clang/lib/CodeGen/CGExprScalar.cpp
 2824 LValue ScalarExprEmitter::EmitCompoundAssignLValue(
 4496                                             const CompoundAssignOperator *E) {
 4497   ScalarExprEmitter Scalar(*this);
 4498   Value *Result = nullptr;