Home
last modified time | relevance | path

Searched defs:TypeInfo (Results 1 – 24 of 24) sorted by relevance

/external/qemu/include/qom/
Dobject.h31 typedef struct TypeInfo TypeInfo; typedef
431 struct TypeInfo struct
433 const char *name;
434 const char *parent;
436 size_t instance_size;
437 void (*instance_init)(Object *obj);
438 void (*instance_post_init)(Object *obj);
439 void (*instance_finalize)(Object *obj);
441 bool abstract;
442 size_t class_size;
[all …]
/external/chromium_org/third_party/protobuf/src/google/protobuf/
Ddynamic_message.cc168 struct TypeInfo { struct in google::protobuf::DynamicMessage
169 int size;
170 int has_bits_offset;
171 int unknown_fields_offset;
172 int extensions_offset;
175 DynamicMessageFactory* factory; // The factory that created this object.
176 const DescriptorPool* pool; // The factory's DescriptorPool.
177 const Descriptor* type; // Type of this DynamicMessage.
181 scoped_array<int> offsets;
182 scoped_ptr<const GeneratedMessageReflection> reflection;
[all …]
/external/protobuf/src/google/protobuf/
Ddynamic_message.cc166 struct TypeInfo { struct in google::protobuf::DynamicMessage
167 int size;
168 int has_bits_offset;
169 int unknown_fields_offset;
170 int extensions_offset;
173 DynamicMessageFactory* factory; // The factory that created this object.
174 const DescriptorPool* pool; // The factory's DescriptorPool.
175 const Descriptor* type; // Type of this DynamicMessage.
179 scoped_array<int> offsets;
180 scoped_ptr<const GeneratedMessageReflection> reflection;
[all …]
/external/clang/lib/Driver/
DTypes.cpp19 struct TypeInfo { struct
26 static const TypeInfo TypeInfos[] = { argument
/external/compiler-rt/lib/ubsan/
Dubsan_handlers_cxx.h24 void *TypeInfo; member
Dubsan_value.h97 u16 TypeInfo; variable
Dubsan_type_hash.cc195 std::type_info *TypeInfo; member
/external/doclava/src/com/google/doclava/
DTypeInfo.java23 public class TypeInfo implements Resolvable { class
28 public TypeInfo(boolean isPrimitive, String dimension, String simpleTypeName, in TypeInfo() method in TypeInfo
37 public TypeInfo(String typeString) { in TypeInfo() method in TypeInfo
104 private TypeInfo(TypeInfo other) { in TypeInfo() method in TypeInfo
/external/chromium_org/ppapi/
Dgenerate_ppapi_size_checks.py42 class TypeInfo(object): class
/external/chromium_org/sandbox/win/src/
Dhandle_table.cc149 const OBJECT_TYPE_INFORMATION* HandleTable::HandleEntry::TypeInfo() { in TypeInfo() function in sandbox::HandleTable::HandleEntry
/external/clang/lib/CodeGen/
DCGObjCRuntime.cpp152 llvm::Constant *TypeInfo; member
DCGExprAgg.cpp1334 std::pair<CharUnits, CharUnits> TypeInfo = in CheckAggExprForMemSetUse() local
1423 std::pair<CharUnits, CharUnits> TypeInfo; in EmitAggregateCopy() local
DCGException.cpp450 llvm::Constant *TypeInfo = CGM.GetAddrOfRTTIDescriptor(ThrowType, in EmitCXXThrowExpr() local
607 llvm::Constant *TypeInfo = nullptr; in EnterCXXTryStmt() local
DCodeGenFunction.cpp1203 std::pair<CharUnits, CharUnits> TypeInfo = in EmitNullInitialization() local
DCGExprCXX.cpp1655 llvm::Constant *TypeInfo = in EmitCXXTypeidExpr() local
DCGExpr.cpp2093 uint16_t TypeInfo = 0; in EmitCheckTypeDescriptor() local
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2174 static bool isCatchAll(Personality_Type Personality, Constant *TypeInfo) { in isCatchAll()
2214 Constant *TypeInfo = CatchClause->stripPointerCasts(); in visitLandingPadInst() local
2263 Constant *TypeInfo = in visitLandingPadInst() local
2288 Constant *TypeInfo = Elt->stripPointerCasts(); in visitLandingPadInst() local
/external/chromium_org/v8/src/
Dproperty-details.h41 class TypeInfo; variable
/external/clang/include/clang/Sema/
DInitialization.h144 TypeSourceInfo *TypeInfo; member
270 static InitializedEntity InitializeTemporary(TypeSourceInfo *TypeInfo) { in InitializeTemporary()
/external/clang/include/clang/AST/
DExprCXX.h1548 TypeSourceInfo *TypeInfo; variable
1556 TypeSourceInfo *TypeInfo, in CXXScalarValueInitExpr()
/external/llvm/include/llvm/Support/
DCOFF.h632 uint16_t TypeInfo; member
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
Ddbghelp.h405 BOOL TypeInfo; member
429 BOOL TypeInfo; member
/external/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h405 BOOL TypeInfo; member
429 BOOL TypeInfo; member
/external/clang/lib/Sema/
DSemaChecking.cpp8017 Sema::TypeTagData &TypeInfo) { in GetMatchingCType()
8096 TypeTagData TypeInfo; in CheckArgumentWithTypeTag() local