Home
last modified time | relevance | path

Searched refs:access_ref (Results 1 – 25 of 60) sorted by relevance

123

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dpointer-query.h61 struct access_ref struct
64 access_ref (range_query *query = nullptr, tree = NULL_TREE,
71 tree get_ref (vec<access_ref> *, access_ref * = nullptr, int = 1,
169 vec<access_ref> access_refs; argument
176 const access_ref* get_ref (tree, int = 1) const;
179 bool get_ref (tree, gimple *, access_ref*, int = 1);
182 void put_ref (tree, const access_ref&, int = 1);
232 access_ref dst, src;
256 extern tree compute_objsize (tree, gimple *, int, access_ref *,
258 extern tree compute_objsize (tree, gimple *, int, access_ref *,
[all …]
H A Dpointer-query.cc200 access_ref aref; in gimple_call_return_array()
234 access_ref aref; in gimple_call_return_array()
259 access_ref aref; in gimple_call_return_array()
604 access_ref::access_ref (range_query *qry /* = nullptr */, in access_ref() function in access_ref
636 access_ref::phi () const in phi()
654 access_ref::get_ref (vec<access_ref> *all_refs, in get_ref()
680 access_ref phi_ref; in get_ref()
972 access_ref maxref; in inform_access()
1108 access_ref arg_ref[2]; in inform_access()
1284 const access_ref *
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dbuiltins.h194 struct access_ref struct
200 access_ref (tree = NULL_TREE, bool = false);
206 tree get_ref (vec<access_ref> *, access_ref * = NULL, int = 1,
299 vec<access_ref> access_refs; argument
306 const access_ref* get_ref (tree, int = 1) const;
309 bool get_ref (tree, access_ref*, int = 1);
312 void put_ref (tree, const access_ref&, int = 1);
345 access_ref dst, src;
355 extern tree compute_objsize (tree, int, access_ref *, range_query * = NULL);
357 extern tree compute_objsize (tree, int, access_ref *, pointer_query *);
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dbuiltins.h194 struct access_ref struct
200 access_ref (tree = NULL_TREE, bool = false);
206 tree get_ref (vec<access_ref> *, access_ref * = NULL, int = 1,
299 vec<access_ref> access_refs; argument
306 const access_ref* get_ref (tree, int = 1) const;
309 bool get_ref (tree, access_ref*, int = 1);
312 void put_ref (tree, const access_ref&, int = 1);
345 access_ref dst, src;
355 extern tree compute_objsize (tree, int, access_ref *, range_query * = NULL);
357 extern tree compute_objsize (tree, int, access_ref *, pointer_query *);
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dbuiltins.h194 struct access_ref
200 access_ref (tree = NULL_TREE, bool = false);
206 tree get_ref (vec<access_ref> *, access_ref * = NULL, int = 1,
299 vec<access_ref> access_refs;
306 const access_ref* get_ref (tree, int = 1) const;
309 bool get_ref (tree, access_ref*, int = 1);
312 void put_ref (tree, const access_ref&, int = 1);
345 access_ref dst, src;
355 extern tree compute_objsize (tree, int, access_ref *, range_query * = NULL);
357 extern tree compute_objsize (tree, int, access_ref *, pointer_query *);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/api/enterprise_reporting_private/
H A Dkeychain_data_helper_mac.mm21 OSStatus CreateTargetAccess(NSString* service_name, SecAccessRef* access_ref) {
24 SecAccessCreate(base::mac::NSToCFCast(service_name), nullptr, access_ref);
29 status = SecAccessCopyACLList(*access_ref, acl_list.InitializeInto());
64 base::ScopedCFTypeRef<SecAccessRef> access_ref;
65 status = SecKeychainItemCopyAccess(item_ref, access_ref.InitializeInto());
70 status = SecAccessCopyACLList(access_ref.get(), acl_list.InitializeInto());
158 base::ScopedCFTypeRef<SecAccessRef> access_ref;
160 access_ref.InitializeInto());
166 access_ref.get(), nullptr);
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/most/
H A Dmost_cdev.c42 int access_ref; member
137 if (c->access_ref) { in comp_open()
145 c->access_ref = 1; in comp_open()
163 c->access_ref = 0; in comp_close()
333 if (c->access_ref) { in comp_disconnect_channel()
363 if (!c->access_ref || !c->dev) { in comp_rx_completion()
446 c->access_ref = 0; in comp_probe()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/most/
H A Dmost_cdev.c42 int access_ref; member
137 if (c->access_ref) { in comp_open()
145 c->access_ref = 1; in comp_open()
163 c->access_ref = 0; in comp_close()
333 if (c->access_ref) { in comp_disconnect_channel()
363 if (!c->access_ref || !c->dev) { in comp_rx_completion()
446 c->access_ref = 0; in comp_probe()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/most/
H A Dmost_cdev.c42 int access_ref; member
137 if (c->access_ref) { in comp_open()
145 c->access_ref = 1; in comp_open()
163 c->access_ref = 0; in comp_close()
333 if (c->access_ref) { in comp_disconnect_channel()
363 if (!c->access_ref || !c->dev) { in comp_rx_completion()
446 c->access_ref = 0; in comp_probe()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/most/video/
H A Dvideo.c39 atomic_t access_ref; member
86 if (!atomic_inc_and_test(&mdev->access_ref)) { in comp_vdev_open()
111 atomic_dec(&mdev->access_ref); in comp_vdev_open()
146 atomic_dec(&mdev->access_ref); in comp_vdev_close()
478 atomic_set(&mdev->access_ref, -1); in comp_probe_channel()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/most/video/
H A Dvideo.c39 atomic_t access_ref; member
86 if (!atomic_inc_and_test(&mdev->access_ref)) { in comp_vdev_open()
111 atomic_dec(&mdev->access_ref); in comp_vdev_open()
146 atomic_dec(&mdev->access_ref); in comp_vdev_close()
478 atomic_set(&mdev->access_ref, -1); in comp_probe_channel()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/most/video/
H A Dvideo.c39 atomic_t access_ref; member
86 if (!atomic_inc_and_test(&mdev->access_ref)) { in comp_vdev_open()
111 atomic_dec(&mdev->access_ref); in comp_vdev_open()
146 atomic_dec(&mdev->access_ref); in comp_vdev_close()
478 atomic_set(&mdev->access_ref, -1); in comp_probe_channel()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/compiler/glsl/
H A Dlower_ubo_reference.cpp457 ir_variable *access_ref = new(mem_ctx) in ssbo_store() local
459 sig_params.push_tail(access_ref); in ssbo_store()
494 ir_variable *access_ref = new(mem_ctx) in ssbo_load() local
496 sig_params.push_tail(access_ref); in ssbo_load()
/dports/www/firefox/firefox-99.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/
H A Dlower_ubo_reference.cpp455 ir_variable *access_ref = new(mem_ctx) in ssbo_store() local
457 sig_params.push_tail(access_ref); in ssbo_store()
492 ir_variable *access_ref = new(mem_ctx) in ssbo_load() local
494 sig_params.push_tail(access_ref); in ssbo_load()
/dports/lang/clover/mesa-21.3.6/src/compiler/glsl/
H A Dlower_ubo_reference.cpp457 ir_variable *access_ref = new(mem_ctx) in ssbo_store() local
459 sig_params.push_tail(access_ref); in ssbo_store()
494 ir_variable *access_ref = new(mem_ctx) in ssbo_load() local
496 sig_params.push_tail(access_ref); in ssbo_load()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/
H A Dlower_ubo_reference.cpp455 ir_variable *access_ref = new(mem_ctx) in ssbo_store() local
457 sig_params.push_tail(access_ref); in ssbo_store()
492 ir_variable *access_ref = new(mem_ctx) in ssbo_load() local
494 sig_params.push_tail(access_ref); in ssbo_load()
/dports/graphics/libosmesa/mesa-21.3.6/src/compiler/glsl/
H A Dlower_ubo_reference.cpp457 ir_variable *access_ref = new(mem_ctx) in ssbo_store() local
459 sig_params.push_tail(access_ref); in ssbo_store()
494 ir_variable *access_ref = new(mem_ctx) in ssbo_load() local
496 sig_params.push_tail(access_ref); in ssbo_load()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/compiler/glsl/
H A Dlower_ubo_reference.cpp457 ir_variable *access_ref = new(mem_ctx) in ssbo_store() local
459 sig_params.push_tail(access_ref); in ssbo_store()
494 ir_variable *access_ref = new(mem_ctx) in ssbo_load() local
496 sig_params.push_tail(access_ref); in ssbo_load()
/dports/graphics/mesa-libs/mesa-21.3.6/src/compiler/glsl/
H A Dlower_ubo_reference.cpp457 ir_variable *access_ref = new(mem_ctx) in ssbo_store() local
459 sig_params.push_tail(access_ref); in ssbo_store()
494 ir_variable *access_ref = new(mem_ctx) in ssbo_load() local
496 sig_params.push_tail(access_ref); in ssbo_load()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/
H A Dlower_ubo_reference.cpp455 ir_variable *access_ref = new(mem_ctx) in ssbo_store() local
457 sig_params.push_tail(access_ref); in ssbo_store()
492 ir_variable *access_ref = new(mem_ctx) in ssbo_load() local
494 sig_params.push_tail(access_ref); in ssbo_load()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/compiler/glsl/
H A Dlower_ubo_reference.cpp457 ir_variable *access_ref = new(mem_ctx) in ssbo_store() local
459 sig_params.push_tail(access_ref); in ssbo_store()
494 ir_variable *access_ref = new(mem_ctx) in ssbo_load() local
496 sig_params.push_tail(access_ref); in ssbo_load()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/
H A Dlower_ubo_reference.cpp455 ir_variable *access_ref = new(mem_ctx) in ssbo_store() local
457 sig_params.push_tail(access_ref); in ssbo_store()
492 ir_variable *access_ref = new(mem_ctx) in ssbo_load() local
494 sig_params.push_tail(access_ref); in ssbo_load()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/compiler/glsl/
H A Dlower_ubo_reference.cpp457 ir_variable *access_ref = new(mem_ctx) in ssbo_store() local
459 sig_params.push_tail(access_ref); in ssbo_store()
494 ir_variable *access_ref = new(mem_ctx) in ssbo_load() local
496 sig_params.push_tail(access_ref); in ssbo_load()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/compiler/glsl/
H A Dlower_ubo_reference.cpp457 ir_variable *access_ref = new(mem_ctx) in ssbo_store() local
459 sig_params.push_tail(access_ref); in ssbo_store()
494 ir_variable *access_ref = new(mem_ctx) in ssbo_load() local
496 sig_params.push_tail(access_ref); in ssbo_load()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/compiler/glsl/
H A Dlower_ubo_reference.cpp457 ir_variable *access_ref = new(mem_ctx) in ssbo_store() local
459 sig_params.push_tail(access_ref); in ssbo_store()
494 ir_variable *access_ref = new(mem_ctx) in ssbo_load() local
496 sig_params.push_tail(access_ref); in ssbo_load()

123