Home
last modified time | relevance | path

Searched refs:IDs (Results 1 – 25 of 81) sorted by relevance

1234

/external/clang/lib/ARCMigrate/
DInternals.h32 bool clearDiagnostic(ArrayRef<unsigned> IDs, SourceRange range);
33 bool hasDiagnostic(ArrayRef<unsigned> IDs, SourceRange range) const;
74 bool clearDiagnostic(ArrayRef<unsigned> IDs, SourceRange range);
79 unsigned IDs[] = { ID1, ID2 }; in clearDiagnostic() local
80 return clearDiagnostic(IDs, range); in clearDiagnostic()
84 unsigned IDs[] = { ID1, ID2, ID3 }; in clearDiagnostic() local
85 return clearDiagnostic(IDs, range); in clearDiagnostic()
93 unsigned IDs[] = { ID1, ID2 }; in hasDiagnostic() local
94 return CapturedDiags.hasDiagnostic(IDs, range); in hasDiagnostic()
DARCMT.cpp27 bool CapturedDiagList::clearDiagnostic(ArrayRef<unsigned> IDs, in clearDiagnostic() argument
36 if ((IDs.empty() || // empty means clear all diagnostics in the range. in clearDiagnostic()
37 std::find(IDs.begin(), IDs.end(), I->getID()) != IDs.end()) && in clearDiagnostic()
57 bool CapturedDiagList::hasDiagnostic(ArrayRef<unsigned> IDs, in hasDiagnostic() argument
65 if ((IDs.empty() || // empty means any diagnostic in the range. in hasDiagnostic()
66 std::find(IDs.begin(), IDs.end(), I->getID()) != IDs.end()) && in hasDiagnostic()
DTransformActions.cpp146 bool clearDiagnostic(ArrayRef<unsigned> IDs, SourceRange range);
165 void commitClearDiagnostic(ArrayRef<unsigned> IDs, SourceRange range);
368 bool TransformActionsImpl::clearDiagnostic(ArrayRef<unsigned> IDs, in clearDiagnostic() argument
371 if (!CapturedDiags.hasDiagnostic(IDs, range)) in clearDiagnostic()
377 data.DiagIDs.append(IDs.begin(), IDs.end()); in clearDiagnostic()
500 void TransformActionsImpl::commitClearDiagnostic(ArrayRef<unsigned> IDs, in commitClearDiagnostic() argument
502 CapturedDiags.clearDiagnostic(IDs, range); in commitClearDiagnostic()
666 bool TransformActions::clearDiagnostic(ArrayRef<unsigned> IDs, in clearDiagnostic() argument
668 return static_cast<TransformActionsImpl*>(Impl)->clearDiagnostic(IDs, range); in clearDiagnostic()
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DCompoundTransliteratorTest.java39 final String IDs[]={ in TestConstruction() local
49 Transliterator.getInstance(IDs[i]); in TestConstruction()
51 … errln("FAIL: construction using CompoundTransliterator(String ID) failed for " + IDs[i]); in TestConstruction()
56 Transliterator.getInstance(IDs[i], Transliterator.FORWARD); in TestConstruction()
58 …construction using CompoundTransliterator(String ID, int direction=FORWARD) failed for " + IDs[i]); in TestConstruction()
63 Transliterator.getInstance(IDs[i], Transliterator.REVERSE); in TestConstruction()
65 …construction using CompoundTransliterator(String ID, int direction=REVERSE) failed for " + IDs[i]); in TestConstruction()
/external/markdown/markdown/extensions/
Dheaderid.py90 IDs = [] variable in HeaderIdProcessor
146 while id in self.IDs:
152 self.IDs.append(id)
186 self.processor.IDs = []
/external/lzma/
DMethods.txt1 7-Zip method IDs (9.18)
8 1) Write request for allocating IDs to 7-zip developers.
13 3F - Prefix for random IDs (1 byte)
23 List of defined IDs
/external/mesa3d/src/mesa/main/
Derrors.c187 state = (uintptr_t)_mesa_HashLookup(nspace->IDs, id); in get_message_state()
210 _mesa_HashInsert(nspace->IDs, id, (void*)state); in get_message_state()
238 state = (uintptr_t)_mesa_HashLookup(nspace->IDs, id); in set_message_state()
252 _mesa_HashInsert(nspace->IDs, id, (void*)state); in set_message_state()
765 ClientIDs->Namespaces[s][t].IDs = _mesa_NewHashTable(); in _mesa_init_errors()
766 assert(ClientIDs->Namespaces[s][t].IDs); in _mesa_init_errors()
782 _mesa_DeleteHashTable(ClientIDs->Namespaces[s][t].IDs); in _mesa_free_errors_data()
/external/llvm/tools/verify-uselistorder/
Dverify-uselistorder.cpp84 DenseMap<const Value *, unsigned> IDs; member
104 unsigned lookup(const Value *V) const { return IDs.lookup(V); } in lookup()
231 if (IDs.lookup(V)) in map()
240 IDs[V] = Values.size(); in map()
258 << ", user-id = " << M.IDs.lookup(U.getUser()) << ", user = "; in debugValue()
/external/lldb/source/Breakpoint/
DWatchpointList.cpp201 std::vector<lldb::watch_id_t> IDs; in GetWatchpointIDs() local
204 IDs.push_back((*pos)->GetID()); in GetWatchpointIDs()
205 return IDs; in GetWatchpointIDs()
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Dt058rewriteAST72.g4 a : ID+ -> ID ID ID ; // only 2 input IDs
Dt058rewriteAST53.g4 a : ID+ -> ID ID ID ; // works if 3 input IDs
/external/libxml2/result/XInclude/
Ddocids.xml.rdr17 1 8 #comment 0 1 including another XML document with IDs
/external/llvm/test/Linker/
Dmodule-flags-6-a.ll5 ; CHECK: linking module flags 'foo': IDs have conflicting values
Dmodule-flags-7-a.ll5 ; CHECK: linking module flags 'foo': IDs have conflicting behaviors
Dmodule-flags-5-a.ll5 ; CHECK: linking module flags 'foo': IDs have conflicting override values
Dmodule-flags-pic-2-a.ll10 ; CHECK-ERRORS: ERROR: linking module flags 'PIC Level': IDs have conflicting values
/external/wpa_supplicant_8/hostapd/
Dhostapd.vlan6 # Optional wildcard entry matching all VLAN IDs. The first # in the interface
/external/llvm/lib/Bitcode/Writer/
DValueEnumerator.cpp31 DenseMap<const Value *, std::pair<unsigned, bool>> IDs; member
44 unsigned size() const { return IDs.size(); } in size()
45 std::pair<unsigned, bool> &operator[](const Value *V) { return IDs[V]; } in operator []()
47 return IDs.lookup(V); in lookup()
51 unsigned ID = IDs.size() + 1; in index()
52 IDs[V].first = ID; in index()
/external/strace/xlat/
Dv4l2_control_ids.in45 /* Camera class control IDs */
/external/icu/icu4c/source/tools/tzcode/
Dreadme.txt22 behavior, as well as the full set of Olson compatibility IDs.
41 compatibility IDs.
/external/llvm/include/llvm/IR/
DInstruction.h217 unsigned IDs[] = {ID1, ID2};
218 return dropUnknownMetadata(IDs);
/external/toybox/
DConfig.in126 When commands like useradd/groupadd allocate system IDs, start here.
132 When commands like useradd/groupadd allocate user IDs, start here.
/external/llvm/test/Bitcode/
Dfunction-encoding-rel-operands.ll2 ; relative IDs.
/external/llvm/docs/
DBitCodeFormat.rst138 Abbreviation IDs
145 defined below) or one of the abbreviation IDs defined for the current block by
148 The set of builtin abbrev IDs is:
160 Abbreviation IDs 4 and above are defined by the stream itself, and specify an
170 function bodies). Block IDs 0-7 are reserved for `standard blocks`_ whose
171 meaning is defined by Bitcode; block IDs 8 and greater are application
306 Abbreviations are implicitly assigned IDs sequentially starting from 4 (the
308 ``BLOCKINFO`` record for the particular block type receive IDs first, in order,
402 may be added. Block IDs 0-7 are reserved for standard blocks.
428 IDs as described in `DEFINE_ABBREV`_.
[all …]
/external/llvm/lib/IR/
DLegacyPassManager.cpp524 const AnalysisUsage::VectorType &IDs = AnUsage->getRequiredTransitiveSet(); in setLastUser() local
527 for (AnalysisUsage::VectorType::const_iterator I = IDs.begin(), in setLastUser()
528 E = IDs.end(); I != E; ++I) { in setLastUser()
1079 const AnalysisUsage::VectorType &IDs = AnUsage->getRequiredTransitiveSet(); in collectRequiredAnalysis() local
1080 for (AnalysisUsage::VectorType::const_iterator I = IDs.begin(), in collectRequiredAnalysis()
1081 E = IDs.end(); I != E; ++I) { in collectRequiredAnalysis()

1234