HomeSort by relevance Sort by last modified time
    Searched defs:ObjectType (Results 1 - 25 of 73) sorted by null

1 2 3

  /external/proguard/src/proguard/classfile/attribute/preverification/
ObjectType.java 32 public class ObjectType extends VerificationType
39 * Creates an uninitialized ObjectType.
41 public ObjectType()
47 * Creates an ObjectType that points to the given class constant.
49 public ObjectType(int u2classIndex)
90 ObjectType other = (ObjectType)object;
  /external/swiftshader/src/OpenGL/common/
Object.hpp 69 template<class ObjectType>
75 BindingPointer(const BindingPointer<ObjectType> &other) : object(nullptr)
85 ObjectType *operator=(ObjectType *newObject)
95 ObjectType *operator=(const BindingPointer<ObjectType> &other)
100 operator ObjectType*() const { return object; }
101 ObjectType *operator->() const { return object; }
106 ObjectType *object;
  /external/compiler-rt/lib/ubsan/
ubsan_type_hash_itanium.cc 252 const abi::__class_type_info *ObjectType = findBaseAtOffset(
256 ObjectType ? ObjectType->__type_name : "<unknown>");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
types.py 14 ObjectType = object
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
types.py 14 ObjectType = object
  /external/deqp/framework/opengl/
gluObjectWrapper.hpp 41 enum ObjectType
62 const ObjectTraits& objectTraits (ObjectType type);
87 template<ObjectType Type> class TypedObjectWrapper : public ObjectWrapper
123 template<ObjectType Type> class TypedObjectVector : public ObjectVector
  /external/python/cpython2/Lib/
types.py 14 ObjectType = object
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
qos.h 47 ULONG ObjectType;
wct.h 49 WCT_OBJECT_TYPE ObjectType;
  /prebuilts/gdb/darwin-x86/lib/python2.7/
types.py 14 ObjectType = object
  /prebuilts/gdb/linux-x86/lib/python2.7/
types.py 14 ObjectType = object
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
types.py 14 ObjectType = object
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
types.py 14 ObjectType = object
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 387 QualType ObjectType = GetTypeFromParser(ObjectTypePtr);
393 if (!ObjectType.isNull()) {
396 assert(!SS.isSet() && "ObjectType and scope specifier cannot coexist");
397 LookupCtx = computeDeclContext(ObjectType);
398 isDependent = ObjectType->isDependentType();
455 /// \param ObjectType Type of postfix expression if the nested-name-specifier
485 QualType ObjectType,
499 if (!ObjectType.isNull()) {
502 assert(!SS.isSet() && "ObjectType and scope specifier cannot coexist");
503 LookupCtx = computeDeclContext(ObjectType);
    [all...]
  /external/deqp/modules/egl/
teglMemoryStressTests.cpp 60 enum ObjectType
72 MemoryAllocator (EglTestContext& eglTestCtx, EGLDisplay display, EGLConfig config, int seed, ObjectType types, int minWidth, int minHeight, int maxWidth, int maxHeight, bool use);
94 ObjectType m_types;
105 MemoryAllocator::MemoryAllocator (EglTestContext& eglTestCtx, EGLDisplay display, EGLConfig config, int seed, ObjectType types, int minWidth, int minHeight, int maxWidth, int maxHeight, bool use)
142 vector<ObjectType> types;
159 ObjectType type = m_rnd.choose<ObjectType>(types.begin(), types.end());
319 ObjectType types;
590 spec.types = (ObjectType)(OBJECTTYPE_PBUFFER|OBJECTTYPE_CONTEXT);
604 spec.types = (ObjectType)(OBJECTTYPE_PBUFFER|OBJECTTYPE_CONTEXT)
    [all...]
  /external/llvm/lib/IR/
Value.cpp 599 Type *ObjectType = GVar->getValueType();
600 if (ObjectType->isSized()) {
607 Align = DL.getABITypeAlignment(ObjectType);
  /external/llvm/include/llvm/CodeGen/
MIRYamlMapping.h 186 enum ObjectType { DefaultType, SpillSlot, VariableSized };
190 ObjectType Type = DefaultType;
201 template <> struct ScalarEnumerationTraits<MachineStackObject::ObjectType> {
202 static void enumeration(yaml::IO &IO, MachineStackObject::ObjectType &Type) {
238 enum ObjectType { DefaultType, SpillSlot };
240 ObjectType Type = DefaultType;
250 struct ScalarEnumerationTraits<FixedMachineStackObject::ObjectType> {
252 FixedMachineStackObject::ObjectType &Type) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MIRYamlMapping.h 186 enum ObjectType { DefaultType, SpillSlot, VariableSized };
190 ObjectType Type = DefaultType;
201 template <> struct ScalarEnumerationTraits<MachineStackObject::ObjectType> {
202 static void enumeration(yaml::IO &IO, MachineStackObject::ObjectType &Type) {
238 enum ObjectType { DefaultType, SpillSlot };
240 ObjectType Type = DefaultType;
250 struct ScalarEnumerationTraits<FixedMachineStackObject::ObjectType> {
252 FixedMachineStackObject::ObjectType &Type) {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MIRYamlMapping.h 186 enum ObjectType { DefaultType, SpillSlot, VariableSized };
190 ObjectType Type = DefaultType;
201 template <> struct ScalarEnumerationTraits<MachineStackObject::ObjectType> {
202 static void enumeration(yaml::IO &IO, MachineStackObject::ObjectType &Type) {
238 enum ObjectType { DefaultType, SpillSlot };
240 ObjectType Type = DefaultType;
250 struct ScalarEnumerationTraits<FixedMachineStackObject::ObjectType> {
252 FixedMachineStackObject::ObjectType &Type) {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MIRYamlMapping.h 186 enum ObjectType { DefaultType, SpillSlot, VariableSized };
190 ObjectType Type = DefaultType;
201 template <> struct ScalarEnumerationTraits<MachineStackObject::ObjectType> {
202 static void enumeration(yaml::IO &IO, MachineStackObject::ObjectType &Type) {
238 enum ObjectType { DefaultType, SpillSlot };
240 ObjectType Type = DefaultType;
250 struct ScalarEnumerationTraits<FixedMachineStackObject::ObjectType> {
252 FixedMachineStackObject::ObjectType &Type) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MIRYamlMapping.h 186 enum ObjectType { DefaultType, SpillSlot, VariableSized };
190 ObjectType Type = DefaultType;
201 template <> struct ScalarEnumerationTraits<MachineStackObject::ObjectType> {
202 static void enumeration(yaml::IO &IO, MachineStackObject::ObjectType &Type) {
238 enum ObjectType { DefaultType, SpillSlot };
240 ObjectType Type = DefaultType;
250 struct ScalarEnumerationTraits<FixedMachineStackObject::ObjectType> {
252 FixedMachineStackObject::ObjectType &Type) {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MIRYamlMapping.h 186 enum ObjectType { DefaultType, SpillSlot, VariableSized };
190 ObjectType Type = DefaultType;
201 template <> struct ScalarEnumerationTraits<MachineStackObject::ObjectType> {
202 static void enumeration(yaml::IO &IO, MachineStackObject::ObjectType &Type) {
238 enum ObjectType { DefaultType, SpillSlot };
240 ObjectType Type = DefaultType;
250 struct ScalarEnumerationTraits<FixedMachineStackObject::ObjectType> {
252 FixedMachineStackObject::ObjectType &Type) {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MIRYamlMapping.h 186 enum ObjectType { DefaultType, SpillSlot, VariableSized };
190 ObjectType Type = DefaultType;
201 template <> struct ScalarEnumerationTraits<MachineStackObject::ObjectType> {
202 static void enumeration(yaml::IO &IO, MachineStackObject::ObjectType &Type) {
238 enum ObjectType { DefaultType, SpillSlot };
240 ObjectType Type = DefaultType;
250 struct ScalarEnumerationTraits<FixedMachineStackObject::ObjectType> {
252 FixedMachineStackObject::ObjectType &Type) {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MIRYamlMapping.h 186 enum ObjectType { DefaultType, SpillSlot, VariableSized };
190 ObjectType Type = DefaultType;
201 template <> struct ScalarEnumerationTraits<MachineStackObject::ObjectType> {
202 static void enumeration(yaml::IO &IO, MachineStackObject::ObjectType &Type) {
238 enum ObjectType { DefaultType, SpillSlot };
240 ObjectType Type = DefaultType;
250 struct ScalarEnumerationTraits<FixedMachineStackObject::ObjectType> {
252 FixedMachineStackObject::ObjectType &Type) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MIRYamlMapping.h 186 enum ObjectType { DefaultType, SpillSlot, VariableSized };
190 ObjectType Type = DefaultType;
201 template <> struct ScalarEnumerationTraits<MachineStackObject::ObjectType> {
202 static void enumeration(yaml::IO &IO, MachineStackObject::ObjectType &Type) {
238 enum ObjectType { DefaultType, SpillSlot };
240 ObjectType Type = DefaultType;
250 struct ScalarEnumerationTraits<FixedMachineStackObject::ObjectType> {
252 FixedMachineStackObject::ObjectType &Type) {

Completed in 1929 milliseconds

1 2 3