HomeSort by relevance Sort by last modified time
    Searched refs:in_class (Results 1 - 25 of 43) sorted by null

1 2

  /toolchain/binutils/binutils-2.27/bfd/
coff-stgo32.c 218 int in_class,
225 if (in_class == C_BLOCK || in_class == C_FCN || ISFCN (type)
226 || ISTAG (in_class))
236 int in_class,
243 if (in_class == C_BLOCK || in_class == C_FCN || ISFCN (type)
244 || ISTAG (in_class))
254 int in_class,
261 if (in_class == C_BLOCK || in_class == C_FCN || ISFCN (type
    [all...]
coffswap.h 383 int in_class,
392 COFF_ADJUST_AUX_IN_PRE (abfd, ext1, type, in_class, indx, numaux, in1);
395 switch (in_class)
447 if (in_class == C_BLOCK || in_class == C_FCN || ISFCN (type)
448 || ISTAG (in_class))
479 COFF_ADJUST_AUX_IN_POST (abfd, ext1, type, in_class, indx, numaux, in1);
487 int in_class,
496 COFF_ADJUST_AUX_OUT_PRE (abfd, inp, type, in_class, indx, numaux, extp);
501 switch (in_class)
    [all...]
coff64-rs6000.c 347 _bfd_xcoff64_swap_aux_in (bfd *abfd, void *ext1, int type, int in_class,
353 switch (in_class)
409 if (in_class == C_BLOCK || in_class == C_FCN || ISFCN (type)
410 || ISTAG (in_class))
434 _bfd_xcoff64_swap_aux_out (bfd *abfd, void *inp, int type, int in_class,
443 switch (in_class)
493 if (in_class == C_BLOCK || in_class == C_FCN || ISFCN (type)
494 || ISTAG (in_class))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
classobject.h 26 PyClassObject *in_class; /* The class object */ member in struct:__anon4307
pyerrors.h 113 ? (PyObject*)((PyInstanceObject*)(x))->in_class \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
classobject.h 26 PyClassObject *in_class; /* The class object */ member in struct:__anon4614
pyerrors.h 112 ? (PyObject*)((PyInstanceObject*)(x))->in_class \
  /external/clang/test/Parser/
cxx-ambig-init-templ.cpp 83 static const bool in_class = false;
87 int f(Bool<true> = X<Y, Bool<in_class> >(0));
90 int g(Bool<true> = Z<Y, Bool<in_class> = Bool<false>(0));
92 static const bool in_class = true;
  /external/python/cpython2/Include/
classobject.h 26 PyClassObject *in_class; /* The class object */ member in struct:__anon32555
pyerrors.h 113 ? (PyObject*)((PyInstanceObject*)(x))->in_class \
  /external/tensorflow/tensorflow/python/lib/core/
py_util.cc 34 reinterpret_cast<PyInstanceObject*>(py)->in_class->cl_name));
  /prebuilts/gdb/darwin-x86/include/python2.7/
classobject.h 26 PyClassObject *in_class; /* The class object */ member in struct:__anon66446
  /prebuilts/gdb/linux-x86/include/python2.7/
classobject.h 26 PyClassObject *in_class; /* The class object */ member in struct:__anon66568
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
classobject.h 26 PyClassObject *in_class; /* The class object */ member in struct:__anon961
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
classobject.h 26 PyClassObject *in_class; /* The class object */ member in struct:__anon1084
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
classobject.c 543 inst->in_class = (PyClassObject *)klass;
680 Py_DECREF(inst->in_class);
731 Py_INCREF(inst->in_class);
732 return (PyObject *)inst->in_class;
739 PyString_AS_STRING(inst->in_class->cl_name), sname);
756 v = class_lookup(inst->in_class, name, &klass);
762 (PyObject *)(inst->in_class));
775 if (res == NULL && (func = inst->in_class->cl_getattr) != NULL) {
806 v = class_lookup(inst->in_class, name, &klass);
818 PyString_AS_STRING(inst->in_class->cl_name),
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
classobject.c 533 inst->in_class = (PyClassObject *)klass;
670 Py_DECREF(inst->in_class);
714 Py_INCREF(inst->in_class);
715 return (PyObject *)inst->in_class;
722 PyString_AS_STRING(inst->in_class->cl_name), sname);
739 v = class_lookup(inst->in_class, name, &klass);
745 (PyObject *)(inst->in_class));
758 if (res == NULL && (func = inst->in_class->cl_getattr) != NULL) {
789 v = class_lookup(inst->in_class, name, &klass);
801 PyString_AS_STRING(inst->in_class->cl_name),
    [all...]
  /external/python/cpython2/Objects/
classobject.c 543 inst->in_class = (PyClassObject *)klass;
680 Py_DECREF(inst->in_class);
731 Py_INCREF(inst->in_class);
732 return (PyObject *)inst->in_class;
739 PyString_AS_STRING(inst->in_class->cl_name), sname);
756 v = class_lookup(inst->in_class, name, &klass);
762 (PyObject *)(inst->in_class));
775 if (res == NULL && (func = inst->in_class->cl_getattr) != NULL) {
806 v = class_lookup(inst->in_class, name, &klass);
818 PyString_AS_STRING(inst->in_class->cl_name)
    [all...]
  /external/google-breakpad/src/testing/scripts/generator/cpp/
ast.py 399 def __init__(self, start, end, name, in_class, return_type, parameters,
403 # TODO(nnorwitz): in_class could also be a namespace which can
405 self.in_class = in_class
676 def __init__(self, token_stream, filename, in_class='', visibility=None,
685 self.in_class = in_class
686 if in_class is None:
689 self.in_class_name_only = in_class.split('::')[-1]
806 if token.name == '~' and self.in_class
    [all...]
  /external/googletest/googlemock/scripts/generator/cpp/
ast.py 400 def __init__(self, start, end, name, in_class, return_type, parameters,
404 # TODO(nnorwitz): in_class could also be a namespace which can
406 self.in_class = in_class
677 def __init__(self, token_stream, filename, in_class='', visibility=None,
686 self.in_class = in_class
687 if in_class is None:
690 self.in_class_name_only = in_class.split('::')[-1]
807 if token.name == '~' and self.in_class
    [all...]
  /external/v8/testing/gmock/scripts/generator/cpp/
ast.py 400 def __init__(self, start, end, name, in_class, return_type, parameters,
404 # TODO(nnorwitz): in_class could also be a namespace which can
406 self.in_class = in_class
677 def __init__(self, token_stream, filename, in_class='', visibility=None,
686 self.in_class = in_class
687 if in_class is None:
690 self.in_class_name_only = in_class.split('::')[-1]
807 if token.name == '~' and self.in_class
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
m88k-dis.c 698 unsigned int in_class; local
    [all...]
  /toolchain/binutils/binutils-2.27/include/coff/
ti.h 480 (H_GET_16 (abfd, ext->x_sym.x_misc.x_lnsz.x_size) / (in_class != C_FIELD ? 8 : 1))
483 H_PUT_16 (abfd, ((in_class != C_FIELD) ? (in) * 8 : (in)), \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/gdb/
libpython.py 667 in_class = self.pyop_field('in_class')
668 cl_name = in_class.pyop_field('cl_name').proxyval(visited)
686 in_class = self.pyop_field('in_class')
687 cl_name = in_class.pyop_field('cl_name').proxyval(visited)
    [all...]
  /external/python/cpython2/Tools/gdb/
libpython.py 703 in_class = self.pyop_field('in_class')
704 cl_name = in_class.pyop_field('cl_name').proxyval(visited)
722 in_class = self.pyop_field('in_class')
723 cl_name = in_class.pyop_field('cl_name').proxyval(visited)
    [all...]

Completed in 535 milliseconds

1 2