Home
last modified time | relevance | path

Searched refs:writeComment (Results 1 – 5 of 5) sorted by relevance

/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dgenk-timing.py87 def writeComment(self, comment): member in KScriptGenerator
94 … self.writeComment("Define ':' for sequencing: as a low-precedence operator that ignores operands")
95 self.writeComment("and just returns the RHS.")
98 self.writeComment("Helper functions defined within toy")
103 self.writeComment("Print the result of a function call")
143 self.writeComment("Auto-generated function number %d" % funcNum)
164 self.writeComment("Call the last function")
172 … self.writeComment("Called %d of %d functions" % (len(self.calledFunctions), self.lastFuncNum))
182 … script.writeComment("===========================================================================")
183 script.writeComment("Auto-generated script")
[all …]
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dgenk-timing.py87 def writeComment(self, comment): member in KScriptGenerator
94 … self.writeComment("Define ':' for sequencing: as a low-precedence operator that ignores operands")
95 self.writeComment("and just returns the RHS.")
98 self.writeComment("Helper functions defined within toy")
103 self.writeComment("Print the result of a function call")
143 self.writeComment("Auto-generated function number %d" % funcNum)
164 self.writeComment("Call the last function")
172 … self.writeComment("Called %d of %d functions" % (len(self.calledFunctions), self.lastFuncNum))
182 … script.writeComment("===========================================================================")
183 script.writeComment("Auto-generated script")
[all …]
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dgenk-timing.py92 def writeComment(self, comment): member in KScriptGenerator
99 … self.writeComment("Define ':' for sequencing: as a low-precedence operator that ignores operands")
100 self.writeComment("and just returns the RHS.")
103 self.writeComment("Helper functions defined within toy")
108 self.writeComment("Print the result of a function call")
148 self.writeComment("Auto-generated function number %d" % funcNum)
169 self.writeComment("Call the last function")
177 … self.writeComment("Called %d of %d functions" % (len(self.calledFunctions), self.lastFuncNum))
187 … script.writeComment("===========================================================================")
188 script.writeComment("Auto-generated script")
[all …]
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
DJavaSourceWriter.java76 public void writeComment(String comment) { in writeComment() method in JavaSourceWriter
DTemplateTranslator.java191 java.writeComment("This class is autogenerated by JSilver. Do not edit."); in caseStart()
328 java.writeComment("with:"); in caseAWithCommand()
723 java.writeComment("call:" + name); in caseACallCommand()