Home
last modified time | relevance | path

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

12

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
DValueEnumerator.cpp82 static void orderValue(const Value *V, OrderMap &OM) { in orderValue() argument
83 if (OM.lookup(V).first) in orderValue()
90 orderValue(Op, OM); in orderValue()
93 orderValue(CE->getShuffleMaskForBitcode(), OM); in orderValue()
99 OM.index(V); in orderValue()
105 OrderMap OM; in orderModule() local
115 orderValue(G.getInitializer(), OM); in orderModule()
118 orderValue(A.getAliasee(), OM); in orderModule()
121 orderValue(I.getResolver(), OM); in orderModule()
125 orderValue(U.get(), OM); in orderModule()
[all …]
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DExternalASTMerger.h86 const OriginMap &OM; variable
95 ImporterSource(ASTContext &AST, FileManager &FM, const OriginMap &OM,
97 : AST(AST), FM(FM), OM(OM), Temporary(Temporary), Merger(Merger) {} in AST()
100 const OriginMap &getOriginMap() const { return OM; } in getOriginMap()
/freebsd-12-stable/contrib/llvm-project/clang/lib/ARCMigrate/
DObjCMT.cpp58 ObjCMethodDecl *OM);
59 bool migrateProperty(ASTContext &Ctx, ObjCContainerDecl *D, ObjCMethodDecl *OM);
60 void migrateNsReturnsInnerPointer(ASTContext &Ctx, ObjCMethodDecl *OM);
63 ObjCMethodDecl *OM,
958 ObjCMethodDecl *OM) { in ReplaceWithInstancetype() argument
959 if (OM->getReturnType() == Ctx.getObjCInstanceType()) in ReplaceWithInstancetype()
964 if (TypeSourceInfo *TSInfo = OM->getReturnTypeSourceInfo()) { in ReplaceWithInstancetype()
970 R = SourceRange(OM->getBeginLoc(), OM->getBeginLoc()); in ReplaceWithInstancetype()
971 ClassString = OM->isInstanceMethod() ? '-' : '+'; in ReplaceWithInstancetype()
980 ObjCMethodDecl *OM) { in ReplaceWithClasstype() argument
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DGlobalISelEmitter.cpp940 void defineOperand(StringRef SymbolicName, OperandMatcher &OM);
942 void definePhysRegOperand(Record *Reg, OperandMatcher &OM);
2311 OperandMatcher *OM = new OperandMatcher(*this, OpIdx, "", TempOpIdx); in addPhysRegInput() local
2312 Operands.emplace_back(OM); in addPhysRegInput()
2313 Rule.definePhysRegOperand(Reg, *OM); in addPhysRegInput()
2315 return *OM; in addPhysRegInput()
2511 for (auto &OM : Operands) in optimize() local
2512 for (auto &OP : OM->predicates()) in optimize()
2515 OM->eraseNullPredicates(); in optimize()
2526 for (auto &OM : Operands) { in optimize() local
[all …]
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DCXXInheritance.cpp558 for (CXXFinalOverriderMap::iterator OM = BaseOverriders->begin(), in Collect() local
560 OM != OMEnd; in Collect()
561 ++OM) { in Collect()
562 const CXXMethodDecl *CanonOM = OM->first->getCanonicalDecl(); in Collect()
563 Overriders[CanonOM].add(OM->second); in Collect()
599 for (const CXXMethodDecl *OM : Stack.pop_back_val()) { in Collect() local
600 const CXXMethodDecl *CanonOM = OM->getCanonicalDecl(); in Collect()
649 for (auto &OM : FinalOverriders) { in getFinalOverriders() local
650 for (auto &SO : OM.second) { in getFinalOverriders()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DAsmWriter.cpp111 static void orderValue(const Value *V, OrderMap &OM) { in orderValue() argument
112 if (OM.lookup(V)) in orderValue()
119 orderValue(Op, OM); in orderValue()
123 unsigned ID = OM.size() + 1; in orderValue()
124 OM[V] = ID; in orderValue()
128 OrderMap OM; in orderModule() local
133 orderValue(G.getInitializer(), OM); in orderModule()
134 orderValue(&G, OM); in orderModule()
138 orderValue(A.getAliasee(), OM); in orderModule()
139 orderValue(&A, OM); in orderModule()
[all …]
/freebsd-12-stable/contrib/ntp/html/hints/
Drefclocks29 127.127.11.x Kinemetrics Truetime OM-DC OMEGA Receiver
Dsgi67 out /usr/sysgen/master.d/[sduart|cdsio]). I have a Kinemetrics OM-DC
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DBitTracker.cpp1003 BitMask OM = ME.mask(OldRR.Reg, OldRR.Sub); in subst() local
1005 uint16_t OMB = OM.first(), OME = OM.last(); in subst()
/freebsd-12-stable/contrib/less/
Dless.hlp2 SSUUMMMMAARRYY OOFF LLEESSSS CCOOMMMMAANNDDSS
98 MMIISSCCEELLLLAANNEEOOUUSS CCOOMMMMAANNDDSS
/freebsd-12-stable/tools/tools/locale/etc/charmaps/
DISCII-DEV.TXT97 # the code points alone. For example, the character DEVANAGARI OM
242 0xA1+0xE9 0x0950 # DEVANAGARI OM
/freebsd-12-stable/share/i18n/csmapper/APPLE/
DGUJARATI%UCS.src101 # the code points alone. For example, the character GUJARATI OM
DUCS%GUJARATI.src101 # the code points alone. For example, the character GUJARATI OM
DUCS%DEVANAGA.src102 # the code points alone. For example, the character DEVANAGARI OM
DDEVANAGA%UCS.src102 # the code points alone. For example, the character DEVANAGARI OM
/freebsd-12-stable/share/misc/
Diso3166188 OM OMN 512 Oman
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTReader.cpp3864 ModuleFile *OM = (Kind == MK_PrebuiltModule || Kind == MK_ExplicitModule || in ReadModuleOffsetMap() local
3868 if (!OM) { in ReadModuleOffsetMap()
3906 OM->SLocEntryBaseOffset - SLocOffset))); in ReadModuleOffsetMap()
3908 mapOffset(IdentifierIDOffset, OM->BaseIdentifierID, IdentifierRemap); in ReadModuleOffsetMap()
3909 mapOffset(MacroIDOffset, OM->BaseMacroID, MacroRemap); in ReadModuleOffsetMap()
3910 mapOffset(PreprocessedEntityIDOffset, OM->BasePreprocessedEntityID, in ReadModuleOffsetMap()
3912 mapOffset(SubmoduleIDOffset, OM->BaseSubmoduleID, SubmoduleRemap); in ReadModuleOffsetMap()
3913 mapOffset(SelectorIDOffset, OM->BaseSelectorID, SelectorRemap); in ReadModuleOffsetMap()
3914 mapOffset(DeclIDOffset, OM->BaseDeclID, DeclRemap); in ReadModuleOffsetMap()
3915 mapOffset(TypeIndexOffset, OM->BaseTypeIndex, TypeRemap); in ReadModuleOffsetMap()
[all …]
/freebsd-12-stable/contrib/tzdata/
Dzone1970.tab41 AE,OM,RE,SC,TF +2518+05518 Asia/Dubai Crozet
Dzone.tab306 OM +2336+05835 Asia/Muscat
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGDecl.cpp1112 } else if (const auto *OM = dyn_cast<ObjCMethodDecl>(DC)) { in createUnnamedGlobalFrom() local
1113 return OM->getNameAsString(); in createUnnamedGlobalFrom()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaExprObjC.cpp1305 if (const ObjCMethodDecl *OM = SelectorsForTypoCorrection(Sel)) { in ParseObjCSelectorExpression() local
1306 Selector MatchedSel = OM->getSelector(); in ParseObjCSelectorExpression()
DSemaDecl.cpp17533 OM = SO->second.begin(), in ActOnFields() local
17535 OM != OMEnd; ++OM) in ActOnFields()
17536 Diag(OM->Method->getLocation(), diag::note_final_overrider) in ActOnFields()
17537 << (const NamedDecl *)M->first << OM->Method->getParent(); in ActOnFields()
/freebsd-12-stable/contrib/file/magic/Magdir/
Dmsdos921 0 string/b \320\317\021\340\241\261\032\341AAFB\015\000OM\006\016\053\064\001\001\001\377 AAF leg…
/freebsd-12-stable/crypto/heimdal/lib/wind/
DUnicodeData.txt1830 0950;DEVANAGARI OM;Lo;0;L;;;;;N;;;;;
2094 0AD0;GUJARATI OM;Lo;0;L;;;;;N;;;;;
2732 0F00;TIBETAN SYLLABLE OM;Lo;0;L;;;;;N;;;;;
8731 3164;HANGUL FILLER;Lo;0;L;<compat> 1160;;;;N;HANGUL CAE OM;;;;
8807 31B1;BOPOMOFO LETTER OM;Lo;0;L;;;;;N;;;;;
12017 FFA0;HALFWIDTH HANGUL FILLER;Lo;0;L;<narrow> 3164;;;;N;HALFWIDTH HANGUL CAE OM;;;;
/freebsd-12-stable/contrib/ncurses/misc/
Dterminfo.src2807 # |_ka1__K1_|_kb2__K2_|_ka3__K3_| $OM |
2841 # |_kc1__K4_|_________|_kc3__K5_| $OM |

12