Searched refs:IDs (Results 1 - 16 of 16) sorted by relevance

/external/clang/lib/ARCMigrate/
H A DInternals.h30 bool clearDiagnostic(ArrayRef<unsigned> IDs, SourceRange range);
31 bool hasDiagnostic(ArrayRef<unsigned> IDs, SourceRange range) const;
73 bool clearDiagnostic(ArrayRef<unsigned> IDs, SourceRange range);
78 unsigned IDs[] = { ID1, ID2 }; local
79 return clearDiagnostic(IDs, range);
83 unsigned IDs[] = { ID1, ID2, ID3 }; local
84 return clearDiagnostic(IDs, range);
92 unsigned IDs[] = { ID1, ID2 }; local
93 return CapturedDiags.hasDiagnostic(IDs, range);
H A DARCMT.cpp26 bool CapturedDiagList::clearDiagnostic(ArrayRef<unsigned> IDs, argument
35 if ((IDs.empty() || // empty means clear all diagnostics in the range.
36 std::find(IDs.begin(), IDs.end(), I->getID()) != IDs.end()) &&
55 bool CapturedDiagList::hasDiagnostic(ArrayRef<unsigned> IDs, argument
63 if ((IDs.empty() || // empty means any diagnostic in the range.
64 std::find(IDs.begin(), IDs.end(), I->getID()) != IDs
[all...]
H A DTransformActions.cpp146 bool clearDiagnostic(ArrayRef<unsigned> IDs, SourceRange range);
165 void commitClearDiagnostic(ArrayRef<unsigned> IDs, SourceRange range);
368 bool TransformActionsImpl::clearDiagnostic(ArrayRef<unsigned> IDs, argument
371 if (!CapturedDiags.hasDiagnostic(IDs, range))
377 data.DiagIDs.append(IDs.begin(), IDs.end());
500 void TransformActionsImpl::commitClearDiagnostic(ArrayRef<unsigned> IDs, argument
502 CapturedDiags.clearDiagnostic(IDs, range);
667 bool TransformActions::clearDiagnostic(ArrayRef<unsigned> IDs, argument
669 return static_cast<TransformActionsImpl*>(Impl)->clearDiagnostic(IDs, rang
[all...]
/external/markdown/markdown/extensions/
H A Dheaderid.py7 Adds ability to set HTML IDs for headers.
17 All header IDs are unique:
36 Turn off auto generated IDs:
78 """ Replacement BlockProcessor for Header IDs. """
90 IDs = [] variable in class:HeaderIdProcessor
146 while id in self.IDs:
152 self.IDs.append(id)
186 self.processor.IDs = []
/external/libvpx/examples/includes/geshi/geshi/
H A Demail.php132 //Email-Adresses or Mail-IDs
/external/icu4c/test/intltest/
H A Dcpdtrtst.cpp65 const UnicodeString IDs[]={ local
75 CompoundTransliterator *cpdtrans=new CompoundTransliterator(IDs[i],parseError, status);
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
H A Dpicoloaddbg.lua132 -- get IDs of unique specids
H A Dpicoloadphones.lua130 -- get IDs of unique specids
/external/llvm/lib/VMCore/
H A DPassManager.cpp496 const AnalysisUsage::VectorType &IDs = AnUsage->getRequiredTransitiveSet(); local
499 for (AnalysisUsage::VectorType::const_iterator I = IDs.begin(),
500 E = IDs.end(); I != E; ++I) {
1046 const AnalysisUsage::VectorType &IDs = AnUsage->getRequiredTransitiveSet(); local
1047 for (AnalysisUsage::VectorType::const_iterator I = IDs.begin(),
1048 E = IDs.end(); I != E; ++I) {
/external/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp346 const std::vector<unsigned> &IDs,
350 : AllInstructions(Insts), Opcodes(IDs), Operands(Ops), Filters(),
359 const std::vector<unsigned> &IDs,
363 : AllInstructions(Insts), Opcodes(IDs), Operands(Ops),
345 FilterChooser(const std::vector<const CodeGenInstruction*> &Insts, const std::vector<unsigned> &IDs, const std::map<unsigned, std::vector<OperandInfo> > &Ops, unsigned BW, const FixedLenDecoderEmitter *E) argument
358 FilterChooser(const std::vector<const CodeGenInstruction*> &Insts, const std::vector<unsigned> &IDs, const std::map<unsigned, std::vector<OperandInfo> > &Ops, const std::vector<bit_value_t> &ParentFilterBitValues, const FilterChooser &parent) argument
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
H A Drewrites.rb848 a : ID+ -> ID ID ID ; // works if 3 input IDs
1286 a : ID+ -> ID ID ID ; // only 2 input IDs
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.registry_3.5.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/elfutils/
H A Delfutils.spec243 buginfo now uses build IDs when available
/external/libvpx/examples/includes/geshi/
H A Dgeshi.php401 * Whether CSS IDs should be added to the code
1666 * Whether CSS IDs should be added to each line
1668 * @param boolean If true, IDs will be added to each line.
3711 // If we are using IDs for line numbers, there needs to be an overall
/external/blktrace/btreplay/doc/
H A Dbtreplay.tex175 on the recording system, we wrap CPU IDs. This \emph{may} result in an
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas1263 /// <summary>A map of tree node to unique IDs.</summary>

Completed in 493 milliseconds