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

/frameworks/compile/slang/
H A Dslang_rs_export_element.cpp150 const clang::TypedefType *TT = static_cast<const clang::TypedefType*>(T); local
151 const clang::TypedefNameDecl *TD = TT->getDecl();
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp1661 const Triple &TT) {
1675 Triple::ArchType Arch = TT.getArch();
1714 Triple TT(M->getTargetTriple());
1715 if (TT.isOSDarwin())
1734 if (TT.isOSDarwin())
1735 EmitDarwinBCHeaderAndTrailer(Buffer, TT);
1660 EmitDarwinBCHeaderAndTrailer(SmallVectorImpl<char> &Buffer, const Triple &TT) argument
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp1725 const Triple &TT) {
1739 Triple::ArchType Arch = TT.getArch();
1778 Triple TT(M->getTargetTriple());
1779 if (TT.isOSDarwin())
1798 if (TT.isOSDarwin())
1799 EmitDarwinBCHeaderAndTrailer(Buffer, TT);
1724 EmitDarwinBCHeaderAndTrailer(SmallVectorImpl<char> &Buffer, const Triple &TT) argument
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp1799 const Triple &TT) {
1813 Triple::ArchType Arch = TT.getArch();
1852 Triple TT(M->getTargetTriple());
1853 if (TT.isOSDarwin())
1872 if (TT.isOSDarwin())
1873 EmitDarwinBCHeaderAndTrailer(Buffer, TT);
1798 EmitDarwinBCHeaderAndTrailer(SmallVectorImpl<char> &Buffer, const Triple &TT) argument
/frameworks/native/opengl/libagl/
H A Dcontext.h125 TT = 0x8000, // texture coords transformed enumerator in enum:android::gl::vertex_t::__anon1798

Completed in 188 milliseconds