Home
last modified time | relevance | path

Searched refs:target_parms (Results 1 – 5 of 5) sorted by relevance

/dports/lang/gcc11-devel/gcc-11-20211009/gcc/cp/
H A Dconstraint.cc815 tree target_parms = find_template_parameters (targets, in normalize_atom() local
817 TREE_TYPE (map) = target_parms; in normalize_atom()
2528 for (tree target_parms = TREE_TYPE (map); in hash() local
2529 target_parms; in hash()
2530 target_parms = TREE_CHAIN (target_parms)) in hash()
2533 tree parm = TREE_VALUE (target_parms); in hash()
2558 for (tree target_parms = TREE_TYPE (map); in equal() local
2559 target_parms; in equal()
2560 target_parms = TREE_CHAIN (target_parms)) in equal()
2563 tree parm = TREE_VALUE (target_parms); in equal()
/dports/lang/gcc11/gcc-11.2.0/gcc/cp/
H A Dconstraint.cc815 tree target_parms = find_template_parameters (targets, in normalize_atom() local
817 TREE_TYPE (map) = target_parms; in normalize_atom()
2526 for (tree target_parms = TREE_TYPE (map); in hash() local
2527 target_parms; in hash()
2528 target_parms = TREE_CHAIN (target_parms)) in hash()
2531 tree parm = TREE_VALUE (target_parms); in hash()
2556 for (tree target_parms = TREE_TYPE (map); in equal() local
2557 target_parms; in equal()
2558 target_parms = TREE_CHAIN (target_parms)) in equal()
2561 tree parm = TREE_VALUE (target_parms); in equal()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/cp/
H A Dconstraint.cc815 tree target_parms = find_template_parameters (targets, in normalize_atom() local
817 TREE_TYPE (map) = target_parms; in normalize_atom()
2526 for (tree target_parms = TREE_TYPE (map); in hash() local
2527 target_parms; in hash()
2528 target_parms = TREE_CHAIN (target_parms)) in hash()
2531 tree parm = TREE_VALUE (target_parms); in hash()
2556 for (tree target_parms = TREE_TYPE (map); in equal() local
2557 target_parms; in equal()
2558 target_parms = TREE_CHAIN (target_parms)) in equal()
2561 tree parm = TREE_VALUE (target_parms); in equal()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/cp/
H A Dconstraint.cc800 tree target_parms = find_template_parameters (targets, in normalize_atom() local
802 TREE_TYPE (map) = target_parms; in normalize_atom()
2496 for (tree target_parms = TREE_TYPE (map); in hash() local
2497 target_parms; in hash()
2498 target_parms = TREE_CHAIN (target_parms)) in hash()
2501 tree parm = TREE_VALUE (target_parms); in hash()
2526 for (tree target_parms = TREE_TYPE (map); in equal() local
2527 target_parms; in equal()
2528 target_parms = TREE_CHAIN (target_parms)) in equal()
2531 tree parm = TREE_VALUE (target_parms); in equal()
/dports/security/seal/SEAL-3.7.2/native/tests/seal/
H A Devaluator.cpp2516 …auto target_parms = context.first_context_data()->next_context_data()->next_context_data()->parms_… in TEST() local
2517 evaluator.rescale_to_inplace(encrypted1, target_parms); in TEST()
2520 ASSERT_TRUE(encrypted1.parms_id() == target_parms); in TEST()
2561 …auto target_parms = context.first_context_data()->next_context_data()->next_context_data()->parms_… in TEST() local
2562 evaluator.rescale_to_inplace(encrypted1, target_parms); in TEST()
2568 ASSERT_TRUE(encrypted1.parms_id() == target_parms); in TEST()