HomeSort by: relevance | last modified time | path
    Searched defs:Printable (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Printable.h 1 //===--- Printable.h - Print function helpers -------------------*- C++ -*-===//
9 // This file defines the Printable struct.
26 /// Printable PrintRegister(unsigned Register) {
27 /// return Printable([Register](raw_ostream &OS) {
37 class Printable {
40 Printable(std::function<void(raw_ostream &OS)> Print)
44 inline raw_ostream &operator<<(raw_ostream &OS, const Printable &P) {
  /src/external/gpl3/binutils/dist/gprofng/libcollector/
libcol_util.c 455 Printable[256] = {//characters should be escaped by xml: "'<>&
553 if ((Printable[(int) c1] & C_STR) == 0)
647 if ((Printable[(int) c1] & C_STR) == 0)
859 else if ((Printable[(int) c] & C_FMT) == 0)
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
libcol_util.c 455 Printable[256] = {//characters should be escaped by xml: "'<>&
553 if ((Printable[(int) c1] & C_STR) == 0)
647 if ((Printable[(int) c1] & C_STR) == 0)
859 else if ((Printable[(int) c] & C_FMT) == 0)
  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprConstant.cpp 1615 APValue Printable;
1616 moveInto(Printable);
1617 return Printable.getAsString(Ctx, T);
6362 APValue Printable;
6363 This.moveInto(Printable);
6365 << Printable.getAsString(Info.Ctx, Info.Ctx.getLValueReferenceType(T));

Completed in 36 milliseconds