Searched refs:is_class (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A Dtype_traits.h39 // the is_class template below. They cannot be located inside
40 // is_class because doing so causes at least GCC to think that
44 // important to make the is_class<T>::value idiom zero cost. it
52 struct is_class struct in namespace:llvm
54 // is_class<> metafunction due to Paul Mensonides (leavings@attbi.com). For
74 static const bool value = !is_class<T>::value;
167 value = (!is_class<UnderlyingT>::value && !is_pointer<UnderlyingT>::value &&
195 = is_class<Base>::value && is_class<Derived>::value &&
H A DCommandLine.h388 struct OptionValue : OptionValueBase<DataType, is_class<DataType>::value> {
1124 is_class<DataType>::value> {
/macosx-10.10.1/objc4-646/runtime/
H A Dllvm-type_traits.h40 // the is_class template below. They cannot be located inside
41 // is_class because doing so causes at least GCC to think that
45 // important to make the is_class<T>::value idiom zero cost. it
53 struct is_class struct in namespace:objc
55 // is_class<> metafunction due to Paul Mensonides (leavings@attbi.com). For
75 static const bool value = !is_class<T>::value;
168 value = (!is_class<UnderlyingT>::value && !is_pointer<UnderlyingT>::value &&
196 = is_class<Base>::value && is_class<Derived>::value &&
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Lib/objc/
H A D_bridgesupport.py347 is_class = self.attribute_bool(method, "classmethod", None, _SENTINEL)
348 if is_class is _SENTINEL:
350 is_class = self.attribute_bool(method, "class_method", None, False)
362 self.meta[(_as_bytes(class_name), _as_bytes(sel_name), is_class)] = metadata
391 self.meta[(_as_bytes(class_name), _as_bytes(sel_name), is_class)] = metadata
493 is_class = self.attribute_bool(method, "classmethod", None, _SENTINEL)
494 if is_class is _SENTINEL:
496 is_class = self.attribute_bool(method, "class_method", None, False)
503 signature=_as_bytes(typestr), isClassMethod=is_class)
632 for class_name, sel_name, is_class i
[all...]
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/tr1/
H A Dtype_traits_fwd.h83 struct is_class;
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/
H A Dformal-protocol.m543 BOOL is_class,
551 if (is_class) {
558 meth = PyObjCClass_FindSelector(super_class, descr->name, is_class);
575 if (is_class) {
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/
H A Dformal-protocol.m580 BOOL is_class,
588 if (is_class) {
595 meth = PyObjCClass_FindSelector(super_class, descr->name, is_class);
612 if (is_class) {
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/
H A Dformal-protocol.m581 BOOL is_class,
589 if (is_class) {
596 meth = PyObjCClass_FindSelector(super_class, descr->name, is_class);
613 if (is_class) {
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dia64-gen.c217 int is_class; /* Is a class, not a terminal. */
470 int is_class = 0;
475 is_class = 1;
481 is_class = 1;
483 is_class = 1;
485 is_class = 1;
546 ics[ind]->is_class = is_class;
560 if ((xsect || comment || notestr) && is_class)
600 if (ic1->is_class)
216 int is_class; /* Is a class, not a terminal. */ member in struct:iclass
468 int is_class = 0; local
[all...]
/macosx-10.10.1/cups-408/cups/cgi-bin/
H A Dadmin.c59 static void do_set_options(http_t *http, int is_class);
2745 *is_class, /* Is a class? */ local
2760 is_class = cgiGetVariable("IS_CLASS");
2792 "localhost", 0, is_class ? "/classes/%s" : "/printers/%s",
2884 request = ippNewRequest(is_class ? CUPS_ADD_CLASS : CUPS_ADD_PRINTER);
2887 "localhost", 0, is_class ? "/classes/%s" : "/printers/%s",
2990 cgiCopyTemplateLang(is_class ? "class-modified.tmpl" :
3010 *is_class; /* Is a class? */ local
3013 is_class = cgiGetVariable("IS_CLASS");
3038 "localhost", 0, is_class
3087 do_set_options(http_t *http, int is_class) argument
3830 *is_class, /* Is a class? */ local
[all...]
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_bridgesupport.py1215 for clsname, selname, is_class in prs.meta:
1216 meta = prs.meta[(clsname, selname, is_class)]
1218 self.assertIsInstance(is_class, bool)
/macosx-10.10.1/swig-12/Source/Modules/
H A Dphp.cxx707 bool is_class(SwigType *t) { function in class:PHP
1656 } else if (is_class(d)) {

Completed in 216 milliseconds