HomeSort by relevance Sort by last modified time
    Searched refs:CompoundAssignOperator (Results 1 - 20 of 20) sorted by null

  /external/clang/include/clang/AST/
StmtVisitor.h 70 case BO_MulAssign: DISPATCH(BinMulAssign, CompoundAssignOperator);
71 case BO_DivAssign: DISPATCH(BinDivAssign, CompoundAssignOperator);
72 case BO_RemAssign: DISPATCH(BinRemAssign, CompoundAssignOperator);
73 case BO_AddAssign: DISPATCH(BinAddAssign, CompoundAssignOperator);
74 case BO_SubAssign: DISPATCH(BinSubAssign, CompoundAssignOperator);
75 case BO_ShlAssign: DISPATCH(BinShlAssign, CompoundAssignOperator);
76 case BO_ShrAssign: DISPATCH(BinShrAssign, CompoundAssignOperator);
77 case BO_AndAssign: DISPATCH(BinAndAssign, CompoundAssignOperator);
78 case BO_OrAssign: DISPATCH(BinOrAssign, CompoundAssignOperator);
79 case BO_XorAssign: DISPATCH(BinXorAssign, CompoundAssignOperator);
    [all...]
RecursiveASTVisitor.h 375 // CompoundAssignOperator) but do have visitors.
377 GENERAL_BINOP_FALLBACK(NAME##Assign, CompoundAssignOperator)
508 DISPATCH_STMT(Bin##NAME##Assign, CompoundAssignOperator, S);
    [all...]
Expr.h     [all...]
  /external/clang/lib/CodeGen/
CGExprComplex.cpp 227 LValue EmitCompoundAssignLValue(const CompoundAssignOperator *E,
231 ComplexPairTy EmitCompoundAssign(const CompoundAssignOperator *E,
257 ComplexPairTy VisitBinAddAssign(const CompoundAssignOperator *E) {
260 ComplexPairTy VisitBinSubAssign(const CompoundAssignOperator *E) {
263 ComplexPairTy VisitBinMulAssign(const CompoundAssignOperator *E) {
266 ComplexPairTy VisitBinDivAssign(const CompoundAssignOperator *E) {
823 EmitCompoundAssignLValue(const CompoundAssignOperator *E,
    [all...]
CGExprScalar.cpp 498 LValue EmitCompoundAssignLValue(const CompoundAssignOperator *E,
502 Value *EmitCompoundAssign(const CompoundAssignOperator *E,
510 Value *VisitBin ## OP ## Assign(const CompoundAssignOperator *E) { \
    [all...]
CodeGenFunction.h     [all...]
CGExpr.cpp     [all...]
  /external/clang/lib/Analysis/
ReachableCode.cpp 523 const CompoundAssignOperator *CAO = cast<CompoundAssignOperator>(S);
  /external/clang/lib/Sema/
SemaPseudoObject.cpp 462 new (S.Context) CompoundAssignOperator(syntacticLHS, capturedRHS, opcode,
    [all...]
SemaOpenMP.cpp     [all...]
SemaOverload.cpp     [all...]
SemaExpr.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/AST/
ASTDumper.cpp 505 void VisitCompoundAssignOperator(const CompoundAssignOperator *Node);
    [all...]
StmtProfile.cpp 759 StmtProfiler::VisitCompoundAssignOperator(const CompoundAssignOperator *S) {
    [all...]
ASTImporter.cpp 222 Expr *VisitCompoundAssignOperator(CompoundAssignOperator *E);
    [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 136 cast<CompoundAssignOperator>(B)->getComputationResultType();
140 cast<CompoundAssignOperator>(B)->getComputationLHSType();
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 685 void ASTStmtReader::VisitCompoundAssignOperator(CompoundAssignOperator *E) {
    [all...]
ASTWriterStmt.cpp 638 void ASTStmtWriter::VisitCompoundAssignOperator(CompoundAssignOperator *E) {
    [all...]

Completed in 161 milliseconds