Searched refs:OM (Results 1 – 25 of 253) sorted by relevance
1234567891011
/external/llvm/lib/Bitcode/Writer/ |
D | ValueEnumerator.cpp | 57 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/ |
D | ObjCMT.cpp | 59 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/ |
D | CXXInheritance.cpp | 536 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/ |
D | AsmWriter.cpp | 74 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/ |
D | sw_KE.txt | 21 OM{"Omani"}
|
D | sw_CD.txt | 26 OM{"Omani"}
|
D | zh_Hant_HK.txt | 64 OM{"阿曼"}
|
D | ckb.txt | 137 OM{"عومان"}
|
D | vai.txt | 157 OM{"ꕱꕮꘋ"}
|
D | shi.txt | 157 OM{"ⵄⵓⵎⴰⵏ"}
|
D | zgh.txt | 158 OM{"ⵄⵓⵎⴰⵏ"}
|
D | ks.txt | 202 OM{"اومان"}
|
D | brx.txt | 205 OM{"ओमान"}
|
D | or.txt | 205 OM{"ଓମାନ୍"}
|
D | bs_Cyrl.txt | 211 OM{"Оман"}
|
D | gu.txt | 212 OM{"ઓમાન"}
|
D | mzn.txt | 212 OM{"عمان"}
|
D | lo.txt | 211 OM{"ໂອມານ"}
|
D | ne.txt | 212 OM{"ओमन"}
|
D | yue.txt | 212 OM{"阿曼王國"}
|
D | ja.txt | 212 OM{"オマーン"}
|
D | ml.txt | 212 OM{"ഒമാൻ"}
|
D | si.txt | 212 OM{"ඕමානය"}
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/es-ES/ |
D | es-ES_zl0_kdt_lfz3.pkb | 57 OM�����&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/ |
D | indicExceptions.txt | 101 "\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