Searched refs:fix (Results 1 - 13 of 13) sorted by relevance

/gem5/src/mem/slicc/ast/
H A DEnumExprAST.py44 fix = code.nofix()
46 code.fix(fix)
H A DIsValidPtrExprAST.py43 fix = code.nofix()
50 code.fix(fix)
H A DNewExprAST.py44 fix = code.nofix()
46 code.fix(fix)
H A DLiteralExprAST.py41 fix = code.nofix()
48 code.fix(fix)
H A DMemberExprAST.py42 fix = code.nofix()
52 code.fix(fix)
H A DOperatorExprAST.py92 fix = code.nofix()
94 code.fix(fix)
125 fix = code.nofix()
127 code.fix(fix)
H A DVarExprAST.py64 fix = code.nofix()
66 code.fix(fix)
H A DMethodCallExprAST.py50 fix = code.nofix()
52 code.fix(fix)
113 # This code is a temporary fix and only checks for the methodId
H A DFuncCallExprAST.py204 fix = code.nofix()
206 code.fix(fix)
/gem5/util/style/
H A Dverifiers.py61 """ Decorator for the fix functions of the Verifier class.
62 This function wraps the fix function and creates a backup file
78 # Try to apply the fix. If it fails, then we revert the file
110 Verifiers check for style violations and optionally fix such
120 control the test (--fix-<foo>, --ignore-<foo>, etc.)
174 the corresponding --fix-<test> or --ignore-<test> options were
183 self.fix(filename, regions)
188 self.fix(filename, regions)
220 def fix(self, filename, regions=all_regions): member in class:Verifier
256 def fix(sel member in class:LineVerifier
379 def fix(self, filename, regions=all_regions): member in class:SortedIncludes
423 def fix(self, filename, regions=all_regions, **kwargs): member in class:LineLength
[all...]
/gem5/util/
H A Dstyle.py105 parser.add_argument("--fix", "-f", action="store_true",
106 help="Automatically fix style violations.")
145 auto_fix=args.fix):
/gem5/src/python/m5/util/
H A Dcode_formatter.py147 def fix(self, status): member in class:code_formatter
/gem5/src/arch/x86/regs/
H A Dmisc.hh682 Bitfield<8> fix; // Fixed-Range Registers member in namespace:X86ISA

Completed in 18 milliseconds