Searched refs:fix (Results 1 - 13 of 13) sorted by relevance
/gem5/src/mem/slicc/ast/ |
H A D | EnumExprAST.py | 44 fix = code.nofix() 46 code.fix(fix)
|
H A D | IsValidPtrExprAST.py | 43 fix = code.nofix() 50 code.fix(fix)
|
H A D | NewExprAST.py | 44 fix = code.nofix() 46 code.fix(fix)
|
H A D | LiteralExprAST.py | 41 fix = code.nofix() 48 code.fix(fix)
|
H A D | MemberExprAST.py | 42 fix = code.nofix() 52 code.fix(fix)
|
H A D | OperatorExprAST.py | 92 fix = code.nofix() 94 code.fix(fix) 125 fix = code.nofix() 127 code.fix(fix)
|
H A D | VarExprAST.py | 64 fix = code.nofix() 66 code.fix(fix)
|
H A D | MethodCallExprAST.py | 50 fix = code.nofix() 52 code.fix(fix) 113 # This code is a temporary fix and only checks for the methodId
|
H A D | FuncCallExprAST.py | 204 fix = code.nofix() 206 code.fix(fix)
|
/gem5/util/style/ |
H A D | verifiers.py | 61 """ 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 D | style.py | 105 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 D | code_formatter.py | 147 def fix(self, status): member in class:code_formatter
|
/gem5/src/arch/x86/regs/ |
H A D | misc.hh | 682 Bitfield<8> fix; // Fixed-Range Registers member in namespace:X86ISA
|
Completed in 19 milliseconds