Home
last modified time | relevance | path

Searched refs:OM (Results 1 – 25 of 253) sorted by relevance

1234567891011

/external/llvm/lib/Bitcode/Writer/
DValueEnumerator.cpp57 static void orderValue(const Value *V, OrderMap &OM) { in orderValue() argument
58 if (OM.lookup(V).first) in orderValue()
65 orderValue(Op, OM); in orderValue()
69 OM.index(V); in orderValue()
75 OrderMap OM; in orderModule() local
85 orderValue(G.getInitializer(), OM); in orderModule()
88 orderValue(A.getAliasee(), OM); in orderModule()
91 orderValue(I.getResolver(), OM); in orderModule()
95 orderValue(U.get(), OM); in orderModule()
97 OM.LastGlobalConstantID = OM.size(); in orderModule()
[all …]
/external/clang/lib/ARCMigrate/
DObjCMT.cpp59 ObjCMethodDecl *OM);
60 bool migrateProperty(ASTContext &Ctx, ObjCContainerDecl *D, ObjCMethodDecl *OM);
61 void migrateNsReturnsInnerPointer(ASTContext &Ctx, ObjCMethodDecl *OM);
64 ObjCMethodDecl *OM,
967 ObjCMethodDecl *OM) { in ReplaceWithInstancetype() argument
968 if (OM->getReturnType() == Ctx.getObjCInstanceType()) in ReplaceWithInstancetype()
973 if (TypeSourceInfo *TSInfo = OM->getReturnTypeSourceInfo()) { in ReplaceWithInstancetype()
979 R = SourceRange(OM->getLocStart(), OM->getLocStart()); in ReplaceWithInstancetype()
980 ClassString = OM->isInstanceMethod() ? '-' : '+'; in ReplaceWithInstancetype()
989 ObjCMethodDecl *OM) { in ReplaceWithClasstype() argument
[all …]
/external/clang/lib/AST/
DCXXInheritance.cpp536 for (CXXFinalOverriderMap::iterator OM = BaseOverriders->begin(), in Collect() local
538 OM != OMEnd; in Collect()
539 ++OM) { in Collect()
541 = cast<CXXMethodDecl>(OM->first->getCanonicalDecl()); in Collect()
542 Overriders[CanonOM].add(OM->second); in Collect()
580 for (const CXXMethodDecl *OM : Stack.pop_back_val()) { in Collect() local
581 const CXXMethodDecl *CanonOM = OM->getCanonicalDecl(); in Collect()
631 for (auto &OM : FinalOverriders) { in getFinalOverriders() local
632 for (auto &SO : OM.second) { in getFinalOverriders()
/external/llvm/lib/IR/
DAsmWriter.cpp74 static void orderValue(const Value *V, OrderMap &OM) { in orderValue() argument
75 if (OM.lookup(V).first) in orderValue()
82 orderValue(Op, OM); in orderValue()
86 OM.index(V); in orderValue()
92 OrderMap OM; in orderModule() local
97 orderValue(G.getInitializer(), OM); in orderModule()
98 orderValue(&G, OM); in orderModule()
102 orderValue(A.getAliasee(), OM); in orderModule()
103 orderValue(&A, OM); in orderModule()
107 orderValue(I.getResolver(), OM); in orderModule()
[all …]
/external/icu/icu4c/source/data/region/
Dsw_KE.txt21 OM{"Omani"}
Dsw_CD.txt26 OM{"Omani"}
Dzh_Hant_HK.txt64 OM{"阿曼"}
Dckb.txt137 OM{"عومان"}
Dvai.txt157 OM{"ꕱꕮꘋ"}
Dshi.txt157 OM{"ⵄⵓⵎⴰⵏ"}
Dzgh.txt158 OM{"ⵄⵓⵎⴰⵏ"}
Dks.txt202 OM{"اومان"}
Dbrx.txt205 OM{"ओमान"}
Dor.txt205 OM{"ଓମାନ୍"}
Dbs_Cyrl.txt211 OM{"Оман"}
Dgu.txt212 OM{"ઓમાન"}
Dmzn.txt212 OM{"عمان"}
Dlo.txt211 OM{"ໂອມານ"}
Dne.txt212 OM{"ओमन"}
Dyue.txt212 OM{"阿曼王國"}
Dja.txt212 OM{"オマーン"}
Dml.txt212 OM{"ഒമാൻ"}
Dsi.txt212 OM{"ඕමානය"}
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/es-ES/
Des-ES_zl0_kdt_lfz3.pkb57OM�����&mM�Z8�r �PSʿ��J�� |�X�)Ÿ~�q�~x¿W��O~ؘ5=�"0�{bX
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
DindicExceptions.txt101 "\u09D0>\u09D0;" // <unknown> OM - Devanagari (\u0950), Gujarati (\u0AD0)
141 "\u0A50>\u0A50;" // <unknown> OM - Devanagari (\u0950), Gujarati (\u0AD0)
363 "\u0D50>\u0D50;" // <unknown> OM - Devanagari (\u0950), Gujarati (\u0AD0)

1234567891011