Searched refs:OT (Results 26 - 50 of 54) sorted by relevance

123

/external/llvm/utils/TableGen/
H A DCodeGenInstruction.h108 const std::string &EMN, const std::string &OT, unsigned MION,
111 OperandType(OT), MIOperandNo(MION), MINumOperands(MINO),
107 OperandInfo(Record *R, const std::string &N, const std::string &PMN, const std::string &EMN, const std::string &OT, unsigned MION, unsigned MINO, DagInit *MIOI) argument
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-shape-fallback.cc441 OT::hb_apply_context_t c (1, font, buffer);
443 c.set_lookup_props (OT::LookupFlag::IgnoreMarks);
450 OT::hb_apply_context_t::skipping_forward_iterator_t skippy_iter (&c, idx, 1);
H A Dhb-open-file-private.hh35 namespace OT { namespace
258 } /* namespace OT */
H A Dmain.cc39 using namespace OT;
H A Dhb-ot-layout-gdef-table.hh37 namespace OT { namespace
430 } /* namespace OT */
H A Dhb-ot-cmap-table.hh33 namespace OT { namespace
514 } /* namespace OT */
H A Dhb-open-type-private.hh35 namespace OT { namespace
957 } /* namespace OT */
H A Dhb-ot-layout-common-private.hh37 namespace OT { namespace
1170 } /* namespace OT */
H A Dhb-ot-layout-gsub-table.hh35 namespace OT { namespace
1389 } /* namespace OT */
H A Dhb-ot-layout-gpos-table.hh35 namespace OT { namespace
1634 } /* namespace OT */
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-fallback.cc439 OT::hb_apply_context_t c (1, font, buffer);
441 c.set_lookup_props (OT::LookupFlag::IgnoreMarks);
448 OT::hb_apply_context_t::skipping_forward_iterator_t skippy_iter (&c, idx, 1);
H A Dhb-open-file-private.hh35 namespace OT { namespace
258 } /* namespace OT */
H A Dmain.cc39 using namespace OT;
H A Dhb-ot-layout-gdef-table.hh37 namespace OT { namespace
430 } /* namespace OT */
H A Dhb-ot-cmap-table.hh33 namespace OT { namespace
514 } /* namespace OT */
H A Dhb-open-type-private.hh35 namespace OT { namespace
957 } /* namespace OT */
H A Dhb-ot-layout-common-private.hh37 namespace OT { namespace
1170 } /* namespace OT */
H A Dhb-ot-layout-gsub-table.hh35 namespace OT { namespace
1389 } /* namespace OT */
H A Dhb-ot-layout-gpos-table.hh35 namespace OT { namespace
1634 } /* namespace OT */
/external/clang/lib/Sema/
H A DSemaExprMember.cpp1412 const ObjCObjectType *OT = OPT->getObjectType(); local
1415 if (OT->isObjCId()) {
1460 if (OT->isObjCClass()) {
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILPeepholeOptimizer.cpp124 size_t getTypeSize(OpaqueType * const OT, bool dereferencePtr = false);
1271 size_t AMDGPUPeepholeOpt::getTypeSize(OpaqueType * const OT, argument
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILPeepholeOptimizer.cpp124 size_t getTypeSize(OpaqueType * const OT, bool dereferencePtr = false);
1271 size_t AMDGPUPeepholeOpt::getTypeSize(OpaqueType * const OT, argument
/external/llvm/unittests/Support/
H A DYAMLIOTest.cpp1621 static void mapping(IO& IO, OptionalTest &OT) { argument
1622 IO.mapOptional("Numbers", OT.Numbers);
/external/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp2673 void ItaniumRTTIBuilder::BuildObjCObjectTypeInfo(const ObjCObjectType *OT) { argument
2675 const Type *T = OT->getBaseType().getTypePtr();
/external/clang/lib/AST/
H A DASTContext.cpp6149 OverloadedTemplateStorage *OT = new(memory) OverloadedTemplateStorage(size); local
6151 NamedDecl **Storage = OT->getStorage();
6160 return TemplateName(OT);

Completed in 590 milliseconds

123