HomeSort by relevance Sort by last modified time
    Searched refs:Emit (Results 26 - 50 of 110) sorted by null

12 3 4 5

  /external/clang/utils/TableGen/
ClangCommentCommandInfoEmitter.cpp 73 StringMatcher("Name", Matches, OS).Emit();
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml 41 (* Special case '=' because we don't want to emit the LHS as an
72 * one. Emit a call to it. *)
110 (* Emit 'then' value. *)
119 (* Emit 'else' value. *)
128 (* Emit merge block. *)
173 (* Emit the start code first, without 'variable' in scope. *)
198 (* Emit the body of the loop. This, like any other expr, can change the
203 (* Emit the step value. *)
246 (* Register all variables and emit their initializer. *)
248 (* Emit the initializer before adding the variable to scope, thi
    [all...]
  /external/v8/src/
regexp-macro-assembler-irregexp.h 117 inline void Emit(uint32_t bc, uint32_t arg);
jsregexp.h 608 virtual void Emit(RegExpCompiler* compiler, Trace* trace) = 0;
785 virtual void Emit(RegExpCompiler* compiler, Trace* trace);
852 virtual void Emit(RegExpCompiler* compiler, Trace* trace);
    [all...]
jsregexp.cc 666 // at the point where they are needed by a recursive call to Emit(). If
667 // the node has already been code generated then the Emit() call will
669 // limit recursion it is possible for the Emit() function to put the node
708 // will emit code to bring the actual state into line with the virtual state.
    [all...]
safepoint-table.h 222 // Emit the safepoint table after the body. The number of bits per
224 void Emit(Assembler* assembler, int bits_per_entry);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
shlex.py 141 break # emit current token
163 break # emit current token
208 break # emit current token
217 break # emit current token
234 break # emit current token
258 "Emit a C-compiler-like, Emacs-friendly error-message leader."
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
shlex.py 141 break # emit current token
163 break # emit current token
208 break # emit current token
217 break # emit current token
234 break # emit current token
258 "Emit a C-compiler-like, Emacs-friendly error-message leader."
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
SlimLexer.cs 157 Emit();
226 //public void Emit( T token )
232 * The standard method called to automatically emit a token at the
235 * use that to set the token's text. Override this method to emit
244 public void Emit()
255 //Emit( t );
262 //Emit( t );
  /external/chromium_org/v8/src/arm/
debug-arm.cc 58 patcher.Emit(Isolate::Current()->debug()->debug_break_return()->entry());
98 patcher.Emit(Isolate::Current()->debug()->debug_break_slot()->entry());
  /external/v8/src/arm/
debug-arm.cc 68 patcher.Emit(Isolate::Current()->debug()->debug_break_return()->entry());
118 patcher.Emit(Isolate::Current()->debug()->debug_break_slot()->entry());
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 412 // Emit the block name if present.
655 // Emit the file header.
656 Stream.Emit((unsigned)'B', 8);
657 Stream.Emit((unsigned)'C', 8);
658 Stream.Emit((unsigned)'G', 8);
659 Stream.Emit((unsigned)'I', 8);
711 BucketOffset = Generator.Emit(Out, Trait);
  /external/chromium_org/v8/src/
jsregexp.h 576 virtual void Emit(RegExpCompiler* compiler, Trace* trace) = 0;
769 virtual void Emit(RegExpCompiler* compiler, Trace* trace);
836 virtual void Emit(RegExpCompiler* compiler, Trace* trace);
    [all...]
safepoint-table.h 223 // Emit the safepoint table after the body. The number of bits per
225 void Emit(Assembler* assembler, int bits_per_entry);
jsregexp.cc     [all...]
  /external/clang/include/clang/Basic/
OnDiskHashTable.h 185 io::Offset Emit(raw_ostream &out) {
187 return Emit(out, InfoObj);
190 io::Offset Emit(raw_ostream &out, Info &InfoObj) {
193 // Emit the payload of the table.
216 // Emit the hashtable itself.
  /external/llvm/lib/MC/
MCObjectStreamer.cpp 135 // fragment pointer when we emit the next fragment.
205 // If this instruction doesn't need relaxation, just emit it as data.
212 // Otherwise, relax and emit it as data if either:
215 // group. We want to emit all such instructions into the same data
227 // Otherwise emit to a separate fragment.
285 MCDwarfLineAddr::Emit(this, LineDelta, Res);
382 LineSectionSymbol = MCDwarfFileTable::Emit(this);
386 MCGenDwarfInfo::Emit(this, LineSectionSymbol);
MCStreamer.cpp 77 // emit the sequence to set the address
83 // emit the sequence for the LineDelta (from 1) and a zero address delta.
84 MCDwarfLineAddr::Emit(this, LineDelta, 0);
142 /// EmitFill - Emit NumBytes bytes worth of the value specified by
187 assert(!Symbol->isVariable() && "Cannot emit a variable symbol!");
188 assert(getCurrentSection().first && "Cannot emit before setting section!");
194 assert(!Symbol->isVariable() && "Cannot emit a variable symbol!");
195 assert(getCurrentSection().first && "Cannot emit before setting section!");
601 MCDwarfFrameEmitter::Emit(*this, usingCFI, true);
604 MCDwarfFrameEmitter::Emit(*this, usingCFI, false)
    [all...]
  /external/clang/lib/Frontend/
SerializedDiagnosticPrinter.cpp 118 /// \brief Emit the preamble for the serialized diagnostics.
121 /// \brief Emit the BLOCKINFO block.
124 /// \brief Emit the META data block.
133 /// \brief Emit a DIAG record.
141 /// \brief Emit FIXIT and SOURCE_RANGE records for a diagnostic.
146 /// \brief Emit a record for a CharSourceRange.
149 /// \brief Emit the string information for the category.
152 /// \brief Emit the string information for diagnostic flags.
156 /// \brief Emit (lazily) the file string and retrieved the file identifier.
257 // Emit the block name if present
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.h 275 void Emit(AsmPrinter *, MCSymbol *, DwarfUnits *);
  /external/llvm/lib/TableGen/
StringMatcher.cpp 39 /// same length and whose characters leading up to CharNo are the same, emit
82 // Emit code to break out if the prefix doesn't match.
101 // Otherwise, we have multiple possible things, emit a switch on the
122 /// Emit - Top level entry point.
124 void StringMatcher::Emit(unsigned Indent) const {
  /external/chromium_org/v8/test/mjsunit/
transition-elements-kind.js 37 // Emit a TransitionElementsKindStub which transitions from double to object.
  /external/clang/lib/CodeGen/
CGDecl.cpp 1 //===--- CGDecl.cpp - Emit LLVM Code for declarations ---------------------===//
10 // This contains code to emit Decl nodes as LLVM code.
144 // Don't emit it now, allow it to be emitted lazily on its first use.
321 // If this value has an initializer, emit it.
345 // Emit global variable debug descriptor for static vars.
367 void Emit(CodeGenFunction &CGF, Flags flags) {
386 void Emit(CodeGenFunction &CGF, Flags flags) {
412 void Emit(CodeGenFunction &CGF, Flags flags) {
423 void Emit(CodeGenFunction &CGF, Flags flags) {
442 void Emit(CodeGenFunction &CGF, Flags flags)
    [all...]
CGObjCRuntime.cpp 160 void Emit(CodeGenFunction &CGF, Flags flags) {
216 // Emit the try body.
226 // Emit the handlers.
305 void Emit(CodeGenFunction &CGF, Flags flags) {
335 // Emit the body of the statement.
  /art/compiler/utils/mips/
assembler_mips.cc 48 void MipsAssembler::Emit(int32_t value) {
50 buffer_.Emit<int32_t>(value);
63 Emit(encoding);
73 Emit(encoding);
79 Emit(encoding);
92 Emit(encoding);
101 Emit(encoding);
    [all...]

Completed in 1283 milliseconds

12 3 4 5