/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/ |
H A D | safe_iterator.h | 365 base() _GLIBCXX_NOEXCEPT { return *this; } in base() function 368 base() const _GLIBCXX_NOEXCEPT { return *this; } in base() function 570 operator=(const _Safe_iterator&) = default; variable 574 operator=(_Safe_iterator&&) = default; variable 719 operator=(const _Safe_iterator&) = default; variable 723 operator=(_Safe_iterator&&) = default; variable
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/ |
H A D | safe_iterator.h | 361 base() _GLIBCXX_NOEXCEPT { return *this; } in base() function 364 base() const _GLIBCXX_NOEXCEPT { return *this; } in base() function 562 operator=(const _Safe_iterator&) = default; variable 566 operator=(_Safe_iterator&&) = default; variable 711 operator=(const _Safe_iterator&) = default; variable 715 operator=(_Safe_iterator&&) = default; variable
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | s12z-dis.c | 36 struct mem_read_abstraction_base base; member 208 decode_possible_symbol (bfd_signed_vma addr, bfd_vma base, in decode_possible_symbol() 330 enum optr operator = OP_INVALID; in print_insn_s12z() local
|
H A D | s12z-opc.c | 348 create_simple_memory_operand (bfd_vma addr, bfd_vma base, bool relative) in create_simple_memory_operand() 366 create_memory_operand (bool indirect, int base, int n_regs, int reg0, int reg1) in create_memory_operand() 820 imm1234 (struct mem_read_abstraction_base *mra, int base, in imm1234() 1213 enum optr operator; member 2505 enum optr operator = OP_INVALID; in exg_sex_discrim() local
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | s12z-dis.c | 36 struct mem_read_abstraction_base base; member 208 decode_possible_symbol (bfd_vma addr, bfd_vma base, in decode_possible_symbol() 330 enum optr operator = OP_INVALID; in print_insn_s12z() local
|
H A D | s12z-opc.c | 348 create_simple_memory_operand (bfd_vma addr, bfd_vma base, bool relative) in create_simple_memory_operand() 366 create_memory_operand (bool indirect, int base, int n_regs, int reg0, int reg1) in create_memory_operand() 820 imm1234 (struct mem_read_abstraction_base *mra, int base, in imm1234() 1213 enum optr operator; member 2505 enum optr operator = OP_INVALID; in exg_sex_discrim() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/ |
H A D | gtest-param-util.h | 68 std::string operator()(const TestParamInfo<ParamType>& info) const { in operator() function 222 Iterator(const ParamGeneratorInterface<T>* base, T value, int index, in Iterator() 256 void operator=(const Iterator& other); variable 274 void operator=(const RangeGenerator& other); variable 309 Iterator(const ParamGeneratorInterface<T>* base, in Iterator() 364 void operator=(const ValuesInIteratorRangeGenerator& other); variable 774 IteratorImpl(const ParamGeneratorInterface<ParamType>* base, in IteratorImpl()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGRecordLayout.h | 125 void operator=(const CGRecordLayout &) = delete; variable 210 unsigned getVirtualBaseIndex(const CXXRecordDecl *base) const { in getVirtualBaseIndex()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/ |
H A D | tinfo.h | 65 adjust_pointer (const void *base, ptrdiff_t offset) in adjust_pointer() 157 operator=(const __dyncast_result&); member
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/ |
H A D | tinfo.h | 65 adjust_pointer (const void *base, ptrdiff_t offset) in adjust_pointer() 157 operator=(const __dyncast_result&); member
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | value-range.h | 80 irange& operator= (const irange &); in class() local 158 int_range& operator= (const int_range &); in class() local 397 irange::irange (tree *base, unsigned nranges) in irange()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_common.h | 135 void *base() const { return base_; } in base() function 548 InternalMmapVector &operator=(const InternalMmapVector &) = delete; variable 550 InternalMmapVector &operator=(InternalMmapVector &&) = delete; variable 572 bool operator()(const T &a, const T &b) const { return a < b; } in operator() function
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_common.h | 137 void *base() const { return base_; } in base() function 552 InternalMmapVector &operator=(const InternalMmapVector &) = delete; variable 554 InternalMmapVector &operator=(InternalMmapVector &&) = delete; variable 576 bool operator()(const T &a, const T &b) const { return a < b; } in operator() function
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_common.h | 184 void *base() const { return base_; } in base() function 606 InternalMmapVector &operator=(const InternalMmapVector &) = delete; variable 608 InternalMmapVector &operator=(InternalMmapVector &&) = delete; variable 630 bool operator()(const T &a, const T &b) const { return a < b; } in operator() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-loop-im.c | 1770 rewrite_mem_ref_loc::operator () (mem_ref_loc *loc) in operator() function 1796 first_mem_ref_loc_1::operator () (mem_ref_loc *loc) in operator() function 2035 sm_set_flag_if_changed::operator () (mem_ref_loc *loc) in operator() function 2170 ref_always_accessed::operator () (mem_ref_loc *loc) in operator() function 2345 tree base; in can_sm_ref_p() local
|
H A D | gcov.c | 334 inline bool operator() (const function_info *lhs, in operator() function 1545 int base; in create_file_names() local 1728 gcov_position_t base = gcov_position (); in read_graph_file() local 1939 unsigned long base = gcov_position (); in read_count_file() local 2423 const char *base = name, *probe; in canonicalize_name() local 2567 mangle_name (char const *base, char *ptr) in mangle_name()
|
H A D | gimple-ssa-sprintf.c | 460 unsigned base /* = 0 */, in adjust_for_width_or_precision() 530 fmtresult::type_max_digits (tree type, int base) in type_max_digits() 750 void operator= (format_result&); member 796 ilog (unsigned HOST_WIDE_INT x, int base) in ilog() 815 tree_digits (tree x, int base, HOST_WIDE_INT prec, bool plus, bool prefix) in tree_digits() 1195 int base; in format_integer() local
|
H A D | tree-ssa-strlen.c | 165 struct tree_map_base base; member 339 tree base; variable 579 tree base = get_addr_base_and_unit_offset (exp, &poff); in addr_stridxptr() local 1128 tree base = si->ptr; in get_range_strlen_dynamic() local 1876 tree base = get_base_address (src); in maybe_set_strlen_range() local 4583 void operator= (ssa_name_limit_t&); variable
|
H A D | genrecog.c | 215 struct position *base; member 270 next_position (struct position **next_ptr, struct position *base, in next_position() 1444 int_set &operator = (const int_set &); variable 4433 unsigned int base = 0; in terminal_pattern_p() local 4900 unsigned int base, count; in print_decision() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | cp-tree.h | 939 releasing_vec &operator= (const releasing_vec &); variable 1240 struct tree_base base; member 1261 struct tree_base base; member 1494 struct tree_base base; member 1511 struct tree_base base; member 1900 struct c_language_function base; member 2686 struct lang_decl_base base; member 2769 struct lang_decl_base base; member 2784 struct lang_decl_base base; member 2795 tree base; member
|
H A D | call.c | 9278 tree base = TREE_TYPE (base_binfo); in first_non_static_field() local 9290 bool operator() (const_tree t) in operator() function 9307 bool operator() (const_tree t) in operator() function 10582 is_properly_derived_from (tree derived, tree base) in is_properly_derived_from()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | cp-tree.h | 1004 releasing_vec &operator= (const releasing_vec &); variable 1308 struct tree_base base; member 1329 struct tree_base base; member 1557 struct tree_base base; member 1574 struct tree_base base; member 2058 struct c_language_function base; member 2868 struct lang_decl_base base; /* 32-bits. */ member 2953 struct lang_decl_base base; /* 32 bits. */ member 2968 struct lang_decl_base base; /* 32 bits. */ member 2979 tree base; member
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | Expr.h | 116 Expr &operator=(const Expr&) = delete; variable 117 Expr &operator=(Expr&&) = delete; variable 1451 void operator=(const APNumericStorage &) = delete; variable 5836 ExtVectorElementExpr(QualType ty, ExprValueKind VK, Expr *base, in ExtVectorElementExpr()
|