Searched defs:TT (Results 1 - 4 of 4) 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.cpp1669 const Triple &TT) {
1683 Triple::ArchType Arch = TT.getArch();
1722 Triple TT(M->getTargetTriple());
1723 if (TT.isOSDarwin())
1742 if (TT.isOSDarwin())
1743 EmitDarwinBCHeaderAndTrailer(Buffer, TT);
1668 EmitDarwinBCHeaderAndTrailer(SmallVectorImpl<char> &Buffer, const Triple &TT) argument
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp1686 const Triple &TT) {
1700 Triple::ArchType Arch = TT.getArch();
1739 Triple TT(M->getTargetTriple());
1740 if (TT.isOSDarwin())
1759 if (TT.isOSDarwin())
1760 EmitDarwinBCHeaderAndTrailer(Buffer, TT);
1685 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::__anon1464

Completed in 65 milliseconds