Searched defs:const (Results 426 - 450 of 1980) sorted by relevance

<<11121314151617181920>>

/freebsd-9.3-release/contrib/libcxxrt/
H A Dstdexcept.cc41 const char* exception::what() const throw() argument
53 const char* bad_alloc::what() const throw() argument
67 what() const argument
80 what() const argument
[all...]
/freebsd-9.3-release/contrib/libstdc++/config/locale/darwin/
H A Dctype_members.cc56 ctype<wchar_t>::_M_convert_to_wmask(const mask __m) const argument
64 ctype<wchar_t>::do_toupper(wchar_t __c) const argument
68 ctype<wchar_t>::do_toupper(wchar_t* __lo, const wchar_t* __hi) const argument
79 ctype<wchar_t>::do_tolower(wchar_t __c) const argument
83 ctype<wchar_t>::do_tolower(wchar_t* __lo, const wchar_ argument
95 do_widen(char __c) const argument
100 do_widen(const char* __lo, const char* __hi, wchar_t* __dest) const argument
113 do_narrow(wchar_t __wc, char __dfault) const argument
123 do_narrow(const wchar_t* __lo, const wchar_t* __hi, char __dfault, char* __dest) const argument
[all...]
/freebsd-9.3-release/contrib/libstdc++/config/locale/gnu/
H A Dcodecvt_members.cc45 do_out(state_type& __state, const intern_type* __from, argument
120 do_in(state_type& __state, const extern_type* __from, argument
202 do_encoding() const argument
220 do_max_length() const argument
235 do_length(state_type& __state, const extern_type* __from, const extern_type* __end, size_t __max) const argument
[all...]
/freebsd-9.3-release/contrib/libstdc++/include/debug/
H A Dsafe_base.h135 bool _M_attached_to(const _Safe_sequence_base* __seq) const argument
220 _M_invalidate_all() const argument
[all...]
/freebsd-9.3-release/contrib/libstdc++/include/ext/pb_ds/detail/basic_tree_policy/
H A Dbasic_tree_policy_base.hpp107 end_iterator() const argument
164 end_iterator() const argument
/freebsd-9.3-release/contrib/libstdc++/include/ext/pb_ds/detail/eq_fn/
H A Dhash_eq_fn.hpp110 operator()(const_key_reference r_lhs_key, const_key_reference r_rhs_key) const argument
163 operator ()(const_key_reference r_lhs_key, size_type lhs_hash, const_key_reference r_rhs_key, size_type rhs_hash) const argument
[all...]
/freebsd-9.3-release/contrib/libstdc++/include/ext/pb_ds/detail/hash_fn/
H A Dmask_based_range_hashing.hpp71 range_hash(size_type hash) const argument
/freebsd-9.3-release/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
H A Dfind_fn_imps.hpp74 find(const_key_reference r_key) const argument
172 lower_bound(const_key_reference r_key) const argument
198 upper_bound(const_key_reference r_key) const argument
H A Dnode_base.hpp123 assert_valid(const_e_access_traits_pointer p_traits) const argument
/freebsd-9.3-release/contrib/libstdc++/include/ext/pb_ds/detail/rb_tree_map_/
H A Dnode.hpp82 special() const argument
86 get_metadata() const argument
95 trace() const argument
126 special() const argument
131 trace() const argument
/freebsd-9.3-release/contrib/libstdc++/include/ext/pb_ds/detail/splay_tree_/
H A Dnode.hpp76 trace() const argument
81 special() const argument
85 get_metadata() const argument
113 special() const argument
118 trace() const argument
/freebsd-9.3-release/contrib/libstdc++/include/ext/pb_ds/detail/tree_policy/
H A Dorder_statistics_imp.hpp82 find_by_order(size_type order) const argument
90 order_of_key(const_key_reference r_key) const argument
132 operator()(node_iterator node_it, const_node_iterator end_nd_it) const argument
/freebsd-9.3-release/contrib/libstdc++/include/ext/pb_ds/detail/
H A Dtree_trace_base.hpp133 trace() const argument
144 trace_node(const_node_iterator nd_it, size_type level) const argument
/freebsd-9.3-release/contrib/libstdc++/include/ext/pb_ds/detail/trie_policy/
H A Dprefix_search_node_update_imp.hpp52 prefix_range(const_key_reference r_key) const argument
78 prefix_range(typename e_access_traits::const_iterator b, typename e_access_traits::const_iterator e) const argument
156 operator ()(node_iterator , const_node_iterator ) const argument
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A DIndexedMap.h48 typename StorageT::const_reference operator[](IndexT n) const { argument
71 bool inBounds(IndexT n) const { argument
75 typename StorageT::size_type size() const { argument
H A DSmallSet.h42 bool empty() const { return Vector.empty() && Set.empty(); } argument
43 unsigned size() const { argument
48 bool count(const T &V) const { argument
102 bool isSmall() const { return Set.empty(); } argument
104 VIterator vfind(const T &V) const { argument
H A DSparseBitVector.h72 bool operator==(const SparseBitVectorElement &RHS) const { argument
81 bool operator!=(const SparseBitVectorElement &RHS) const { argument
86 BitWord word(unsigned Idx) const { argument
418 operator *() const argument
422 operator ==(const SparseBitVectorIterator &RHS) const argument
430 operator !=(const SparseBitVectorIterator &RHS) const argument
[all...]
H A DStringSwitch.h111 Default(const T& Value) const argument
118 operator R() const argument
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/Analysis/
H A DCallGraphSCCPass.h72 virtual PassManagerType getPotentialPassManagerType() const { argument
93 bool isSingular() const { return Nodes.size() == 1; } argument
94 unsigned size() const { return Nodes.size(); } argument
101 iterator begin() const { return Nodes.begin(); } argument
102 iterator end() const { retur argument
[all...]
H A DConstantsScanner.h32 inline bool isAtConstant() const { argument
50 inline bool operator==(const _Self& x) const { return OpIdx == x.OpIdx && argument
52 inline bool operator!=(const _Self& x) const { return !operator==(x); } argument
54 inline pointer operator*() const { argument
58 inline pointer operator->() const { retur argument
80 atEnd() const argument
[all...]
H A DDOTGraphTraitsPass.h38 virtual void getAnalysisUsage(AnalysisUsage &AU) const { argument
73 virtual void getAnalysisUsage(AnalysisUsage &AU) const { argument
97 virtual void getAnalysisUsage(AnalysisUsage &AU) const { argument
131 virtual void getAnalysisUsage(AnalysisUsage &AU) const { argument
H A DIntervalPartition.h84 virtual void getAnalysisUsage(AnalysisUsage &AU) const { argument
89 const std::vector<Interval*> &getIntervals() const { return Intervals; } argument
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DLatencyPriorityQueue.h50 bool isBottomUp() const { return false; } argument
68 unsigned getLatency(unsigned NodeNum) const { argument
[all...]
H A DRegAllocRegistry.h45 RegisterRegAlloc *getNext() const { argument
H A DScheduleHazardRecognizer.h43 unsigned getMaxLookAhead() const { return MaxLookAhead; } argument
45 bool isEnabled() const { return MaxLookAhead != 0; } argument
51 virtual bool atIssueLimit() const { return false; } argument

Completed in 211 milliseconds

<<11121314151617181920>>