HomeSort by relevance Sort by last modified time
    Searched refs:OT (Results 1 - 21 of 21) sorted by null

  /external/clang/test/SemaTemplate/
dependent-expr.cpp 45 template<typename OT> int myMethod()
46 { return 2 && sizeof(OT); }
  /frameworks/compile/llvm-ndk-cc/
Compiler.h 78 inline void setOutputType(OutputType OT) { mOT = OT; }
156 OutputType OT);
Backend.h 38 Compiler::OutputType OT);
Backend.cpp 186 Compiler::OutputType OT)
194 mOT(OT),
Compiler.cpp 164 OutputType OT) {
169 OT);
  /gdk/sources/llvm-ndk-cc/
Compiler.h 78 inline void setOutputType(OutputType OT) { mOT = OT; }
156 OutputType OT);
Backend.h 38 Compiler::OutputType OT);
Backend.cpp 183 Compiler::OutputType OT)
191 mOT(OT),
Compiler.cpp 155 OutputType OT) {
160 OT);
  /frameworks/compile/slang/
slang.h 162 OutputType OT);
192 void setOutputType(OutputType OT) { mOT = OT; }
slang_backend.h 109 Slang::OutputType OT);
slang_rs.h 89 Slang::OutputType OT);
slang_rs_backend.h 85 Slang::OutputType OT,
slang.cpp 251 llvm::raw_ostream *OS, OutputType OT) {
253 &mPragmas, OS, OT);
slang_backend.cpp 209 Slang::OutputType OT)
214 mOT(OT),
slang_rs.cpp 238 Slang::OutputType OT) {
245 OT,
slang_rs_backend.cpp 55 Slang::OutputType OT,
59 : Backend(DiagEngine, CodeGenOpts, TargetOpts, Pragmas, OS, OT),
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 108 const std::string &EMN, const std::string &OT, unsigned MION,
111 OperandType(OT), MIOperandNo(MION), MINumOperands(MINO),
  /external/clang/lib/CodeGen/
CGRTTI.cpp 727 void RTTIBuilder::BuildObjCObjectTypeInfo(const ObjCObjectType *OT) {
729 const Type *T = OT->getBaseType().getTypePtr();
    [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 111 milliseconds