Searched defs:TB (Results 1 - 6 of 6) sorted by relevance

/external/clang/test/SemaCXX/
H A Dvirtual-override.cpp224 template <int N> struct TB {}; struct in namespace:type_dependent_covariance
225 struct D : public TB<0> {};
229 virtual TB<N>* f2(); // expected-note{{overridden virtual function is here}}
233 virtual D* f2(); // expected-error{{return type of virtual function 'f2' is not covariant with the return type of the function it overrides ('type_dependent_covariance::D *' is not derived from 'TB<1> *')}}
/external/clang/test/CXX/special/class.dtor/
H A Dp3-0x.cpp66 struct TB { struct
67 ~TB() throw(int);
72 TB<T> b;
114 TB<T> b;
/external/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp76 TB = 1, enumerator in enum:X86Local::__anon21948
908 case X86Local::TB:
/external/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp373 MachineBasicBlock *TB = 0, *FB = 0; local
374 bool NotAnalyzed = TII->AnalyzeBranch(*Latch, TB, FB, Cond, false);
481 MachineBasicBlock *TB = 0, *FB = 0; local
482 bool NotAnalyzed = TII->AnalyzeBranch(*Latch, TB, FB, Cond, false);
487 // TB must be non-null. If FB is also non-null, one of them must be
488 // the header. Otherwise, branch to TB could be exiting the loop, and
490 assert (TB && "Latch block without a branch?");
491 assert ((!FB || TB == Header || FB == Header) && "Branches not to header?");
492 if (!TB || (FB && TB !
1433 MachineBasicBlock *TB = 0, *FB = 0; local
[all...]
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h319 // TB - TwoByte - Set if this instruction has a two byte opcode, which
321 TB = 1 << Op0Shift, enumerator in enum:llvm::X86II::__anon21539
/external/qemu/
H A Dppc-dis.c1561 magic number of the TB register). These functions treat 0
1567 #define TB (268)
1576 value = TB;
1588 if (ret == TB)
1563 #define TB macro

Completed in 262 milliseconds