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

1 2 3 4 5 6 78 91011>>

  /prebuilts/go/darwin-x86/src/image/jpeg/
writer.go 252 // emit emits the least significant nBits bits of bits to the bit-stream.
254 func (e *encoder) emit(bits, nBits uint32) { func
273 e.emit(x&(1<<24-1), x>>24)
291 e.emit(uint32(b)&(1<<nBits-1), nBits)
364 // Emit the DC delta.
367 // Emit the AC components.
534 e.emit(0x7f, 7)
  /prebuilts/go/linux-x86/src/image/jpeg/
writer.go 252 // emit emits the least significant nBits bits of bits to the bit-stream.
254 func (e *encoder) emit(bits, nBits uint32) { func
273 e.emit(x&(1<<24-1), x>>24)
291 e.emit(uint32(b)&(1<<nBits-1), nBits)
364 // Emit the DC delta.
367 // Emit the AC components.
534 e.emit(0x7f, 7)
  /art/compiler/utils/x86/
assembler_x86_test.cc 30 buffer.Emit<uint8_t>(0x42);
32 buffer.Emit<int32_t>(42);
jni_macro_assembler_x86.cc 31 virtual void Emit(Assembler *sp_asm) OVERRIDE;
570 void X86ExceptionSlowPath::Emit(Assembler *sasm) {
  /art/compiler/utils/x86_64/
jni_macro_assembler_x86_64.cc 580 virtual void Emit(Assembler *sp_asm) OVERRIDE;
632 void X86_64ExceptionSlowPath::Emit(Assembler *sasm) {
  /external/clang/include/clang/Basic/
Diagnostic.h 301 /// This is used to emit continuation diagnostics with the same level as the
409 /// emit before giving up.
415 /// notes to emit along with a given diagnostic.
421 /// notes to emit along with a given diagnostic.
427 /// notes to emit along with a given diagnostic.
433 /// notes to emit along with a given diagnostic.
811 /// \brief Emit the current diagnostic and clear the diagnostic state.
813 /// \param Force Emit the diagnostic regardless of suppression settings.
    [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp 1 //===--- CGClass.cpp - Emit LLVM Code for C++ classes -----------*- C++ -*-===//
125 /// Emit the address of a field using a member data pointer.
482 void Emit(CodeGenFunction &CGF, Flags flags) override {
644 // Inside the loop body recurse to emit the inner loop or, eventually, the
651 // Emit the increment of the loop counter.
660 // Emit the fall-through block.
670 // We can emit a memcpy for a trivial copy or move constructor/assignment.
674 // We *must* emit a memcpy for a defaulted union copy or move op.
786 // Emit the block variables for the array indices, if any.
    [all...]
CGExprCXX.cpp 1 //===--- CGExprCXX.cpp - Emit LLVM Code for C++ expressions ---------------===//
35 "Trying to emit a member or operator call expr on a static method!");
51 // If there is an implicit parameter (e.g. VTT), emit it.
104 // Note: This function also emit constructor calls to support a MSVC
117 // The method is static, emit it as we would a regular call.
224 // We also don't emit a virtual call if the base expression has a record type
303 // Emit the 'this' pointer.
341 "Trying to emit a member call expr on a static method!");
447 // constructor, emit the zero initialization now, unless destination is
524 // constructor, emit the zero initialization now
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
Diagnostic.h 351 /// This is used to emit continuation diagnostics with the same level as the
464 /// emit before giving up.
470 /// notes to emit along with a given diagnostic.
476 /// notes to emit along with a given diagnostic.
482 /// notes to emit along with a given diagnostic.
488 /// notes to emit along with a given diagnostic.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
Diagnostic.h 351 /// This is used to emit continuation diagnostics with the same level as the
464 /// emit before giving up.
470 /// notes to emit along with a given diagnostic.
476 /// notes to emit along with a given diagnostic.
482 /// notes to emit along with a given diagnostic.
488 /// notes to emit along with a given diagnostic.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
Diagnostic.h 351 /// This is used to emit continuation diagnostics with the same level as the
464 /// emit before giving up.
470 /// notes to emit along with a given diagnostic.
476 /// notes to emit along with a given diagnostic.
482 /// notes to emit along with a given diagnostic.
488 /// notes to emit along with a given diagnostic.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
Diagnostic.h 351 /// This is used to emit continuation diagnostics with the same level as the
464 /// emit before giving up.
470 /// notes to emit along with a given diagnostic.
476 /// notes to emit along with a given diagnostic.
482 /// notes to emit along with a given diagnostic.
488 /// notes to emit along with a given diagnostic.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
Diagnostic.h 351 /// This is used to emit continuation diagnostics with the same level as the
464 /// emit before giving up.
470 /// notes to emit along with a given diagnostic.
476 /// notes to emit along with a given diagnostic.
482 /// notes to emit along with a given diagnostic.
488 /// notes to emit along with a given diagnostic.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
Diagnostic.h 351 /// This is used to emit continuation diagnostics with the same level as the
464 /// emit before giving up.
470 /// notes to emit along with a given diagnostic.
476 /// notes to emit along with a given diagnostic.
482 /// notes to emit along with a given diagnostic.
488 /// notes to emit along with a given diagnostic.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
Diagnostic.h 351 /// This is used to emit continuation diagnostics with the same level as the
464 /// emit before giving up.
470 /// notes to emit along with a given diagnostic.
476 /// notes to emit along with a given diagnostic.
482 /// notes to emit along with a given diagnostic.
488 /// notes to emit along with a given diagnostic.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
Diagnostic.h 351 /// This is used to emit continuation diagnostics with the same level as the
464 /// emit before giving up.
470 /// notes to emit along with a given diagnostic.
476 /// notes to emit along with a given diagnostic.
482 /// notes to emit along with a given diagnostic.
488 /// notes to emit along with a given diagnostic.
    [all...]
  /prebuilts/go/darwin-x86/src/html/template/
html.go 185 // Emit text up to the start of the tag or comment.
  /prebuilts/go/linux-x86/src/html/template/
html.go 185 // Emit text up to the start of the tag or comment.
  /external/clang/lib/Serialization/
ASTWriter.cpp 99 uint64_t Emit() {
100 return Record.Emit(Code, AbbrevToUse);
758 // Emit the block name if present.
    [all...]
ASTWriterDecl.cpp 48 uint64_t Emit(Decl *D) {
52 return Record.Emit(Code, AbbrevToUse);
239 // when we emit it.
    [all...]
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp 10 // These tablegen backends emit Clang attribute processing code
741 // FIXME: Emit a proper error
873 // FIXME: Emit a proper error
    [all...]
  /external/clang/include/clang/Serialization/
ASTWriter.h 109 /// \brief The bitstream writer used to emit this precompiled header.
124 /// \brief The base directory for any relative paths we emit.
138 /// and types to emit.
172 /// \brief The declarations and types to emit.
259 /// \brief The macro infos to emit.
529 /// \brief Emit a token.
532 /// \brief Emit a source location.
535 /// \brief Emit a source range.
538 /// \brief Emit a reference to an identifier.
555 /// \brief Emit a reference to a type
    [all...]
  /external/llvm/include/llvm/CodeGen/
DIE.h 98 /// Emit - Print the abbreviation using the specified asm printer.
100 void Emit(const AsmPrinter *AP) const;
402 /// EmitValue - Emit value via the Dwarf writer.
  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 62 /// Emit - Print the abbreviation using the specified asm printer.
64 void DIEAbbrev::Emit(const AsmPrinter *AP) const {
65 // Emit its Dwarf tag type.
68 // Emit whether it has children DIEs.
75 // Emit attribute type.
79 // Emit form type.
240 /// EmitValue - Emit integer of appropriate size.
246 // Emit something to keep the lines and comments in sync.
318 /// EmitValue - Emit expression value.
340 /// EmitValue - Emit label value
    [all...]
  /external/llvm/utils/TableGen/
AsmMatcherEmitter.cpp 73 // which we can emit a simple matcher for.
    [all...]

Completed in 441 milliseconds

1 2 3 4 5 6 78 91011>>