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

/external/clang/lib/ARCMigrate/
H A DInternals.h29 bool clearDiagnostic(ArrayRef<unsigned> IDs, SourceRange range);
30 bool hasDiagnostic(ArrayRef<unsigned> IDs, SourceRange range) const;
72 bool clearDiagnostic(ArrayRef<unsigned> IDs, SourceRange range);
77 unsigned IDs[] = { ID1, ID2 }; local
78 return clearDiagnostic(IDs, range);
82 unsigned IDs[] = { ID1, ID2, ID3 }; local
83 return clearDiagnostic(IDs, range);
91 unsigned IDs[] = { ID1, ID2 }; local
92 return CapturedDiags.hasDiagnostic(IDs, range);
H A DARCMT.cpp25 bool CapturedDiagList::clearDiagnostic(ArrayRef<unsigned> IDs, argument
34 if ((IDs.empty() || // empty means clear all diagnostics in the range.
35 std::find(IDs.begin(), IDs.end(), I->getID()) != IDs.end()) &&
54 bool CapturedDiagList::hasDiagnostic(ArrayRef<unsigned> IDs, argument
62 if ((IDs.empty() || // empty means any diagnostic in the range.
63 std::find(IDs.begin(), IDs.end(), I->getID()) != IDs
[all...]
H A DTransformActions.cpp143 bool clearDiagnostic(ArrayRef<unsigned> IDs, SourceRange range);
162 void commitClearDiagnostic(ArrayRef<unsigned> IDs, SourceRange range);
365 bool TransformActionsImpl::clearDiagnostic(ArrayRef<unsigned> IDs, argument
368 if (!CapturedDiags.hasDiagnostic(IDs, range))
374 data.DiagIDs.append(IDs.begin(), IDs.end());
497 void TransformActionsImpl::commitClearDiagnostic(ArrayRef<unsigned> IDs, argument
499 CapturedDiags.clearDiagnostic(IDs, range);
664 bool TransformActions::clearDiagnostic(ArrayRef<unsigned> IDs, argument
666 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.cpp534 const AnalysisUsage::VectorType &IDs = AnUsage->getRequiredTransitiveSet();
537 for (AnalysisUsage::VectorType::const_iterator I = IDs.begin(),
538 E = IDs.end(); I != E; ++I) {
1039 const AnalysisUsage::VectorType &IDs = AnUsage->getRequiredTransitiveSet();
1040 for (AnalysisUsage::VectorType::const_iterator I = IDs.begin(),
1041 E = IDs.end(); I != E; ++I) {
/external/llvm/utils/TableGen/
H A DARMDecoderEmitter.cpp388 const std::vector<unsigned> &IDs) :
389 AllInstructions(Insts), Opcodes(IDs), Filters(), Parent(NULL),
398 const std::vector<unsigned> &IDs,
401 AllInstructions(Insts), Opcodes(IDs), Filters(), Parent(&parent),
387 ARMFilterChooser(const std::vector<const CodeGenInstruction*> &Insts, const std::vector<unsigned> &IDs) argument
397 ARMFilterChooser(const std::vector<const CodeGenInstruction*> &Insts, const std::vector<unsigned> &IDs, bit_value_t (&ParentFilterBitValues)[BIT_WIDTH], ARMFilterChooser &parent) argument
H A DFixedLenDecoderEmitter.cpp253 const std::vector<unsigned> &IDs,
257 AllInstructions(Insts), Opcodes(IDs), Operands(Ops), Filters(),
266 const std::vector<unsigned> &IDs,
270 AllInstructions(Insts), Opcodes(IDs), Operands(Ops),
252 FilterChooser(const std::vector<const CodeGenInstruction*> &Insts, const std::vector<unsigned> &IDs, std::map<unsigned, std::vector<OperandInfo> > &Ops, unsigned BW, const FixedLenDecoderEmitter *E) argument
265 FilterChooser(const std::vector<const CodeGenInstruction*> &Insts, const std::vector<unsigned> &IDs, std::map<unsigned, std::vector<OperandInfo> > &Ops, std::vector<bit_value_t> &ParentFilterBitValues, FilterChooser &parent) argument
/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

Completed in 348 milliseconds