Searched refs:method_attributes (Results 1 – 4 of 4) sorted by relevance
75 typedef struct method_attributes struct77 struct method_attributes *next; argument80 } method_attributes; argument232 method_attributes *attrs,399 static method_attributes *method_attrs = NULL;2516 method_attributes *new_attr = (method_attributes *) in process_attribute()2517 xmalloc (sizeof (method_attributes)); in process_attribute()2912 method_attributes *attrs, in method_info_new()2916 method_attributes *next; in method_info_new()
383 static struct AttributeDefinition method_attributes[] = { variable831 for(def = method_attributes; def->attrname; def++) { in parse_filter_attr()
292 public MethodData (string type_name, string method_name, int method_attributes, int il_size) in MethodData() argument296 this.MethodAttributes = method_attributes; in MethodData()
261 if type_components[0] in method_attributes:2293 method_attributes = ["BORROWED", "DESTRUCTOR", "IGNORE"] variable