HomeSort by relevance Sort by last modified time
    Searched refs:Emit (Results 101 - 125 of 311) sorted by null

1 2 3 45 6 7 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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/clang/utils/TableGen/
ClangCommentCommandInfoEmitter.cpp 74 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/python/cpython2/Lib/
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/swiftshader/third_party/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/
regexp-macro-assembler-irregexp.h 104 inline void Emit(uint32_t bc, uint32_t arg);
jsregexp.h 442 virtual void Emit(RegExpCompiler* compiler, Trace* trace) = 0;
612 virtual void Emit(RegExpCompiler* compiler, Trace* trace);
688 virtual void Emit(RegExpCompiler* compiler, Trace* trace);
753 virtual void Emit(RegExpCompiler* compiler, Trace* trace);
787 virtual void Emit(RegExpCompiler* compiler, Trace* trace);
812 virtual void Emit(RegExpCompiler* compiler, Trace* trace);
846 virtual void Emit(RegExpCompiler* compiler, Trace* trace);
    [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/swiftshader/third_party/subzero/src/DartARM32/
assembler_arm.cc 71 void Assembler::Emit(int32_t value) {
73 buffer_.Emit<int32_t>(value);
94 Emit(encoding);
103 Emit(Assembler::EncodeBranchOffset(offset, encoding));
120 Emit(encoding);
134 Emit(encoding);
151 Emit(encoding);
168 Emit(encoding);
186 Emit(encoding);
332 Emit(encoding)
    [all...]
  /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/swiftshader/third_party/LLVM/lib/MC/
MCObjectStreamer.cpp 116 // fragment pointer when we emit the next fragment.
166 // If this instruction doesn't need relaxation, just emit it as data.
173 // possible and emit it as data.
183 // Otherwise emit to a separate fragment.
208 MCDwarfLineAddr::Emit(this, LineDelta, Res);
251 MCDwarfFileTable::Emit(this);
MCStreamer.cpp 69 // emit the sequence to set the address
75 // emit the sequence for the LineDelta (from 1) and a zero address delta.
76 MCDwarfLineAddr::Emit(this, LineDelta, 0);
135 /// EmitFill - Emit NumBytes bytes worth of the value specified by
175 assert(!Symbol->isVariable() && "Cannot emit a variable symbol!");
176 assert(getCurrentSection() && "Cannot emit before setting section!");
622 MCDwarfFrameEmitter::Emit(*this, usingCFI, true);
625 MCDwarfFrameEmitter::Emit(*this, usingCFI, false);
632 MCWin64EHUnwindEmitter::Emit(*this);
  /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/swiftshader/third_party/LLVM/utils/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/v8/src/debug/arm/
debug-arm.cc 62 patcher.Emit(code->entry());
  /external/v8/src/
safepoint-table.h 205 // Emit the safepoint table after the body. The number of bits per
207 void Emit(Assembler* assembler, int bits_per_entry);
  /external/llvm/lib/MC/
MCDwarf.cpp 151 // At this point we want to emit/create the sequence to encode the delta in
163 // Emit a DW_LNE_end_sequence for the end of the section.
182 void MCDwarfLineTable::Emit(MCObjectStreamer *MCOS,
201 void MCDwarfDwoLineTable::Emit(MCStreamer &MCOS,
203 MCOS.EmitLabel(Header.Emit(&MCOS, Params, None).second);
207 MCDwarfLineTableHeader::Emit(MCStreamer *MCOS,
225 return Emit(MCOS, Params, makeArrayRef(StandardOpcodeLengths,
246 MCDwarfLineTableHeader::Emit(MCStreamer *MCOS, MCDwarfLineTableParams Params,
320 MCSymbol *LineEndSym = Header.Emit(MCOS, Params).second;
405 /// Utility function to emit the encoding to a streamer
    [all...]
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 442 // Emit the block name if present.
692 // Emit the file header.
693 Stream.Emit((unsigned)'B', 8);
694 Stream.Emit((unsigned)'C', 8);
695 Stream.Emit((unsigned)'G', 8);
696 Stream.Emit((unsigned)'I', 8);
749 BucketOffset = Generator.Emit(Out, Trait);
  /external/llvm/include/llvm/Support/
OnDiskHashTable.h 142 /// \brief Emit the table to Out, which must not be at offset 0.
143 offset_type Emit(raw_ostream &Out) {
145 return Emit(Out, InfoObj);
148 /// \brief Emit the table to Out, which must not be at offset 0.
151 offset_type Emit(raw_ostream &Out, Info &InfoObj) {
171 // Emit the payload of the table.
216 // Emit the hashtable itself.
300 /// produced by OnDiskHashTableGenerator::Emit, and advance the Buckets
411 /// OnDiskHashTableGenerator::Emit.
593 /// OnDiskHashTableGenerator::Emit
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
BitcodeWriter.cpp 152 // Emit the finished record.
156 // Emit information about parameter attributes.
248 // Emit an entry count so the reader can reserve space.
317 // Emit the name if it is present.
343 // Emit the finished record.
382 // Emit top-level description of module, including target triple, inline asm,
386 // Emit the list of dependent libraries for the Module.
390 // Emit various pieces of data attached to a module.
401 // Emit information about sections and GC, computing how many there are. Also
443 // Emit abbrev for globals, now that we know # sections and max alignment
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
OnDiskHashTable.h 141 /// \brief Emit the table to Out, which must not be at offset 0.
142 offset_type Emit(raw_ostream &Out) {
144 return Emit(Out, InfoObj);
147 /// \brief Emit the table to Out, which must not be at offset 0.
150 offset_type Emit(raw_ostream &Out, Info &InfoObj) {
170 // Emit the payload of the table.
215 // Emit the hashtable itself.
299 /// produced by OnDiskHashTableGenerator::Emit, and advance the Buckets
410 /// OnDiskHashTableGenerator::Emit.
592 /// OnDiskHashTableGenerator::Emit
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
OnDiskHashTable.h 141 /// \brief Emit the table to Out, which must not be at offset 0.
142 offset_type Emit(raw_ostream &Out) {
144 return Emit(Out, InfoObj);
147 /// \brief Emit the table to Out, which must not be at offset 0.
150 offset_type Emit(raw_ostream &Out, Info &InfoObj) {
170 // Emit the payload of the table.
215 // Emit the hashtable itself.
299 /// produced by OnDiskHashTableGenerator::Emit, and advance the Buckets
410 /// OnDiskHashTableGenerator::Emit.
592 /// OnDiskHashTableGenerator::Emit
    [all...]

Completed in 823 milliseconds

1 2 3 45 6 7 8 91011>>