Lines Matching +full:clang +full:- +full:tidy
30 #include "non-const-visitor.h"
35 #define __ masm->
42 // Match the forms for 32/64-bit add/subtract with shift, with optional flag in Visit()
44 if (std::regex_match(form, // NOLINT: avoid clang-tidy-4.0 errors. in Visit()
46 int rn = instr->GetRn(); in Visit()
47 int rm = instr->GetRm(); in Visit()
48 // Only non-const visitors are allowed to discard constness of the visited in Visit()
51 Instr instr_bits = mutable_instr->GetInstructionBits(); in Visit()
58 mutable_instr->SetInstructionBits(instr_bits); in Visit()
66 // a -> x0 in GenerateNonConstVisitorTestCode()
67 // b -> x1 in GenerateNonConstVisitorTestCode()
128 printf("---\n"); in main()
153 printf("---\n"); in ModifyNonConstVisitorTestGeneratedCode()