OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:alloc_fn
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/
asynctest.c
431
ASYNC_stack_alloc_fn
alloc_fn
;
local
438
ASYNC_get_mem_functions(&
alloc_fn
, &free_fn);
440
if ((
alloc_fn
!= test_alloc_stack) || (free_fn != test_free_stack)) {
/src/external/gpl3/gcc/dist/gcc/cp/
init.cc
2972
std_placement_new_fn_p (tree
alloc_fn
)
2974
if (DECL_NAMESPACE_SCOPE_P (
alloc_fn
))
2976
tree first_arg = TREE_CHAIN (TYPE_ARG_TYPES (TREE_TYPE (
alloc_fn
)));
3085
tree
alloc_fn
;
3346
alloc_fn
= NULL_TREE;
3425
LOOKUP_NORMAL, &
alloc_fn
, tf_none);
3437
&
alloc_fn
, complain);
3462
&
alloc_fn
, complain);
3468
gcc_assert (
alloc_fn
!= NULL_TREE);
3481
= (type_num_arguments (TREE_TYPE (
alloc_fn
)) >
3083
tree
alloc_fn
;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/cp/
init.cc
2944
std_placement_new_fn_p (tree
alloc_fn
)
2946
if (DECL_NAMESPACE_SCOPE_P (
alloc_fn
))
2948
tree first_arg = TREE_CHAIN (TYPE_ARG_TYPES (TREE_TYPE (
alloc_fn
)));
3057
tree
alloc_fn
;
3318
alloc_fn
= NULL_TREE;
3397
LOOKUP_NORMAL, &
alloc_fn
, tf_none);
3409
&
alloc_fn
, complain);
3433
&
alloc_fn
, complain);
3439
gcc_assert (
alloc_fn
!= NULL_TREE);
3452
= (type_num_arguments (TREE_TYPE (
alloc_fn
)) >
3055
tree
alloc_fn
;
local
[
all
...]
Completed in 28 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026