/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 | 397 // CompoundAssignOperator) but do have visitors. 399 GENERAL_BINOP_FALLBACK(NAME##Assign, CompoundAssignOperator) 534 DISPATCH_STMT(Bin##NAME##Assign, CompoundAssignOperator, S); [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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 | 411 // CompoundAssignOperator) but do have visitors. 413 GENERAL_BINOP_FALLBACK(NAME##Assign, CompoundAssignOperator) 553 DISPATCH_STMT(Bin##NAME##Assign, CompoundAssignOperator, S); [all...] |
/prebuilts/clang/host/darwin-x86/clang-4393122/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 | 411 // CompoundAssignOperator) but do have visitors. 413 GENERAL_BINOP_FALLBACK(NAME##Assign, CompoundAssignOperator) 553 DISPATCH_STMT(Bin##NAME##Assign, CompoundAssignOperator, S); [all...] |
/prebuilts/clang/host/darwin-x86/clang-4479392/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 | 411 // CompoundAssignOperator) but do have visitors. 413 GENERAL_BINOP_FALLBACK(NAME##Assign, CompoundAssignOperator) 553 DISPATCH_STMT(Bin##NAME##Assign, CompoundAssignOperator, S); [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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...] |
/prebuilts/clang/host/linux-x86/clang-4393122/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...] |
/prebuilts/clang/host/linux-x86/clang-4479392/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...] |
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/ |
StmtVisitor.h | 72 case BO_MulAssign: DISPATCH(BinMulAssign, CompoundAssignOperator); 73 case BO_DivAssign: DISPATCH(BinDivAssign, CompoundAssignOperator); 74 case BO_RemAssign: DISPATCH(BinRemAssign, CompoundAssignOperator); 75 case BO_AddAssign: DISPATCH(BinAddAssign, CompoundAssignOperator); 76 case BO_SubAssign: DISPATCH(BinSubAssign, CompoundAssignOperator); 77 case BO_ShlAssign: DISPATCH(BinShlAssign, CompoundAssignOperator); 78 case BO_ShrAssign: DISPATCH(BinShrAssign, CompoundAssignOperator); 79 case BO_AndAssign: DISPATCH(BinAndAssign, CompoundAssignOperator); 80 case BO_OrAssign: DISPATCH(BinOrAssign, CompoundAssignOperator); 81 case BO_XorAssign: DISPATCH(BinXorAssign, CompoundAssignOperator); [all...] |
RecursiveASTVisitor.h | 419 // CompoundAssignOperator) but do have visitors. 421 GENERAL_BINOP_FALLBACK(NAME##Assign, CompoundAssignOperator) 563 DISPATCH_STMT(Bin##NAME##Assign, CompoundAssignOperator, S); [all...] |
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/ |
StmtVisitor.h | 72 case BO_MulAssign: DISPATCH(BinMulAssign, CompoundAssignOperator); 73 case BO_DivAssign: DISPATCH(BinDivAssign, CompoundAssignOperator); 74 case BO_RemAssign: DISPATCH(BinRemAssign, CompoundAssignOperator); 75 case BO_AddAssign: DISPATCH(BinAddAssign, CompoundAssignOperator); 76 case BO_SubAssign: DISPATCH(BinSubAssign, CompoundAssignOperator); 77 case BO_ShlAssign: DISPATCH(BinShlAssign, CompoundAssignOperator); 78 case BO_ShrAssign: DISPATCH(BinShrAssign, CompoundAssignOperator); 79 case BO_AndAssign: DISPATCH(BinAndAssign, CompoundAssignOperator); 80 case BO_OrAssign: DISPATCH(BinOrAssign, CompoundAssignOperator); 81 case BO_XorAssign: DISPATCH(BinXorAssign, CompoundAssignOperator); [all...] |
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/ |
StmtVisitor.h | 72 case BO_MulAssign: DISPATCH(BinMulAssign, CompoundAssignOperator); 73 case BO_DivAssign: DISPATCH(BinDivAssign, CompoundAssignOperator); 74 case BO_RemAssign: DISPATCH(BinRemAssign, CompoundAssignOperator); 75 case BO_AddAssign: DISPATCH(BinAddAssign, CompoundAssignOperator); 76 case BO_SubAssign: DISPATCH(BinSubAssign, CompoundAssignOperator); 77 case BO_ShlAssign: DISPATCH(BinShlAssign, CompoundAssignOperator); 78 case BO_ShrAssign: DISPATCH(BinShrAssign, CompoundAssignOperator); 79 case BO_AndAssign: DISPATCH(BinAndAssign, CompoundAssignOperator); 80 case BO_OrAssign: DISPATCH(BinOrAssign, CompoundAssignOperator); 81 case BO_XorAssign: DISPATCH(BinXorAssign, CompoundAssignOperator); [all...] |
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/ |
StmtVisitor.h | 72 case BO_MulAssign: DISPATCH(BinMulAssign, CompoundAssignOperator); 73 case BO_DivAssign: DISPATCH(BinDivAssign, CompoundAssignOperator); 74 case BO_RemAssign: DISPATCH(BinRemAssign, CompoundAssignOperator); 75 case BO_AddAssign: DISPATCH(BinAddAssign, CompoundAssignOperator); 76 case BO_SubAssign: DISPATCH(BinSubAssign, CompoundAssignOperator); 77 case BO_ShlAssign: DISPATCH(BinShlAssign, CompoundAssignOperator); 78 case BO_ShrAssign: DISPATCH(BinShrAssign, CompoundAssignOperator); 79 case BO_AndAssign: DISPATCH(BinAndAssign, CompoundAssignOperator); 80 case BO_OrAssign: DISPATCH(BinOrAssign, CompoundAssignOperator); 81 case BO_XorAssign: DISPATCH(BinXorAssign, CompoundAssignOperator); [all...] |
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/ |
StmtVisitor.h | 72 case BO_MulAssign: DISPATCH(BinMulAssign, CompoundAssignOperator); 73 case BO_DivAssign: DISPATCH(BinDivAssign, CompoundAssignOperator); 74 case BO_RemAssign: DISPATCH(BinRemAssign, CompoundAssignOperator); 75 case BO_AddAssign: DISPATCH(BinAddAssign, CompoundAssignOperator); 76 case BO_SubAssign: DISPATCH(BinSubAssign, CompoundAssignOperator); 77 case BO_ShlAssign: DISPATCH(BinShlAssign, CompoundAssignOperator); 78 case BO_ShrAssign: DISPATCH(BinShrAssign, CompoundAssignOperator); 79 case BO_AndAssign: DISPATCH(BinAndAssign, CompoundAssignOperator); 80 case BO_OrAssign: DISPATCH(BinOrAssign, CompoundAssignOperator); 81 case BO_XorAssign: DISPATCH(BinXorAssign, CompoundAssignOperator); [all...] |
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/ |
StmtVisitor.h | 72 case BO_MulAssign: DISPATCH(BinMulAssign, CompoundAssignOperator); 73 case BO_DivAssign: DISPATCH(BinDivAssign, CompoundAssignOperator); 74 case BO_RemAssign: DISPATCH(BinRemAssign, CompoundAssignOperator); 75 case BO_AddAssign: DISPATCH(BinAddAssign, CompoundAssignOperator); 76 case BO_SubAssign: DISPATCH(BinSubAssign, CompoundAssignOperator); 77 case BO_ShlAssign: DISPATCH(BinShlAssign, CompoundAssignOperator); 78 case BO_ShrAssign: DISPATCH(BinShrAssign, CompoundAssignOperator); 79 case BO_AndAssign: DISPATCH(BinAndAssign, CompoundAssignOperator); 80 case BO_OrAssign: DISPATCH(BinOrAssign, CompoundAssignOperator); 81 case BO_XorAssign: DISPATCH(BinXorAssign, CompoundAssignOperator); [all...] |
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/ |
StmtVisitor.h | 72 case BO_MulAssign: DISPATCH(BinMulAssign, CompoundAssignOperator); 73 case BO_DivAssign: DISPATCH(BinDivAssign, CompoundAssignOperator); 74 case BO_RemAssign: DISPATCH(BinRemAssign, CompoundAssignOperator); 75 case BO_AddAssign: DISPATCH(BinAddAssign, CompoundAssignOperator); 76 case BO_SubAssign: DISPATCH(BinSubAssign, CompoundAssignOperator); 77 case BO_ShlAssign: DISPATCH(BinShlAssign, CompoundAssignOperator); 78 case BO_ShrAssign: DISPATCH(BinShrAssign, CompoundAssignOperator); 79 case BO_AndAssign: DISPATCH(BinAndAssign, CompoundAssignOperator); 80 case BO_OrAssign: DISPATCH(BinOrAssign, CompoundAssignOperator); 81 case BO_XorAssign: DISPATCH(BinXorAssign, CompoundAssignOperator); [all...] |
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/ |
StmtVisitor.h | 72 case BO_MulAssign: DISPATCH(BinMulAssign, CompoundAssignOperator); 73 case BO_DivAssign: DISPATCH(BinDivAssign, CompoundAssignOperator); 74 case BO_RemAssign: DISPATCH(BinRemAssign, CompoundAssignOperator); 75 case BO_AddAssign: DISPATCH(BinAddAssign, CompoundAssignOperator); 76 case BO_SubAssign: DISPATCH(BinSubAssign, CompoundAssignOperator); 77 case BO_ShlAssign: DISPATCH(BinShlAssign, CompoundAssignOperator); 78 case BO_ShrAssign: DISPATCH(BinShrAssign, CompoundAssignOperator); 79 case BO_AndAssign: DISPATCH(BinAndAssign, CompoundAssignOperator); 80 case BO_OrAssign: DISPATCH(BinOrAssign, CompoundAssignOperator); 81 case BO_XorAssign: DISPATCH(BinXorAssign, CompoundAssignOperator); [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) { 824 EmitCompoundAssignLValue(const CompoundAssignOperator *E, [all...] |
/external/clang/lib/Analysis/ |
ReachableCode.cpp | 523 const CompoundAssignOperator *CAO = cast<CompoundAssignOperator>(S);
|
/external/clang/lib/Index/ |
IndexBody.cpp | 83 } else if (auto CA = dyn_cast<CompoundAssignOperator>(Parent)) {
|
/external/clang/lib/Sema/ |
SemaPseudoObject.cpp | 462 new (S.Context) CompoundAssignOperator(syntacticLHS, capturedRHS, opcode, [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
ExprEngineC.cpp | 136 cast<CompoundAssignOperator>(B)->getComputationResultType(); 140 cast<CompoundAssignOperator>(B)->getComputationLHSType(); [all...] |