Searched defs:const (Results 276 - 300 of 2403) sorted by relevance

<<11121314151617181920>>

/freebsd-10.0-release/contrib/libstdc++/include/bits/
H A Dmask_array.h157 operator =(const _Tp& __t) const argument
162 operator =(const valarray<_Tp>& __v) const argument
168 operator =(const _Expr<_Ex, _Tp>& __e) const argument
[all...]
/freebsd-10.0-release/contrib/libstdc++/include/ext/pb_ds/detail/binomial_heap_base_/
H A Dinsert_fn_imps.hpp135 fix(node_pointer p_nd) const argument
H A Dsplit_join_fn_imps.hpp163 join(node_pointer p_lhs, node_pointer p_rhs) const argument
/freebsd-10.0-release/contrib/libstdc++/include/ext/pb_ds/detail/hash_fn/
H A Dmod_based_range_hashing.hpp102 range_hash(size_type hash) const argument
/freebsd-10.0-release/contrib/libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Ddebug_fn_imps.hpp52 assert_valid() const argument
65 assert_node_consistent(const_node_pointer p_nd, bool single_link) const argument
94 assert_iterators() const argument
105 assert_size() const argument
/freebsd-10.0-release/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
H A Dchild_iterator.hpp63 operator==(const iterator& other) const argument
67 operator!=(const iterator& other) const argument
H A Dconst_child_iterator.hpp68 operator==(const const_iterator& other) const argument
72 operator!=(const const_iterator& other) const argument
93 operator->() const argument
100 operator*() const argument
109 assert_referencible() const argument
H A Dhead.hpp115 assert_valid_imp(const_e_access_traits_pointer /*p_traits*/) const argument
H A Dtrace_fn_imps.hpp52 trace() const argument
/freebsd-10.0-release/contrib/libstdc++/include/ext/pb_ds/detail/resize_policy/
H A Dhash_load_check_resize_trigger_size_base.hpp77 get_size() const argument
H A Dhash_prime_size_policy_imp.hpp142 get_nearest_larger_size(size_type n) const argument
155 get_nearest_smaller_size(size_type n) const argument
/freebsd-10.0-release/contrib/libstdc++/include/ext/pb_ds/detail/unordered_iterator/
H A Dconst_point_iterator.hpp106 operator->() const argument
115 operator*() const argument
124 operator==(const point_iterator_& other) const argument
131 operator==(const const_point_iterator argument
138 operator !=(const point_iterator_& other) const argument
145 operator !=(const const_point_iterator_& other) const argument
[all...]
H A Dpoint_iterator.hpp93 operator->() const argument
102 operator*() const argument
111 operator==(const point_iterator_& other) const argument
118 operator==(const const_point_iterator_& other) const argument
125 operator!=(const point_iterator argument
132 operator !=(const const_point_iterator_& other) const argument
[all...]
/freebsd-10.0-release/contrib/libstdc++/include/tr1/
H A Dfunctional_hash.h81 operator()(_Tp* __p) const argument
143 operator()(const std::string& __s) const argument
153 operator()(const std::wstring& __s) const argument
166 operator ()(float __fval) const argument
183 operator ()(double __dval) const argument
202 operator ()(long double __ldval) const argument
[all...]
/freebsd-10.0-release/contrib/libstdc++/src/
H A Dstdexcept.cc45 logic_error::what() const throw() argument
66 runtime_error::what() const thro argument
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DUniqueVector.h53 unsigned idFor(const T &Entry) const { argument
66 const T &operator[](unsigned ID) const { argument
73 size_t size() const { return Vector.size(); } argument
77 bool empty() const { return Vector.empty(); } argument
H A Dilist_node.h31 const NodeTy *getPrev() const { return Prev; } argument
48 const NodeTy *getNext() const { return Next; } argument
69 const NodeTy *getPrevNode() const { argument
91 const NodeTy *getNextNode() const { argument
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/Analysis/
H A DPHITransAddr.h54 Value *getAddr() const { return Addr; } argument
58 bool NeedsPHITranslationFromBlock(BasicBlock *BB) const { argument
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DEdgeBundles.h43 unsigned getBundle(unsigned N, bool Out) const { return EC[2 * N + Out]; } argument
46 unsigned getNumBundles() const { return EC.getNumClasses(); } argument
49 ArrayRef<unsigned> getBlocks(unsigned Bundle) const { return Blocks[Bundle]; } argument
52 const MachineFunction *getMachineFunction() const { return MF; } argument
[all...]
H A DGCMetadataPrinter.h58 const Module &getModule() const { return S->getModule(); } argument
H A DMachineCodeInfo.h40 size_t size() const { argument
44 void *address() const { argument
H A DMachineModuleInfoImpls.h61 SymbolListTy GetFnStubList() const { argument
64 SymbolListTy GetGVStubList() const { argument
67 SymbolListTy GetHiddenGVStubList() const { argument
90 SymbolListTy GetGVStubList() const { argument
H A DMachinePostDominators.h41 const std::vector<MachineBasicBlock *> &getRoots() const { argument
45 MachineDomTreeNode *getRootNode() const { argument
49 MachineDomTreeNode *operator[](MachineBasicBlock *BB) const { argument
53 MachineDomTreeNode *getNode(MachineBasicBlock *BB) const { argument
57 bool dominates(const MachineDomTreeNode *A, argument
62 bool dominates(const MachineBasicBlock *A, const MachineBasicBloc argument
66 properlyDominates(const MachineDomTreeNode *A, const MachineDomTreeNode *B) const argument
71 properlyDominates(const MachineBasicBlock *A, const MachineBasicBlock *B) const argument
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/PBQP/
H A DMath.h55 unsigned getLength() const { argument
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/ExecutionEngine/
H A DJITMemoryManager.h61 bool isManagingGOT() const { argument

Completed in 265 milliseconds

<<11121314151617181920>>