OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OM
(Results
1 - 15
of
15
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ExternalASTMerger.h
86
const OriginMap &
OM
;
95
ImporterSource(ASTContext &AST, FileManager &FM, const OriginMap &
OM
,
97
: AST(AST), FM(FM),
OM
(
OM
), Temporary(Temporary), Merger(Merger) {}
100
const OriginMap &getOriginMap() const { return
OM
; }
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp
81
static void orderValue(const Value *V, OrderMap &
OM
) {
82
if (
OM
.lookup(V).first)
89
orderValue(Op,
OM
);
92
orderValue(CE->getShuffleMaskForBitcode(),
OM
);
98
OM
.index(V);
104
OrderMap
OM
;
114
orderValue(G.getInitializer(),
OM
);
117
orderValue(A.getAliasee(),
OM
);
120
orderValue(I.getResolver(),
OM
);
124
orderValue(U.get(),
OM
);
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
ObjCMT.cpp
58
ObjCMethodDecl *
OM
);
59
bool migrateProperty(ASTContext &Ctx, ObjCContainerDecl *D, ObjCMethodDecl *
OM
);
60
void migrateNsReturnsInnerPointer(ASTContext &Ctx, ObjCMethodDecl *
OM
);
63
ObjCMethodDecl *
OM
,
958
ObjCMethodDecl *
OM
) {
959
if (
OM
->getReturnType() == Ctx.getObjCInstanceType())
964
if (TypeSourceInfo *TSInfo =
OM
->getReturnTypeSourceInfo()) {
970
R = SourceRange(
OM
->getBeginLoc(),
OM
->getBeginLoc());
971
ClassString =
OM
->isInstanceMethod() ? '-' : '+'
[
all
...]
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
GlobalISelEmitter.cpp
927
void defineOperand(StringRef SymbolicName, OperandMatcher &
OM
);
929
void definePhysRegOperand(Record *Reg, OperandMatcher &
OM
);
2298
OperandMatcher *
OM
= new OperandMatcher(*this, OpIdx, "", TempOpIdx);
2299
Operands.emplace_back(
OM
);
2300
Rule.definePhysRegOperand(Reg, *
OM
);
2302
return *
OM
;
2498
for (auto &
OM
: Operands)
2499
for (auto &OP :
OM
->predicates())
2502
OM
->eraseNullPredicates();
2513
for (auto &
OM
: Operands)
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/AST/
CXXInheritance.cpp
558
for (CXXFinalOverriderMap::iterator
OM
= BaseOverriders->begin(),
560
OM
!= OMEnd;
561
++
OM
) {
562
const CXXMethodDecl *CanonOM =
OM
->first->getCanonicalDecl();
563
Overriders[CanonOM].add(
OM
->second);
599
for (const CXXMethodDecl *
OM
: Stack.pop_back_val()) {
600
const CXXMethodDecl *CanonOM =
OM
->getCanonicalDecl();
649
for (auto &
OM
: FinalOverriders) {
650
for (auto &SO :
OM
.second) {
/src/external/apache2/llvm/dist/llvm/lib/IR/
AsmWriter.cpp
128
static void orderValue(const Value *V, OrderMap &
OM
) {
129
if (
OM
.lookup(V).first)
136
orderValue(Op,
OM
);
140
OM
.index(V);
144
OrderMap
OM
;
149
orderValue(G.getInitializer(),
OM
);
150
orderValue(&G,
OM
);
154
orderValue(A.getAliasee(),
OM
);
155
orderValue(&A,
OM
);
159
orderValue(I.getResolver(),
OM
);
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
BitTracker.cpp
1003
BitMask
OM
= ME.mask(OldRR.Reg, OldRR.Sub);
1005
uint16_t OMB =
OM
.first(), OME =
OM
.last();
/src/external/gpl3/gdb.old/dist/sim/rx/
rx.c
932
#define
OM
(i) op_is_memory (opcode, i)
1432
if (
OM
(0) &&
OM
(1))
/src/external/gpl3/gdb/dist/sim/rx/
rx.c
932
#define
OM
(i) op_is_memory (opcode, i)
1432
if (
OM
(0) &&
OM
(1))
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp
3854
ModuleFile *
OM
= (Kind == MK_PrebuiltModule || Kind == MK_ExplicitModule ||
3858
if (!
OM
) {
3891
mapOffset(SLocOffset,
OM
->SLocEntryBaseOffset, SLocRemap);
3892
mapOffset(IdentifierIDOffset,
OM
->BaseIdentifierID, IdentifierRemap);
3893
mapOffset(MacroIDOffset,
OM
->BaseMacroID, MacroRemap);
3894
mapOffset(PreprocessedEntityIDOffset,
OM
->BasePreprocessedEntityID,
3896
mapOffset(SubmoduleIDOffset,
OM
->BaseSubmoduleID, SubmoduleRemap);
3897
mapOffset(SelectorIDOffset,
OM
->BaseSelectorID, SelectorRemap);
3898
mapOffset(DeclIDOffset,
OM
->BaseDeclID, DeclRemap);
3899
mapOffset(TypeIndexOffset,
OM
->BaseTypeIndex, TypeRemap)
[
all
...]
/src/sys/dev/qbus/
qfont.c
191
"\33
OM
", /* key pad enter */
202
"\33
Om
", /* key pad - */
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDecl.cpp
1107
} else if (const auto *
OM
= dyn_cast<ObjCMethodDecl>(DC)) {
1108
return
OM
->getNameAsString();
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprObjC.cpp
1305
if (const ObjCMethodDecl *
OM
= SelectorsForTypoCorrection(Sel)) {
1306
Selector MatchedSel =
OM
->getSelector();
SemaDecl.cpp
17476
OM
= SO->second.begin(),
17478
OM
!= OMEnd; ++
OM
)
17479
Diag(
OM
->Method->getLocation(), diag::note_final_overrider)
17480
<< (const NamedDecl *)M->first <<
OM
->Method->getParent();
/src/share/terminfo/
terminfo
2501
# | $Ow | $Ox | $Oy | $
Om
|
2508
# |_ka1__K1_|_kb2__K2_|_ka3__K3_| $
OM
|
2535
# | $Ow | $Ox | $Oy | $
Om
|
2542
# |_kc1__K4_|_________|_kc3__K5_| $
OM
|
5264
# | 0 | . | $
OM
|
11177
# http://vt100.net/televideo/912b-
om
/
[
all
...]
Completed in 140 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026