Searched refs:class_ (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dgdbhooks.py422 def __init__(self, name, class_):
424 self.class_ = class_
433 def __init__(self, str_types, name, class_):
434 super(GdbSubprinterTypeList, self).__init__(name, class_)
444 def __init__(self, regex, name, class_):
445 super(GdbSubprinterRegex, self).__init__(name, class_)
455 def add_printer_for_types(self, name, class_, types):
456 self.subprinters.append(GdbSubprinterTypeList(name, class_, types))
458 def add_printer_for_regex(self, name, class_, rege
[all...]
/haiku-buildtools/gcc/gcc/testsuite/objc-obj-c++-shared/
H A Druntime.h73 BOOL class_conformsToProtocol (Class class_, Protocol *protocol) argument
77 for (p = class_->protocols; p; p = p->next)
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/x86_64/abi/
H A Dtest_struct_returning.c35 #define D(I,MEMBERS,B) struct S_ ## I { MEMBERS ; }; Type class_ ## I = INT; \
56 #define D(I,MEMBERS,C,B) struct S_ ## I { MEMBERS ; }; Type class_ ## I = C; \
75 #define D(I,MEMBERS) struct S_ ## I { MEMBERS ; }; Type class_ ## I = X87; \
88 #define D(I,MEMBERS) struct S_ ## I { MEMBERS ; }; Type class_ ## I = INT_SSE; \
120 #define D(I,MEMBERS,B) struct S_ ## I { MEMBERS ; }; Type class_ ## I = SSE_INT; \
139 #define D(I,MEMBERS) struct S_ ## I { MEMBERS ; }; Type class_ ## I = MEM; \
165 #define D(I,MEMBERS,C,B) struct S_ ## I { MEMBERS ; }; Type class_ ## I = C; \
203 check_all(class_ ## I, sizeof(s)); \

Completed in 104 milliseconds