HomeSort by relevance Sort by last modified time
    Searched refs:Printable (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/llvm/include/llvm/Support/
Printable.h 1 //===--- Printable.h - Print function helpers -------------------*- C++ -*-===//
10 // This file defines the Printable struct.
27 /// Printable PrintRegister(unsigned Register) {
28 /// return Printable([Register](raw_ostream &OS) {
38 class Printable {
41 Printable(std::function<void(raw_ostream &OS)> Print)
45 static inline raw_ostream &operator<<(raw_ostream &OS, const Printable &P) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Printable.h 1 //===--- Printable.h - Print function helpers -------------------*- C++ -*-===//
10 // This file defines the Printable struct.
27 /// Printable PrintRegister(unsigned Register) {
28 /// return Printable([Register](raw_ostream &OS) {
38 class Printable {
41 Printable(std::function<void(raw_ostream &OS)> Print)
45 static inline raw_ostream &operator<<(raw_ostream &OS, const Printable &P) {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
Printable.h 1 //===--- Printable.h - Print function helpers -------------------*- C++ -*-===//
10 // This file defines the Printable struct.
27 /// Printable PrintRegister(unsigned Register) {
28 /// return Printable([Register](raw_ostream &OS) {
38 class Printable {
41 Printable(std::function<void(raw_ostream &OS)> Print)
45 static inline raw_ostream &operator<<(raw_ostream &OS, const Printable &P) {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
Printable.h 1 //===--- Printable.h - Print function helpers -------------------*- C++ -*-===//
10 // This file defines the Printable struct.
27 /// Printable PrintRegister(unsigned Register) {
28 /// return Printable([Register](raw_ostream &OS) {
38 class Printable {
41 Printable(std::function<void(raw_ostream &OS)> Print)
45 static inline raw_ostream &operator<<(raw_ostream &OS, const Printable &P) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Printable.h 1 //===--- Printable.h - Print function helpers -------------------*- C++ -*-===//
10 // This file defines the Printable struct.
27 /// Printable PrintRegister(unsigned Register) {
28 /// return Printable([Register](raw_ostream &OS) {
38 class Printable {
41 Printable(std::function<void(raw_ostream &OS)> Print)
45 static inline raw_ostream &operator<<(raw_ostream &OS, const Printable &P) {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Printable.h 1 //===--- Printable.h - Print function helpers -------------------*- C++ -*-===//
10 // This file defines the Printable struct.
27 /// Printable PrintRegister(unsigned Register) {
28 /// return Printable([Register](raw_ostream &OS) {
38 class Printable {
41 Printable(std::function<void(raw_ostream &OS)> Print)
45 static inline raw_ostream &operator<<(raw_ostream &OS, const Printable &P) {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
Printable.h 1 //===--- Printable.h - Print function helpers -------------------*- C++ -*-===//
10 // This file defines the Printable struct.
27 /// Printable PrintRegister(unsigned Register) {
28 /// return Printable([Register](raw_ostream &OS) {
38 class Printable {
41 Printable(std::function<void(raw_ostream &OS)> Print)
45 static inline raw_ostream &operator<<(raw_ostream &OS, const Printable &P) {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
Printable.h 1 //===--- Printable.h - Print function helpers -------------------*- C++ -*-===//
10 // This file defines the Printable struct.
27 /// Printable PrintRegister(unsigned Register) {
28 /// return Printable([Register](raw_ostream &OS) {
38 class Printable {
41 Printable(std::function<void(raw_ostream &OS)> Print)
45 static inline raw_ostream &operator<<(raw_ostream &OS, const Printable &P) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Printable.h 1 //===--- Printable.h - Print function helpers -------------------*- C++ -*-===//
10 // This file defines the Printable struct.
27 /// Printable PrintRegister(unsigned Register) {
28 /// return Printable([Register](raw_ostream &OS) {
38 class Printable {
41 Printable(std::function<void(raw_ostream &OS)> Print)
45 static inline raw_ostream &operator<<(raw_ostream &OS, const Printable &P) {
  /prebuilts/tools/linux-x86_64/kythe/proto/
xref.proto 540 message Printable {
565 Printable display_name = 2;
575 Printable display_name = 7;
719 Printable text = 2;
723 Printable signature = 3;
725 Printable type = 4;
727 Printable initializer = 5;
729 Printable defined_by = 6;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
LaneBitmask.h 34 #include "llvm/Support/Printable.h"
81 /// Create Printable object to print LaneBitmasks on a \ref raw_ostream.
82 static LLVM_ATTRIBUTE_UNUSED Printable PrintLaneMask(LaneBitmask LaneMask) {
83 return Printable([LaneMask](raw_ostream &OS) {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
LaneBitmask.h 34 #include "llvm/Support/Printable.h"
81 /// Create Printable object to print LaneBitmasks on a \ref raw_ostream.
82 static LLVM_ATTRIBUTE_UNUSED Printable PrintLaneMask(LaneBitmask LaneMask) {
83 return Printable([LaneMask](raw_ostream &OS) {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
LaneBitmask.h 34 #include "llvm/Support/Printable.h"
81 /// Create Printable object to print LaneBitmasks on a \ref raw_ostream.
82 static LLVM_ATTRIBUTE_UNUSED Printable PrintLaneMask(LaneBitmask LaneMask) {
83 return Printable([LaneMask](raw_ostream &OS) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
LaneBitmask.h 34 #include "llvm/Support/Printable.h"
81 /// Create Printable object to print LaneBitmasks on a \ref raw_ostream.
82 static LLVM_ATTRIBUTE_UNUSED Printable PrintLaneMask(LaneBitmask LaneMask) {
83 return Printable([LaneMask](raw_ostream &OS) {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
LaneBitmask.h 34 #include "llvm/Support/Printable.h"
81 /// Create Printable object to print LaneBitmasks on a \ref raw_ostream.
82 static LLVM_ATTRIBUTE_UNUSED Printable PrintLaneMask(LaneBitmask LaneMask) {
83 return Printable([LaneMask](raw_ostream &OS) {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
LaneBitmask.h 34 #include "llvm/Support/Printable.h"
81 /// Create Printable object to print LaneBitmasks on a \ref raw_ostream.
82 static LLVM_ATTRIBUTE_UNUSED Printable PrintLaneMask(LaneBitmask LaneMask) {
83 return Printable([LaneMask](raw_ostream &OS) {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
LaneBitmask.h 34 #include "llvm/Support/Printable.h"
81 /// Create Printable object to print LaneBitmasks on a \ref raw_ostream.
82 static LLVM_ATTRIBUTE_UNUSED Printable PrintLaneMask(LaneBitmask LaneMask) {
83 return Printable([LaneMask](raw_ostream &OS) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
LaneBitmask.h 34 #include "llvm/Support/Printable.h"
81 /// Create Printable object to print LaneBitmasks on a \ref raw_ostream.
82 static LLVM_ATTRIBUTE_UNUSED Printable PrintLaneMask(LaneBitmask LaneMask) {
83 return Printable([LaneMask](raw_ostream &OS) {
  /art/test/988-method-trace/src/art/
Test988.java 47 static interface Printable {
51 static final class MethodEntry implements Printable {
134 static final class MethodReturn implements Printable {
168 static final class MethodThrownThrough implements Printable {
190 static final class FibThrow implements Printable {
206 static final class FibResult implements Printable {
222 private static List<Printable> results = new ArrayList<>();
323 Printable.class.toString();
332 for (Printable p : results) {
  /external/llvm/lib/CodeGen/
TargetRegisterInfo.cpp 45 Printable PrintReg(unsigned Reg, const TargetRegisterInfo *TRI,
47 return Printable([Reg, TRI, SubIdx](raw_ostream &OS) {
67 Printable PrintRegUnit(unsigned Unit, const TargetRegisterInfo *TRI) {
68 return Printable([Unit, TRI](raw_ostream &OS) {
90 Printable PrintVRegOrUnit(unsigned Unit, const TargetRegisterInfo *TRI) {
91 return Printable([Unit, TRI](raw_ostream &OS) {
100 Printable PrintLaneMask(LaneBitmask LaneMask) {
101 return Printable([LaneMask](raw_ostream &OS) {
  /art/test/990-field-trace/src/art/
Test990.java 38 static interface Printable { public void Print(); }
40 static final class FieldWrite implements Printable {
64 static final class FieldRead implements Printable {
137 private static List<Printable> results = new ArrayList<>();
228 for (Printable p : results) {
  /prebuilts/go/darwin-x86/src/mime/quotedprintable/
writer_test.go 141 // From http://fr.wikipedia.org/wiki/Quoted-Printable
142 var testMsg = []byte("Quoted-Printable (QP) est un format d'encodage de données codées sur 8 bits, qui utilise exclusivement les caractères alphanumériques imprimables du code ASCII (7 bits).\r\n" +
146 "L'encodage Quoted-Printable permet de remédier à ce problème, en procédant de la manière suivante :\r\n" +
  /prebuilts/go/linux-x86/src/mime/quotedprintable/
writer_test.go 141 // From http://fr.wikipedia.org/wiki/Quoted-Printable
142 var testMsg = []byte("Quoted-Printable (QP) est un format d'encodage de données codées sur 8 bits, qui utilise exclusivement les caractères alphanumériques imprimables du code ASCII (7 bits).\r\n" +
146 "L'encodage Quoted-Printable permet de remédier à ce problème, en procédant de la manière suivante :\r\n" +
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 24 #include "llvm/Support/Printable.h"
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetRegisterInfo.h 25 #include "llvm/Support/Printable.h"
    [all...]

Completed in 351 milliseconds

1 2 3