HomeSort by relevance Sort by last modified time
    Searched refs:TG (Results 1 - 8 of 8) sorted by null

  /external/ltrace/
autogen.sh 29 TG=`echo $1 | sed -e "s,/.*/,,g"`
30 LINE=`echo $TG |sed -e "s/./-/g"`
32 echo $TG
  /external/llvm/include/llvm/Support/
Timer.h 84 TimerGroup *TG; // The TimerGroup this Timer is in.
88 explicit Timer(StringRef N) : TG(nullptr) { init(N); }
89 Timer(StringRef N, TimerGroup &tg) : TG(nullptr) { init(N, tg); }
90 Timer(const Timer &RHS) : TG(nullptr) {
91 assert(!RHS.TG && "Can only copy uninitialized timers");
94 assert(!TG && !T.TG && "Can only assign uninit timers");
100 explicit Timer() : TG(nullptr) {
    [all...]
  /external/clang/test/CXX/special/class.dtor/
p3-0x.cpp 105 struct TG {
107 ~TG();
110 TG<T>::~TG() {}
122 TG<int> g;
  /external/llvm/lib/Support/
Timer.cpp 104 assert(!TG && "Timer already initialized");
107 TG = getDefaultTimerGroup();
108 TG->addTimer(*this);
111 void Timer::init(StringRef N, TimerGroup &tg) {
112 assert(!TG && "Timer already initialized");
115 TG = &tg;
116 TG->addTimer(*this);
120 if (!TG) return; // Never initialized, or already cleared.
121 TG->removeTimer(*this)
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
RegionDataConstants.java     [all...]
  /external/llvm/lib/IR/
LegacyPassManager.cpp 466 TimerGroup TG;
469 TimingInfo() : TG("... Pass execution timing report ...") {}
494 T = new Timer(P->getPassName(), TG);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp     [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]

Completed in 666 milliseconds