Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/
Djsmin.c30 static int theA; variable
135 putc(theA, stdout); in action()
137 theA = theB; in action()
138 if (theA == '\'' || theA == '"') { in action()
140 putc(theA, stdout); in action()
141 theA = get(); in action()
142 if (theA == theB) { in action()
145 if (theA == '\\') { in action()
146 putc(theA, stdout); in action()
147 theA = get(); in action()
[all …]
Djsmin.py71 self.outstream.write(self.theA)
101 if c == '/' and self.theA != '\\':
133 self.theA = self.theB
134 if self.theA == "'" or self.theA == '"':
137 self.theA = self._get()
138 if self.theA == self.theB:
140 if self.theA <= '\n':
142 if self.theA == '\\':
144 self.theA = self._get()
149 if self.theB == '/' and (self.theA == '(' or self.theA == ',' or
[all …]
/external/clang/test/CodeGenCXX/
Dstatic-init-wasm.cpp44 A theA; variable