HomeSort by relevance Sort by last modified time
    Searched refs:OM (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 57 static void orderValue(const Value *V, OrderMap &OM) {
58 if (OM.lookup(V).first)
65 orderValue(Op, OM);
69 OM.index(V);
75 OrderMap OM;
85 orderValue(G.getInitializer(), OM);
88 orderValue(A.getAliasee(), OM);
92 orderValue(F.getPrefixData(), OM);
95 orderValue(F.getPrologueData(), OM);
97 OM.LastGlobalConstantID = OM.size()
    [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 59 ObjCMethodDecl *OM);
60 bool migrateProperty(ASTContext &Ctx, ObjCContainerDecl *D, ObjCMethodDecl *OM);
61 void migrateNsReturnsInnerPointer(ASTContext &Ctx, ObjCMethodDecl *OM);
64 ObjCMethodDecl *OM,
    [all...]
  /external/clang/lib/AST/
CXXInheritance.cpp 522 for (CXXFinalOverriderMap::iterator OM = BaseOverriders->begin(),
524 OM != OMEnd;
525 ++OM) {
527 = cast<CXXMethodDecl>(OM->first->getCanonicalDecl());
528 Overriders[CanonOM].add(OM->second);
566 for (const CXXMethodDecl *OM : Stack.pop_back_val()) {
567 const CXXMethodDecl *CanonOM = OM->getCanonicalDecl();
617 for (auto &OM : FinalOverriders) {
618 for (auto &SO : OM.second) {
  /external/llvm/lib/IR/
AsmWriter.cpp 71 static void orderValue(const Value *V, OrderMap &OM) {
72 if (OM.lookup(V).first)
79 orderValue(Op, OM);
83 OM.index(V);
89 OrderMap OM;
94 orderValue(G.getInitializer(), OM);
95 orderValue(&G, OM);
99 orderValue(A.getAliasee(), OM);
100 orderValue(&A, OM);
105 orderValue(F.getPrefixData(), OM);
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/sonivox/jet_tools/JetCreator/
img_splash.py 258 \xce\x97e\x9a\xd4\x04\x9aV\xe0M\n\x0cY!\x07\xf1V\xe3\xf1\xc4\x07~OM\xb0\xed\
    [all...]

Completed in 154 milliseconds