OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__place
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
rc_string_base.h
444
_Rep*
__place
= _Rep_alloc_type(__alloc).allocate(__size / sizeof(_Rep));
local
445
_Rep* __p = new (
__place
) _Rep;
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
rc_string_base.h
442
_Rep*
__place
= _Rep_alloc_type(__alloc).allocate(__size / sizeof(_Rep));
local
443
_Rep* __p = new (
__place
) _Rep;
/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
cow_string.h
3636
void*
__place
= _Raw_bytes_alloc(__alloc).allocate(__size);
local
3637
_Rep *__p = new (
__place
) _Rep;
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
cow_string.h
3546
void*
__place
= _Raw_bytes_alloc(__alloc).allocate(__size);
local
3547
_Rep *__p = new (
__place
) _Rep;
Completed in 20 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026