OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__intptr
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
align.h
65
const auto
__intptr
= reinterpret_cast<uintptr_t>(__ptr);
local
66
const auto __aligned = (
__intptr
- 1u + __align) & -__align;
67
const auto __diff = __aligned -
__intptr
;
align.h
65
const auto
__intptr
= reinterpret_cast<uintptr_t>(__ptr);
local
66
const auto __aligned = (
__intptr
- 1u + __align) & -__align;
67
const auto __diff = __aligned -
__intptr
;
align.h
65
const auto
__intptr
= reinterpret_cast<uintptr_t>(__ptr);
local
66
const auto __aligned = (
__intptr
- 1u + __align) & -__align;
67
const auto __diff = __aligned -
__intptr
;
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
align.h
66
const auto
__intptr
= reinterpret_cast<uintptr_t>(__ptr);
local
67
const auto __aligned = (
__intptr
- 1u + __align) & -__align;
68
const auto __diff = __aligned -
__intptr
;
align.h
66
const auto
__intptr
= reinterpret_cast<uintptr_t>(__ptr);
local
67
const auto __aligned = (
__intptr
- 1u + __align) & -__align;
68
const auto __diff = __aligned -
__intptr
;
align.h
66
const auto
__intptr
= reinterpret_cast<uintptr_t>(__ptr);
local
67
const auto __aligned = (
__intptr
- 1u + __align) & -__align;
68
const auto __diff = __aligned -
__intptr
;
Completed in 63 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026