Home
last modified time | relevance | path

Searched refs:curr_prop (Results 1 – 6 of 6) sorted by relevance

/dports/devel/libfirm/libfirm-1.21.0/ir/opt/
H A Dfunccall.c711 mtp_additional_properties curr_prop in check_nothrow_or_malloc() local
728 curr_prop &= ~mtp_property_malloc; in check_nothrow_or_malloc()
759 curr_prop = update_property(curr_prop, prop); in check_nothrow_or_malloc()
761 curr_prop = update_property(curr_prop, get_entity_additional_properties(ent)); in check_nothrow_or_malloc()
769 curr_prop &= ~mtp_property_malloc; in check_nothrow_or_malloc()
790 curr_prop = update_property(curr_prop, prop); in check_nothrow_or_malloc()
797 curr_prop &= ~mtp_property_nothrow; in check_nothrow_or_malloc()
801 curr_prop &= ~mtp_property_nothrow; in check_nothrow_or_malloc()
810 if (curr_prop & mtp_property_malloc) { in check_nothrow_or_malloc()
818 if (curr_prop != mtp_no_property in check_nothrow_or_malloc()
[all …]
/dports/x11/cinnamon/cinnamon-4.8.6/docs/reference/cinnamon-js/
H A Dgen_doc.py127 curr_prop = None variable
217 if curr_prop is not None:
218 curr_prop = None variable
227 curr_prop = JSProperty(*prop.groups()) variable
228 curr_item.add_property(curr_prop)
230 if curr_prop:
231 curr_prop.append_description(line)
239 curr_prop = JSProperty('Returns', *RETURNS_REGEX.match(line).groups()) variable
240 curr_item.set_return(curr_prop)
250 curr_prop.append_description(line)
/dports/x11-fm/gentoo/gentoo-0.20.7/src/
H A Dcfg_styles.c209 page->curr_prop = NULL; in reset_widgets()
401 page->curr_prop = g_object_get_data(G_OBJECT(wid), "user"); in evt_vprop_edit_clicked()
403 if(strcmp(page->curr_prop, SPN_ICON_UNSEL) == 0) in evt_vprop_edit_clicked()
408 stl_style_property_get_icon(style, page->curr_prop), in evt_vprop_edit_clicked()
411 stl_style_property_set_icon(style, page->curr_prop, icon); in evt_vprop_edit_clicked()
457 unique = stl_style_property_is_unique(style, page->curr_prop); in set_aprop_delete_button()
548 stl_style_property_set_action(style, page->curr_prop, cmd); in evt_aprop_cmdseq_pick_activated()
585 if(page->curr_prop == NULL) in evt_aprop_cmdseq_edited()
592 cmdseq = stl_style_property_get_action(stl, page->curr_prop); in evt_aprop_cmdseq_edited()
668 if((page->curr_prop != NULL)) in evt_aprop_delete_clicked()
[all …]
/dports/www/monolith/monolith-2.6.1/src/
H A Dcss.rs92 let mut curr_prop: String = str!(prop_name.clone()); in process_css() localVariable
140 curr_prop.as_str(), in process_css()
165 curr_prop = str!(value); in process_css()
244 if options.no_images && is_image_url_prop(curr_prop.as_str()) { in process_css()
379 if is_image_url_prop(curr_prop.as_str()) && options.no_images { in process_css()
428 curr_prop.as_str(), in process_css()
/dports/www/pecl-solr/solr-2.5.1/src/php7/
H A Dsolr_functions_helpers.c967 xmlAttr *curr_prop = properties; local
974 while(curr_prop != NULL)
976 if (solr_xml_match_node(curr_prop, "numFound"))
978 num_found = (solr_char_t *) solr_xml_get_node_contents(curr_prop);
981 if (solr_xml_match_node(curr_prop, "start"))
983 start = (solr_char_t *) solr_xml_get_node_contents(curr_prop);
986 if (solr_xml_match_node(curr_prop, "name"))
988 object_name = (solr_char_t *) solr_xml_get_node_contents(curr_prop);
991 if (solr_xml_match_node(curr_prop, "maxScore"))
993 max_score = (solr_char_t *) solr_xml_get_node_contents(curr_prop);
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/volm/conf/
H A Dvolm_conf_land_map_indexer.cxx347 volm_land_layer curr_prop = lines_in_prop[r_idx]; in add_locations() local
358 …if (!volm_io_tools::search_junctions(curr_line, curr_prop, net, net_props, cross_pts, cross_props,… in add_locations()