Home
last modified time | relevance | path

Searched refs:method_attributes (Results 1 – 4 of 4) sorted by relevance

/dports/lang/smalltalk/smalltalk-3.2.5/libgst/
H A Dcomp.c75 typedef struct method_attributes struct
77 struct method_attributes *next; argument
80 } method_attributes; argument
232 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()
/dports/devel/p5-Object-Pad/Object-Pad-0.58/lib/Object/
H A DPad.xs383 static struct AttributeDefinition method_attributes[] = { variable
831 for(def = method_attributes; def->attrname; def++) { in parse_filter_attr()
/dports/lang/mono/mono-5.10.1.57/mcs/tools/compiler-tester/
H A Dcompiler-tester.cs292 public MethodData (string type_name, string method_name, int method_attributes, int il_size) in MethodData() argument
296 this.MethodAttributes = method_attributes; in MethodData()
/dports/sysutils/py-pytsk/pytsk3-20210419/
H A Dclass_parser.py261 if type_components[0] in method_attributes:
2293 method_attributes = ["BORROWED", "DESTRUCTOR", "IGNORE"] variable