HomeSort by relevance Sort by last modified time
    Searched defs:Twine (Results 1 - 4 of 4) sorted by null

  /external/clang/test/CodeGenCXX/
constructor-convert.cpp 4 class Twine {
6 Twine(const char *Str) { }
9 static void error(const Twine &Message) {}
  /external/llvm/include/llvm/ADT/
Twine.h 1 //===-- Twine.h - Fast Temporary String Concatenation -----------*- C++ -*-===//
23 /// Twine - A lightweight data structure for efficiently representing the
26 /// A Twine is a kind of rope, it represents a concatenated string using a
28 /// Twine can be efficiently rendered into a buffer when its result is used,
30 /// results -- particularly in cases when the Twine result is never
35 /// A Twine is not intended for use directly and should not be stored, its
47 /// Given the nature of a Twine, it is not possible for the Twine's
49 /// represented inside the returned value. For this reason a Twine object
51 /// concatenation. We also have nullary Twine objects, which are effectivel
134 const Twine *twine; member in union:llvm::Twine::Child
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
Twine.h 1 //===-- Twine.h - Fast Temporary String Concatenation -----------*- C++ -*-===//
24 /// Twine - A lightweight data structure for efficiently representing the
27 /// A Twine is a kind of rope, it represents a concatenated string using a
29 /// Twine can be efficiently rendered into a buffer when its result is used,
31 /// results -- particularly in cases when the Twine result is never
36 /// A Twine is not intended for use directly and should not be stored, its
48 /// Given the nature of a Twine, it is not possible for the Twine's
50 /// represented inside the returned value. For this reason a Twine object
52 /// concatenation. We also have nullary Twine objects, which are effectivel
134 const Twine *twine; member in union:llvm::Twine::Child
    [all...]
  /external/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 45 LoopAccessReport(const Twine &Message, const Instruction *I)
61 operator Twine() { return Message; }

Completed in 96 milliseconds