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 82 TimerGroup *TG; // The TimerGroup this Timer is in.
86 explicit Timer(StringRef N) : TG(nullptr) { init(N); }
87 Timer(StringRef N, TimerGroup &tg) : TG(nullptr) { init(N, tg); }
88 Timer(const Timer &RHS) : TG(nullptr) {
89 assert(!RHS.TG && "Can only copy uninitialized timers");
92 assert(!TG && !T.TG && "Can only assign uninit timers");
98 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 102 void Timer::init(StringRef N, TimerGroup &tg) {
103 assert(!TG && "Timer already initialized");
106 TG = &tg;
107 TG->addTimer(*this);
111 if (!TG) return; // Never initialized, or already cleared.
112 TG->removeTimer(*this);
277 T.TG = nullptr;
377 for (TimerGroup *TG = TimerGroupList; TG; TG = TG->Next
    [all...]
  /external/llvm/lib/IR/
LegacyPassManager.cpp 457 TimerGroup TG;
460 TimingInfo() : TG("... Pass execution timing report ...") {}
484 T = new Timer(P->getPassName(), TG);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp     [all...]
  /external/v8/test/mjsunit/asm/poppler/
poppler.js     [all...]
  /external/webrtc/data/voice_engine/stereo_rtp_files/
toggling_stereo_g729_pt18_pt125.rtp     [all...]

Completed in 2491 milliseconds