Searched defs:TT (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_export_element.cpp138 const clang::TypedefType *TT = static_cast<const clang::TypedefType*>(T); local
139 const clang::TypedefNameDecl *TD = TT->getDecl();
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp1655 const Triple &TT) {
1669 Triple::ArchType Arch = TT.getArch();
1708 Triple TT(M->getTargetTriple());
1709 if (TT.isOSDarwin())
1728 if (TT.isOSDarwin())
1729 EmitDarwinBCHeaderAndTrailer(Buffer, TT);
1654 EmitDarwinBCHeaderAndTrailer(SmallVectorImpl<char> &Buffer, const Triple &TT) argument
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp1672 const Triple &TT) {
1686 Triple::ArchType Arch = TT.getArch();
1725 Triple TT(M->getTargetTriple());
1726 if (TT.isOSDarwin())
1745 if (TT.isOSDarwin())
1746 EmitDarwinBCHeaderAndTrailer(Buffer, TT);
1671 EmitDarwinBCHeaderAndTrailer(SmallVectorImpl<char> &Buffer, const Triple &TT) argument
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp1865 const Triple &TT) {
1879 Triple::ArchType Arch = TT.getArch();
1918 Triple TT(M->getTargetTriple());
1919 if (TT.isOSDarwin())
1938 if (TT.isOSDarwin())
1939 EmitDarwinBCHeaderAndTrailer(Buffer, TT);
1864 EmitDarwinBCHeaderAndTrailer(SmallVectorImpl<char> &Buffer, const Triple &TT) argument
/frameworks/native/opengl/libagl/
H A Dcontext.h124 TT = 0x8000, // texture coords transformed enumerator in enum:android::gl::vertex_t::__anon1498

Completed in 114 milliseconds