Searched refs:addDef (Results 1 - 9 of 9) sorted by relevance

/external/annotation-tools/scene-lib/src/annotations/io/
H A DIndexFileParser.java661 addDef(ad, basename);
666 // also see addDef(AnnotationDef, String).
667 public void addDef(AnnotationDef ad) throws ParseException { method in class:IndexFileParser
673 addDef(ad, basename);
677 public void addDef(AnnotationDef ad, String basename) throws ParseException { method in class:IndexFileParser
678 // System.out.println("addDef:" + ad);
1611 addDef(ad);
/external/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp213 /// addDef - Add a definition point to this value.
214 void addDef(SlotIndex Idx, const MachineOperand &LocMO) { function in class:__anon13912::UserValue
507 UV->addDef(Idx, MI.getOperand(0));
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DLiveDebugVariables.cpp203 /// addDef - Add a definition point to this value.
204 void addDef(SlotIndex Idx, const MachineOperand &LocMO) { function in class:__anon22625::UserValue
453 UV->addDef(Idx, MI->getOperand(0));
/external/swiftshader/third_party/LLVM/lib/TableGen/
H A DTGParser.cpp1113 Records.addDef(NewRec);
1684 Records.addDef(CurRec);
2027 Records.addDef(CurRec);
H A DRecord.cpp1699 TrackedRecords.addDef(this);
/external/llvm/lib/TableGen/
H A DTGParser.cpp350 Records.addDef(std::move(IterRec));
1219 Records.addDef(std::move(NewRecOwner));
2001 Records.addDef(std::move(CurRecOwner));
2424 Records.addDef(std::move(CurRec));
/external/llvm/include/llvm/TableGen/
H A DRecord.h1535 void addDef(std::unique_ptr<Record> R) { function in class:llvm::RecordKeeper
/external/swiftshader/third_party/LLVM/include/llvm/TableGen/
H A DRecord.h1604 void addDef(Record *R) { function in class:llvm::DagInit
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...

Completed in 580 milliseconds