Searched defs:begin (Results 176 - 200 of 272) sorted by relevance

1234567891011

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DIdentifierTable.h517 iterator begin() const { return HashTable.begin(); } function in class:clang::IdentifierTable
H A DSourceLocation.h198 SourceRange(SourceLocation begin, SourceLocation end) : B(begin), E(end) {} argument
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessingRecord.h499 iterator begin() { function in class:clang::PreprocessingRecord
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h290 inline iterator begin() { function in class:clang::ento::NodeBuilder
478 iterator begin() { return iterator(DispatchBlock.succ_begin()); } function in class:clang::ento::IndirectGotoNodeBuilder
525 iterator begin() { return iterator(Src->succ_rbegin()+1); } function in class:clang::ento::SwitchNodeBuilder
H A DExplodedGraph.h430 inline iterator begin() { return Impl.begin(); } function in class:clang::ento::ExplodedNodeSet
433 inline const_iterator begin() const { return Impl.begin(); } function in class:clang::ento::ExplodedNodeSet
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp126 iterator begin() { return CategoryStrings.begin(); } function in class:__anon3470::DiagCategoryIDMap
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DRangeMap.h370 typename Collection::const_iterator begin = m_entries.begin(); local
397 typename Collection::const_iterator begin = m_entries.begin(); local
425 typename Collection::const_iterator begin = m_entries.begin(); local
656 typename Collection::const_iterator begin = m_entries.begin(); local
683 typename Collection::const_iterator begin = m_entries.begin(); local
711 typename Collection::const_iterator begin = m_entries.begin(); local
928 typename Collection::const_iterator begin = m_entries.begin(); local
957 typename Collection::iterator begin = m_entries.begin(); local
987 typename Collection::const_iterator begin = m_entries.begin(); local
1015 typename Collection::const_iterator begin = m_entries.begin(); local
1228 typename Collection::const_iterator begin = m_entries.begin(); local
1257 typename Collection::iterator begin = m_entries.begin(); local
1287 typename Collection::const_iterator begin = m_entries.begin(); local
1315 typename Collection::const_iterator begin = m_entries.begin(); local
1500 typename Collection::iterator begin = m_entries.begin(); local
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DSymbolContext.cpp280 std::vector<Block *>::reverse_iterator begin = blocks.rbegin(); local
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Target/
H A DStackFrameList.cpp484 const_iterator pos, begin = m_frames.begin(), end = m_frames.end(); local
614 collection::const_iterator begin = m_frames.begin(); local
664 const_iterator begin = m_frames.begin(); local
846 const_iterator begin = m_frames.begin(); local
[all...]
/freebsd-10.0-release/contrib/sendmail/src/
H A Dheaders.c2262 char *begin = h->h_value; local
/freebsd-10.0-release/crypto/heimdal/lib/krb5/
H A Dconfig_file.c866 next_component_string(char * begin, const char * delims, char **state) argument
[all...]
/freebsd-10.0-release/sbin/gvinum/
H A Dgvinum.c567 int i, n, begin, len, conflict; local
/freebsd-10.0-release/sys/dev/nand/
H A Dnand.c570 uint32_t page, num, end, begin = 0, begin_off; local
709 uint32_t page, num, end, begin = 0, begin_off; local
[all...]
/freebsd-10.0-release/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c776 unsigned long begin; local
1051 unsigned long begin; local
H A Dipoib_ib.c586 unsigned long begin; local
742 unsigned long begin; local
/freebsd-10.0-release/usr.bin/dtc/
H A Dfdt.hh321 inline value_iterator begin() function in class:dtc::fdt::property
/freebsd-10.0-release/usr.sbin/ppp/
H A Dmp.c632 mp_Output(struct mp *mp, struct bundle *bundle, struct link *l, struct mbuf *m, u_int32_t begin, u_int32_t end) argument
672 u_int32_t begin, end; local
[all...]
/freebsd-10.0-release/contrib/libstdc++/include/bits/
H A Dbasic_string.h521 begin() function in class:basic_string
532 begin() const function in class:basic_string
H A Dstl_bvector.h559 begin() function in class:vector
563 begin() const function in class:vector
[all...]
H A Dstl_deque.h811 begin() function in class:deque
819 begin() const function in class:deque
[all...]
H A Dstl_tree.h618 begin() function in class:_Rb_tree
625 begin() const function in class:_Rb_tree
[all...]
/freebsd-10.0-release/contrib/libstdc++/include/ext/
H A Dbitmap_allocator.h131 begin() const throw() function in class:__detail::__mini_vector
[all...]
H A Dhashtable.h385 begin() function in class:hashtable
398 begin() const function in class:hashtable
/freebsd-10.0-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...]

Completed in 261 milliseconds

1234567891011