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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
ASTWriter.h 107 /// \brief The bitstream writer used to emit this precompiled header.
128 /// \brief The base directory for any relative paths we emit.
142 /// and types to emit.
176 /// \brief The declarations and types to emit.
263 /// \brief The macro infos to emit.
386 /// \brief Keeps track of declarations that we must emit, even though we're
550 /// \brief Emit a token.
553 /// \brief Emit a source location.
556 /// \brief Emit a source range.
559 /// \brief Emit a reference to an identifier
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Serialization/
ASTWriter.h 107 /// \brief The bitstream writer used to emit this precompiled header.
128 /// \brief The base directory for any relative paths we emit.
142 /// and types to emit.
176 /// \brief The declarations and types to emit.
263 /// \brief The macro infos to emit.
386 /// \brief Keeps track of declarations that we must emit, even though we're
550 /// \brief Emit a token.
553 /// \brief Emit a source location.
556 /// \brief Emit a source range.
559 /// \brief Emit a reference to an identifier
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Serialization/
ASTWriter.h 107 /// \brief The bitstream writer used to emit this precompiled header.
128 /// \brief The base directory for any relative paths we emit.
142 /// and types to emit.
176 /// \brief The declarations and types to emit.
263 /// \brief The macro infos to emit.
386 /// \brief Keeps track of declarations that we must emit, even though we're
550 /// \brief Emit a token.
553 /// \brief Emit a source location.
556 /// \brief Emit a source range.
559 /// \brief Emit a reference to an identifier
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Serialization/
ASTWriter.h 107 /// \brief The bitstream writer used to emit this precompiled header.
128 /// \brief The base directory for any relative paths we emit.
142 /// and types to emit.
176 /// \brief The declarations and types to emit.
263 /// \brief The macro infos to emit.
386 /// \brief Keeps track of declarations that we must emit, even though we're
550 /// \brief Emit a token.
553 /// \brief Emit a source location.
556 /// \brief Emit a source range.
559 /// \brief Emit a reference to an identifier
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
ASTWriter.h 107 /// \brief The bitstream writer used to emit this precompiled header.
128 /// \brief The base directory for any relative paths we emit.
142 /// and types to emit.
176 /// \brief The declarations and types to emit.
263 /// \brief The macro infos to emit.
386 /// \brief Keeps track of declarations that we must emit, even though we're
550 /// \brief Emit a token.
553 /// \brief Emit a source location.
556 /// \brief Emit a source range.
559 /// \brief Emit a reference to an identifier
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
sinit.go 508 // Create a copy of l to modify while we emit data.
511 // Emit itab, advance offset.
515 // Emit data.
1352 // gen_as_init attempts to emit static data for n and reports whether it succeeded.
1353 // If reportOnly is true, it does not emit static data and does not modify the AST.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
sinit.go 508 // Create a copy of l to modify while we emit data.
511 // Emit itab, advance offset.
515 // Emit data.
1352 // gen_as_init attempts to emit static data for n and reports whether it succeeded.
1353 // If reportOnly is true, it does not emit static data and does not modify the AST.
  /art/compiler/utils/x86_64/
assembler_x86_64_test.cc 36 buffer.Emit<uint8_t>(0x42);
38 buffer.Emit<int32_t>(42);
684 // same. Anyone know why it doesn't emit a simple 0x90? It does so for xchgq rax, rax...
    [all...]
  /external/v8/src/mips/
macro-assembler-mips.h 224 // Emit code that loads |parameter_index|'th parameter from the stack to
236 // Emit code to discard a non-negative number of pointer-sized elements
    [all...]
  /external/v8/src/mips64/
macro-assembler-mips64.h 253 // Emit code that loads |parameter_index|'th parameter from the stack to
265 // Emit code to discard a non-negative number of pointer-sized elements
    [all...]
  /external/vixl/src/aarch32/
macro-assembler-aarch32.cc 342 void VeneerPoolManager::Emit(Label::Offset target) {
431 veneer_pool_manager_.Emit(target);
436 // emit the pool (the branch is already done).
    [all...]
  /prebuilts/go/darwin-x86/src/net/
dnsmsg.go 353 // Emit sequence of counted strings, chopping at dots.
  /prebuilts/go/darwin-x86/src/net/textproto/
reader.go 359 // Consume leading dot and emit saved \r.
369 // Not part of \r\n. Emit saved \r
  /prebuilts/go/darwin-x86/src/strconv/
extfloat.go 441 // Emit digits for the fractional part. Each time, 10*fraction
  /prebuilts/go/linux-x86/src/net/
dnsmsg.go 353 // Emit sequence of counted strings, chopping at dots.
  /prebuilts/go/linux-x86/src/net/textproto/
reader.go 359 // Consume leading dot and emit saved \r.
369 // Not part of \r\n. Emit saved \r
  /prebuilts/go/linux-x86/src/strconv/
extfloat.go 441 // Emit digits for the fractional part. Each time, 10*fraction
  /external/boringssl/src/util/fipstools/
delocate.go     [all...]
  /external/clang/lib/CodeGen/
CGCleanup.cpp 428 // cleanup, we're going to emit another normal cleanup which
530 // Ask the cleanup to emit itself.
531 Fn->Emit(CGF, flags);
534 // Emit the continuation block if there was an active flag.
727 // emit it directly.
759 // II. Emit the entry block. This implicitly branches to it if
    [all...]
CGExprScalar.cpp 1 //===--- CGExprScalar.cpp - Emit LLVM Code for Scalar Exprs ---------------===//
10 // This contains code to emit Expr nodes with scalar LLVM types as LLVM code.
143 /// Emit a check that a conversion to or from a floating-point type does not
149 /// Emit a conversion from the specified type to the specified destination
157 /// Emit a conversion from the specified complex type to the specified
163 /// EmitNullValue - Emit a value that corresponds to null for the given type.
508 return Emit ## OP(EmitBinOps(E)); \
511 return EmitCompoundAssign(E, &ScalarExprEmitter::Emit ## OP); \
730 /// Emit a conversion from the specified type to the specified destination type,
    [all...]
  /external/clang/lib/Sema/
Sema.cpp     [all...]
  /external/v8/src/arm64/
assembler-arm64-inl.h 562 Emit(BLR | Rn(xzr));
    [all...]
  /external/v8/src/compiler/
code-generator.cc 212 // Emit the jump tables.
221 safepoints()->Emit(masm(), frame()->GetTotalFrameSlotCount());
235 // Emit exception handler table.
    [all...]
  /external/vixl/src/aarch64/
assembler-aarch64.h 386 // Prefer scaled-immediate-offset instructions, but emit unscaled-offset,
390 // Prefer unscaled-immediate-offset instructions, but emit scaled-offset,
    [all...]
macro-assembler-aarch64.h 126 void Emit(EmitOption option = kNoBranchRequired);
259 void Emit(EmitOption option, size_t margin);
512 // instruction only emit a few instructions, a few being defined as 8 here.
    [all...]

Completed in 2453 milliseconds

1 2 3 4 5 6 7 8 91011>>