Searched defs:begin (Results 201 - 225 of 278) sorted by relevance

1234567891011>>

/freebsd-10.1-release/contrib/llvm/include/llvm/ADT/
H A DDenseMap.h53 inline iterator begin() { function in class:llvm::DenseMapBase
60 inline const_iterator begin() const { function in class:llvm::DenseMapBase
H A Dilist.h359 iterator begin() { function in class:llvm::iplist
363 const_iterator begin() const { function in class:llvm::iplist
[all...]
/freebsd-10.1-release/contrib/llvm/include/llvm/Analysis/
H A DDominators.h77 iterator begin() { return Children.begin(); } function in class:llvm::DomTreeNodeBase
79 const_iterator begin() const { return Children.begin(); } function in class:llvm::DomTreeNodeBase
[all...]
/freebsd-10.1-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h236 iterator begin() { return instr_begin(); } function in class:llvm::MachineBasicBlock
237 const_iterator begin() const { return instr_begin(); } function in class:llvm::MachineBasicBlock
752 MachineBasicBlock::iterator begin() { function in class:llvm::MachineInstrSpan
[all...]
H A DScheduleDAG.h630 static SUnitIterator begin(SUnit *N) { return SUnitIterator(N, 0); } function in class:llvm::SUnit::SUnitIterator
725 iterator begin() { return Index2Node.begin(); } function in class:llvm::SUnit::ScheduleDAGTopologicalSort
726 const_iterator begin() const { return Index2Node.begin(); } function in class:llvm::SUnit::ScheduleDAGTopologicalSort
/freebsd-10.1-release/contrib/llvm/include/llvm/MC/
H A DMCRegisterInfo.h55 iterator begin() const { return RegsBegin; } function in class:llvm::MCRegisterClass
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp1154 if (I != MBB->begin()) { function
[all...]
H A DScheduleDAGInstrs.cpp180 enterRegion(MachineBasicBlock *bb, MachineBasicBlock::iterator begin, MachineBasicBlock::iterator end, unsigned regioninstrs) argument
[all...]
/freebsd-10.1-release/contrib/llvm/lib/LTO/
H A DLTOModule.cpp605 const_iterator begin() { function in class:__anon2365::RecordStreamer
/freebsd-10.1-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp190 iterator begin() { function in struct:__anon2764::LoopReroll::SimpleLoopReduction
195 const_iterator begin() const { function in struct:__anon2764::LoopReroll::SimpleLoopReduction
[all...]
H A DMemCpyOptimizer.cpp203 const_iterator begin() const { return Ranges.begin(); } function in class:__anon2780::MemsetRanges
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DASTUnit.h175 void assign(const FileEntry *F, const char *begin, const char *end) { argument
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h458 iterator begin() const { return reinterpret_cast<const Chunk *>(this + 1); } function in class:clang::CodeCompletionString
H A DLookup.h275 iterator begin() const { return iterator(Decls.begin()); } function in class:clang::LookupResult
755 iterator begin() { return iterator(Decls.begin()); } function in class:clang::ADLResult
[all...]
H A DOverload.h716 iterator begin() { return Candidates.begin(); } function in class:clang::OverloadCandidateSet
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h361 iterator begin() { return Reports.begin(); } function in class:clang::ento::BugReportEquivClass
364 const_iterator begin() const { return Reports.begin(); } function in class:clang::ento::BugReportEquivClass
435 iterator begin() { return BugTypes.begin(); } function in class:clang::ento::BugReporter
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Core/
H A DDisassembler.cpp1005 collection::const_iterator pos, begin, end; local
H A DModuleList.cpp729 collection::const_iterator pos, begin = m_modules.begin(), end = m_modules.end(); local
821 collection::const_iterator begin = m_modules.begin(); local
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFCompileUnit.cpp605 DWARFDebugInfoEntry::const_iterator begin = m_die_array.begin(); local
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Symbol/
H A DSymtab.cpp110 const_iterator begin = m_symbols.begin(); local
946 const_iterator begin = m_symbols.begin(); local
[all...]
/freebsd-10.1-release/contrib/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp60 const_iterator begin() const { return Fields.begin(); } function in struct:__anon3857::OperandInfo
[all...]
/freebsd-10.1-release/contrib/sendmail/src/
H A Dutil.c2215 char *begin, *end; local
[all...]
/freebsd-10.1-release/contrib/binutils/binutils/
H A Ddwarf.c2372 unsigned long begin; local
2743 unsigned long begin; local
[all...]
/freebsd-10.1-release/contrib/binutils/gas/config/
H A Dobj-coff.c1294 symbolS *begin; local
/freebsd-10.1-release/contrib/byacc/test/yacc/
H A Dgrammar.tab.c164 long begin; /* offset in temporary file */ member in struct:text
181 long begin; /* offset in temporary file */ member in struct:decl_spec
197 long begin; /* offset in temporary file */ member in struct:_Declarator
[all...]

Completed in 1572 milliseconds

1234567891011>>