Home
last modified time | relevance | path

Searched refs:printv (Results 1 – 3 of 3) sorted by relevance

/external/v8/tools/
Dgenerate-header-include-checks.py72 def printv(line): function
78 printv('Searching for headers...')
88 printv('Scanning {}'.format(full_name))
91 printv('--> Found header file {}'.format(filename))
94 printv('--> EXCLUDED (matches {})'.format(p.pattern))
122 printv('File {} is up to date'.format(rel_cc_file_name))
124 printv('Creating file {}'.format(rel_cc_file_name))
131 printv('Generating file "{}"'.format(os.path.relpath(gni_file, V8_DIR)))
/external/llvm/lib/Target/Hexagon/
DBitTracker.cpp74 struct printv { struct
75 printv(unsigned r) : R(r) {} in printv() argument
78 raw_ostream &operator<< (raw_ostream &OS, const printv &PV) { in operator <<()
100 OS << printv(BV.RefI.Reg) << '[' << BV.RefI.Pos << ']'; in operator <<()
144 OS << printv(SV.RefI.Reg) << '[' << SV.RefI.Pos << '-' in operator <<()
161 OS << printv(SV.RefI.Reg) << '[' << SV.RefI.Pos << '-' in operator <<()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DBitTracker.cpp80 struct printv { struct
81 printv(unsigned r) : R(r) {} in printv() function
86 raw_ostream &operator<< (raw_ostream &OS, const printv &PV) { in operator <<()
110 OS << printv(BV.RefI.Reg) << '[' << BV.RefI.Pos << ']'; in operator <<()
154 OS << printv(SV.RefI.Reg) << '[' << SV.RefI.Pos << '-' in operator <<()
171 OS << printv(SV.RefI.Reg) << '[' << SV.RefI.Pos << '-' in operator <<()