Home
last modified time | relevance | path

Searched defs:_Res (Results 1 – 9 of 9) sorted by relevance

/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/include/bits/
H A Dstl_tree.h1317 typedef pair<_Base_ptr, _Base_ptr> _Res; in _GLIBCXX_VISIBILITY() typedef
1349 typedef pair<_Base_ptr, _Base_ptr> _Res; in _GLIBCXX_VISIBILITY() typedef
1375 typedef pair<iterator, bool> _Res; in _GLIBCXX_VISIBILITY() typedef
1416 typedef pair<_Base_ptr, _Base_ptr> _Res; in _GLIBCXX_VISIBILITY() typedef
1496 typedef pair<_Base_ptr, _Base_ptr> _Res; in _GLIBCXX_VISIBILITY() typedef
1626 typedef pair<iterator, bool> _Res; in _GLIBCXX_VISIBILITY() typedef
/dports/devel/mingw32-gcc/gcc-4.8.1/libstdc++-v3/include/bits/
H A Dstl_tree.h1314 typedef pair<_Base_ptr, _Base_ptr> _Res; in _GLIBCXX_VISIBILITY() typedef
1346 typedef pair<_Base_ptr, _Base_ptr> _Res; in _GLIBCXX_VISIBILITY() typedef
1372 typedef pair<iterator, bool> _Res; in _GLIBCXX_VISIBILITY() typedef
1413 typedef pair<_Base_ptr, _Base_ptr> _Res; in _GLIBCXX_VISIBILITY() typedef
1493 typedef pair<_Base_ptr, _Base_ptr> _Res; in _GLIBCXX_VISIBILITY() typedef
1623 typedef pair<iterator, bool> _Res; in _GLIBCXX_VISIBILITY() typedef
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libstdc++-v3/include/bits/
H A Dstl_tree.h1438 typedef pair<_Base_ptr, _Base_ptr> _Res; in _GLIBCXX_VISIBILITY() typedef
1470 typedef pair<_Base_ptr, _Base_ptr> _Res; in _GLIBCXX_VISIBILITY() typedef
1496 typedef pair<iterator, bool> _Res; in _GLIBCXX_VISIBILITY() typedef
1537 typedef pair<_Base_ptr, _Base_ptr> _Res; in _GLIBCXX_VISIBILITY() typedef
1617 typedef pair<_Base_ptr, _Base_ptr> _Res; in _GLIBCXX_VISIBILITY() typedef
1747 typedef pair<iterator, bool> _Res; in _GLIBCXX_VISIBILITY() typedef
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/include/bits/
H A Dstl_tree.h2062 typedef pair<_Base_ptr, _Base_ptr> _Res; in _GLIBCXX_VISIBILITY() typedef
2094 typedef pair<_Base_ptr, _Base_ptr> _Res; in _GLIBCXX_VISIBILITY() typedef
2120 typedef pair<iterator, bool> _Res; in _GLIBCXX_VISIBILITY() typedef
2166 typedef pair<_Base_ptr, _Base_ptr> _Res; in _GLIBCXX_VISIBILITY() typedef
2251 typedef pair<_Base_ptr, _Base_ptr> _Res; in _GLIBCXX_VISIBILITY() typedef
2386 typedef pair<iterator, bool> _Res; in _GLIBCXX_VISIBILITY() typedef
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/include/bits/
H A Dstl_tree.h2062 typedef pair<_Base_ptr, _Base_ptr> _Res; in _GLIBCXX_VISIBILITY() typedef
2094 typedef pair<_Base_ptr, _Base_ptr> _Res; in _GLIBCXX_VISIBILITY() typedef
2120 typedef pair<iterator, bool> _Res; in _GLIBCXX_VISIBILITY() typedef
2166 typedef pair<_Base_ptr, _Base_ptr> _Res; in _GLIBCXX_VISIBILITY() typedef
2251 typedef pair<_Base_ptr, _Base_ptr> _Res; in _GLIBCXX_VISIBILITY() typedef
2386 typedef pair<iterator, bool> _Res; in _GLIBCXX_VISIBILITY() typedef
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/include/bits/
H A Dstl_tree.h2062 typedef pair<_Base_ptr, _Base_ptr> _Res; in _GLIBCXX_VISIBILITY() typedef
2094 typedef pair<_Base_ptr, _Base_ptr> _Res; in _GLIBCXX_VISIBILITY() typedef
2120 typedef pair<iterator, bool> _Res; in _GLIBCXX_VISIBILITY() typedef
2166 typedef pair<_Base_ptr, _Base_ptr> _Res; in _GLIBCXX_VISIBILITY() typedef
2251 typedef pair<_Base_ptr, _Base_ptr> _Res; in _GLIBCXX_VISIBILITY() typedef
2386 typedef pair<iterator, bool> _Res; in _GLIBCXX_VISIBILITY() typedef
/dports/math/scilab/scilab-6.1.1/scilab/modules/coverage/src/cpp/
H A DCoverModule.cpp724 struct _Res in getFunctionCalls() struct
726 types::Callable* const fptr; in getFunctionCalls()
727 const uint64_t counter; in getFunctionCalls()
729_Res(types::Callable* const _fptr, const uint64_t _counter) : fptr(_fptr), counter(_counter) {} in getFunctionCalls() function
730 inline bool operator<(const _Res& res) const in getFunctionCalls()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/include/bits/
H A Dstl_tree.h2110 typedef pair<_Base_ptr, _Base_ptr> _Res; in _GLIBCXX_VISIBILITY() typedef
2142 typedef pair<_Base_ptr, _Base_ptr> _Res; in _GLIBCXX_VISIBILITY() typedef
2168 typedef pair<iterator, bool> _Res; in _GLIBCXX_VISIBILITY() typedef
2214 typedef pair<_Base_ptr, _Base_ptr> _Res; in _GLIBCXX_VISIBILITY() typedef
2299 typedef pair<_Base_ptr, _Base_ptr> _Res; in _GLIBCXX_VISIBILITY() typedef
/dports/graphics/libdrm/libdrm-2.4.110/tests/amdgpu/
H A Dsecurity_tests.c85 #define PRINT_ERROR(_Res) fprintf(stderr, "%s:%d: %s (%d)\n", \ argument