Home
last modified time | relevance | path

Searched refs:friend (Results 1 – 25 of 1208) sorted by relevance

12345678910>>...49

/openbsd/gnu/llvm/lldb/include/lldb/API/
H A DSBStream.h58 friend class SBAddress;
59 friend class SBBlock;
65 friend class SBData;
68 friend class SBEvent;
71 friend class SBFrame;
78 friend class SBModule;
85 friend class SBSymbol;
88 friend class SBTarget;
89 friend class SBThread;
91 friend class SBType;
[all …]
H A DSBError.h71 friend class SBData;
72 friend class SBDebugger;
73 friend class SBFile;
74 friend class SBHostOS;
75 friend class SBPlatform;
76 friend class SBProcess;
79 friend class SBTarget;
80 friend class SBThread;
81 friend class SBTrace;
82 friend class SBValue;
[all …]
H A DSBFileSpec.h60 friend class SBAttachInfo;
61 friend class SBBlock;
66 friend class SBHostOS;
67 friend class SBLaunchInfo;
68 friend class SBLineEntry;
69 friend class SBModule;
71 friend class SBPlatform;
72 friend class SBProcess;
75 friend class SBTarget;
76 friend class SBThread;
[all …]
H A DSBAddress.h89 friend class SBBlock;
92 friend class SBFrame;
93 friend class SBFunction;
94 friend class SBLineEntry;
96 friend class SBModule;
97 friend class SBSection;
98 friend class SBSymbol;
100 friend class SBTarget;
101 friend class SBThread;
103 friend class SBValue;
[all …]
H A DSBStructuredData.h93 friend class SBLaunchInfo;
94 friend class SBDebugger;
95 friend class SBTarget;
96 friend class SBProcess;
97 friend class SBThread;
98 friend class SBThreadPlan;
99 friend class SBBreakpoint;
100 friend class SBBreakpointLocation;
101 friend class SBBreakpointName;
102 friend class SBTrace;
H A DSBType.h48 friend class SBType;
93 friend class SBType;
230 friend class SBFunction;
231 friend class SBModule;
232 friend class SBTarget;
233 friend class SBTypeEnumMember;
236 friend class SBTypeMember;
238 friend class SBTypeList;
239 friend class SBValue;
267 friend class SBModule;
[all …]
H A DSBThread.h214 friend class SBBreakpoint;
215 friend class SBBreakpointLocation;
217 friend class SBExecutionContext;
218 friend class SBFrame;
219 friend class SBProcess;
220 friend class SBDebugger;
221 friend class SBValue;
222 friend class lldb_private::QueueImpl;
223 friend class SBQueueItem;
224 friend class SBThreadPlan;
[all …]
H A DSBEvent.h63 friend class SBListener;
64 friend class SBBroadcaster;
65 friend class SBBreakpoint;
66 friend class SBDebugger;
67 friend class SBProcess;
68 friend class SBTarget;
69 friend class SBThread;
70 friend class SBWatchpoint;
H A DSBBroadcaster.h64 friend class SBCommandInterpreter;
65 friend class SBCommunication;
66 friend class SBDebugger;
67 friend class SBEvent;
68 friend class SBListener;
69 friend class SBProcess;
70 friend class SBTarget;
H A DSBThreadPlan.h116 friend class SBBreakpoint;
117 friend class SBBreakpointLocation;
118 friend class SBFrame;
119 friend class SBProcess;
120 friend class SBDebugger;
121 friend class SBValue;
122 friend class lldb_private::QueueImpl;
123 friend class SBQueueItem;
H A DSBProcess.h427 friend class SBAddress;
428 friend class SBBreakpoint;
429 friend class SBBreakpointLocation;
430 friend class SBCommandInterpreter;
431 friend class SBDebugger;
432 friend class SBExecutionContext;
433 friend class SBFunction;
434 friend class SBModule;
435 friend class SBTarget;
436 friend class SBThread;
[all …]
/openbsd/gnu/llvm/libcxx/include/__compare/
H A Dordering.h77 friend constexpr bool operator==(partial_ordering __v, _CmpUnspecifiedParam) noexcept {
158 friend constexpr bool operator==(weak_ordering, weak_ordering) noexcept = default;
161 friend constexpr bool operator==(weak_ordering __v, _CmpUnspecifiedParam) noexcept {
166 friend constexpr bool operator< (weak_ordering __v, _CmpUnspecifiedParam) noexcept {
171 friend constexpr bool operator<=(weak_ordering __v, _CmpUnspecifiedParam) noexcept {
176 friend constexpr bool operator> (weak_ordering __v, _CmpUnspecifiedParam) noexcept {
181 friend constexpr bool operator>=(weak_ordering __v, _CmpUnspecifiedParam) noexcept {
186 friend constexpr bool operator< (_CmpUnspecifiedParam, weak_ordering __v) noexcept {
191 friend constexpr bool operator<=(_CmpUnspecifiedParam, weak_ordering __v) noexcept {
196 friend constexpr bool operator> (_CmpUnspecifiedParam, weak_ordering __v) noexcept {
[all …]
/openbsd/gnu/llvm/libcxx/include/
H A Dcompare73 friend constexpr bool operator==(partial_ordering v, unspecified) noexcept;
75 friend constexpr bool operator< (partial_ordering v, unspecified) noexcept;
99 friend constexpr bool operator==(weak_ordering v, unspecified) noexcept;
101 friend constexpr bool operator< (weak_ordering v, unspecified) noexcept;
102 friend constexpr bool operator> (weak_ordering v, unspecified) noexcept;
103 friend constexpr bool operator<=(weak_ordering v, unspecified) noexcept;
104 friend constexpr bool operator>=(weak_ordering v, unspecified) noexcept;
105 friend constexpr bool operator< (unspecified, weak_ordering v) noexcept;
106 friend constexpr bool operator> (unspecified, weak_ordering v) noexcept;
107 friend constexpr bool operator<=(unspecified, weak_ordering v) noexcept;
[all …]
H A Drandom497 friend
503 friend
558 friend
564 friend
615 friend
621 friend
675 friend
681 friend
733 friend
739 friend
[all …]
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DStmt.h103 friend class Stmt; in alignas()
113 friend class NullStmt; in alignas()
142 friend class LabelStmt; in alignas()
164 friend class IfStmt; in alignas()
206 friend class WhileStmt; in alignas()
218 friend class DoStmt; in alignas()
227 friend class ForStmt; in alignas()
236 friend class GotoStmt; in alignas()
255 friend class BreakStmt; in alignas()
277 friend class CaseStmt; in alignas()
[all …]
H A DStmtOpenMP.h143 friend class ASTStmtReader;
144 friend class ASTStmtWriter;
267 friend class ASTStmtReader;
268 friend class ASTStmtWriter;
613 friend class ASTStmtReader;
684 friend class ASTStmtReader;
961 friend class ASTStmtReader;
1004 friend class ASTStmtReader;
1571 friend class ASTStmtReader;
1634 friend class ASTStmtReader;
[all …]
/openbsd/gnu/llvm/lldb/bindings/interface/
H A DSBThreadPlan.i27 friend class lldb_private::ThreadPlan;
133 friend class SBBreakpoint;
134 friend class SBBreakpointLocation;
135 friend class SBFrame;
136 friend class SBProcess;
137 friend class SBDebugger;
138 friend class SBValue;
139 friend class lldb_private::QueueImpl;
140 friend class SBQueueItem;
/openbsd/gnu/gcc/libstdc++-v3/include/bits/
H A Dlocale_classes.h78 friend class facet; in _GLIBCXX_BEGIN_NAMESPACE()
79 friend class _Impl; in _GLIBCXX_BEGIN_NAMESPACE()
82 friend bool in _GLIBCXX_BEGIN_NAMESPACE()
86 friend const _Facet& in _GLIBCXX_BEGIN_NAMESPACE()
345 friend class locale;
436 friend class locale;
440 friend const _Facet&
444 friend bool
476 friend class locale;
480 friend bool
[all …]
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineInstrBundleIterator.h184 friend bool operator==(const MachineInstrBundleIterator &L,
188 friend bool operator==(const MachineInstrBundleIterator &L,
192 friend bool operator==(const const_instr_iterator &L,
196 friend bool operator==(const MachineInstrBundleIterator &L,
200 friend bool operator==(const nonconst_instr_iterator &L,
210 friend bool operator==(const MachineInstrBundleIterator &L,
214 friend bool operator==(const_reference L,
219 friend bool operator!=(const MachineInstrBundleIterator &L,
227 friend bool operator!=(const const_instr_iterator &L,
235 friend bool operator!=(const nonconst_instr_iterator &L,
[all …]
/openbsd/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dlocale_classes.h67 friend class facet;
68 friend class _Impl;
71 friend const _Facet&
75 friend bool
195 friend class locale;
199 friend const _Facet&
203 friend bool
339 friend class locale;
385 friend class locale;
388 friend const _Facet&
[all …]
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DValueSymbolTable.h38 friend class SymbolTableListTraits<Argument>;
39 friend class SymbolTableListTraits<BasicBlock>;
40 friend class SymbolTableListTraits<Function>;
41 friend class SymbolTableListTraits<GlobalAlias>;
42 friend class SymbolTableListTraits<GlobalIFunc>;
43 friend class SymbolTableListTraits<GlobalVariable>;
44 friend class SymbolTableListTraits<Instruction>;
45 friend class Value;
/openbsd/gnu/llvm/lldb/include/lldb/Utility/
H A DScalar.h205 friend const Scalar operator-(Scalar lhs, Scalar rhs);
206 friend const Scalar operator/(Scalar lhs, Scalar rhs);
207 friend const Scalar operator*(Scalar lhs, Scalar rhs);
208 friend const Scalar operator&(Scalar lhs, Scalar rhs);
209 friend const Scalar operator|(Scalar lhs, Scalar rhs);
210 friend const Scalar operator%(Scalar lhs, Scalar rhs);
211 friend const Scalar operator^(Scalar lhs, Scalar rhs);
214 friend bool operator==(Scalar lhs, Scalar rhs);
215 friend bool operator!=(const Scalar &lhs, const Scalar &rhs);
216 friend bool operator<(Scalar lhs, Scalar rhs);
[all …]
/openbsd/gnu/llvm/libcxx/include/__random/
H A Dlognormal_distribution.h51 friend _LIBCPP_INLINE_VISIBILITY
60 friend
66 friend
121 friend _LIBCPP_INLINE_VISIBILITY
125 friend _LIBCPP_INLINE_VISIBILITY
131 friend
137 friend
253 friend _LIBCPP_INLINE_VISIBILITY
257 friend _LIBCPP_INLINE_VISIBILITY
263 friend
[all …]
/openbsd/gnu/llvm/libcxx/include/__iterator/
H A Dbounded_iter.h137 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 friend __bounded_iter
143 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 friend __bounded_iter
154 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 friend __bounded_iter
160 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 friend difference_type
171 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR friend bool
175 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR friend bool
179 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR friend bool
183 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR friend bool
187 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR friend bool
191 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR friend bool
[all …]
/openbsd/gnu/llvm/clang/include/clang/Edit/
H A DFileOffset.h37 friend bool operator==(FileOffset LHS, FileOffset RHS) {
41 friend bool operator!=(FileOffset LHS, FileOffset RHS) {
45 friend bool operator<(FileOffset LHS, FileOffset RHS) {
49 friend bool operator>(FileOffset LHS, FileOffset RHS) {
53 friend bool operator>=(FileOffset LHS, FileOffset RHS) {
57 friend bool operator<=(FileOffset LHS, FileOffset RHS) {

12345678910>>...49