Home
last modified time | relevance | path

Searched refs:instance_ptr (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dargon2-core.h122 argon2_instance_t *instance_ptr; member
/freebsd-12.1/contrib/gcc/cp/
H A Dtypeck.c2596 tree instance_ptr = *instance_ptrptr; in get_member_function_from_ptrfunc() local
2598 if (instance_ptr == error_mark_node) in get_member_function_from_ptrfunc()
2616 if (TREE_SIDE_EFFECTS (instance_ptr)) in get_member_function_from_ptrfunc()
2617 instance_ptr = instance_save_expr = save_expr (instance_ptr); in get_member_function_from_ptrfunc()
2650 (basetype, TREE_TYPE (TREE_TYPE (instance_ptr)))) in get_member_function_from_ptrfunc()
2654 instance_ptr = build_base_path (PLUS_EXPR, instance_ptr, basetype, in get_member_function_from_ptrfunc()
2656 if (instance_ptr == error_mark_node) in get_member_function_from_ptrfunc()
2660 instance_ptr = build2 (PLUS_EXPR, TREE_TYPE (instance_ptr), in get_member_function_from_ptrfunc()
2661 instance_ptr, delta); in get_member_function_from_ptrfunc()
2664 *instance_ptrptr = instance_ptr; in get_member_function_from_ptrfunc()
[all …]
H A Dcall.c5369 tree mem_args = NULL_TREE, instance_ptr; in build_new_method_call() local
5454 instance_ptr = build_this (instance); in build_new_method_call()
5461 if (!same_type_p (type, TREE_TYPE (instance_ptr))) in build_new_method_call()
5462 instance_ptr = build_nop (type, instance_ptr); in build_new_method_call()
5467 mem_args = tree_cons (NULL_TREE, instance_ptr, args); in build_new_method_call()
5510 cxx_incomplete_type_error (instance_ptr, basetype); in build_new_method_call()
5519 TREE_TYPE (TREE_TYPE (instance_ptr))); in build_new_method_call()
5559 && is_dummy_object (instance_ptr)) in build_new_method_call()
5579 && !is_dummy_object (instance_ptr) in build_new_method_call()
5580 && TREE_SIDE_EFFECTS (instance_ptr)) in build_new_method_call()
[all …]
H A Dclass.c626 build_vfn_ref (tree instance_ptr, tree idx) in build_vfn_ref() argument
630 aref = build_vtbl_ref_1 (build_indirect_ref (instance_ptr, 0), idx); in build_vfn_ref()
639 aref = build3 (OBJ_TYPE_REF, TREE_TYPE (aref), aref, instance_ptr, idx); in build_vfn_ref()
H A DChangeLog-2002837 SAVE_EXPR for instance_ptr doesn't get evaluated first inside one
H A DChangeLog-19951408 * call.c (build_method_call): Make instance_ptr the signature
H A DChangeLog-1996681 default implementation, as in other cases, let instance_ptr simply
H A DChangeLog-19943762 be sure to use instance_ptr for the first argument, not some version