Home
last modified time | relevance | path

Searched defs:IDs (Results 1 – 17 of 17) sorted by relevance

/external/clang/lib/ARCMigrate/
DInternals.h79 unsigned IDs[] = { ID1, ID2 }; in clearDiagnostic() local
84 unsigned IDs[] = { ID1, ID2, ID3 }; in clearDiagnostic() local
93 unsigned IDs[] = { ID1, ID2 }; in hasDiagnostic() local
DTransformActions.cpp368 bool TransformActionsImpl::clearDiagnostic(ArrayRef<unsigned> IDs, in clearDiagnostic()
500 void TransformActionsImpl::commitClearDiagnostic(ArrayRef<unsigned> IDs, in commitClearDiagnostic()
666 bool TransformActions::clearDiagnostic(ArrayRef<unsigned> IDs, in clearDiagnostic()
DARCMT.cpp27 bool CapturedDiagList::clearDiagnostic(ArrayRef<unsigned> IDs, in clearDiagnostic()
57 bool CapturedDiagList::hasDiagnostic(ArrayRef<unsigned> IDs, in hasDiagnostic()
/external/markdown/markdown/extensions/
Dheaderid.py90 IDs = [] variable in HeaderIdProcessor
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DCompoundTransliteratorTest.java39 final String IDs[]={ in TestConstruction() local
/external/icu/icu4c/source/test/intltest/
Dcpdtrtst.cpp65 const UnicodeString IDs[]={ in TestConstruction() local
/external/lldb/source/Breakpoint/
DWatchpointList.cpp201 std::vector<lldb::watch_id_t> IDs; in GetWatchpointIDs() local
/external/llvm/tools/verify-uselistorder/
Dverify-uselistorder.cpp84 DenseMap<const Value *, unsigned> IDs; member
/external/llvm/docs/
DBitCodeFormat.rst163 .. _Blocks:
/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp341 const std::vector<unsigned> &IDs, in FilterChooser()
352 const std::vector<unsigned> &IDs, in FilterChooser()
/external/clang/lib/Frontend/
DSerializedDiagnosticPrinter.cpp781 IntrusiveRefCntPtr<DiagnosticIDs> IDs(new DiagnosticIDs()); in getMetaDiags() local
/external/llvm/lib/IR/
DLegacyPassManager.cpp524 const AnalysisUsage::VectorType &IDs = AnUsage->getRequiredTransitiveSet(); in setLastUser() local
1079 const AnalysisUsage::VectorType &IDs = AnUsage->getRequiredTransitiveSet(); in collectRequiredAnalysis() local
DAsmWriter.cpp56 DenseMap<const Value *, std::pair<unsigned, bool>> IDs; member
/external/llvm/lib/Bitcode/Writer/
DValueEnumerator.cpp31 DenseMap<const Value *, std::pair<unsigned, bool>> IDs; member
/external/clang/lib/Serialization/
DASTReaderDecl.cpp70 void ReadDeclIDList(SmallVectorImpl<DeclID> &IDs) { in ReadDeclIDList()
1760 SmallVectorImpl<DeclID> &IDs) { in newDeclIDList()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.equinox.registry_3.5.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/mesa3d/src/mesa/main/
Dmtypes.h3307 struct _mesa_HashTable *IDs; member