Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddynamic_message.cc199 struct TypeInfo { struct in google::protobuf::DynamicMessage
200 int size;
201 int has_bits_offset;
202 int oneof_case_offset;
203 int unknown_fields_offset;
204 int extensions_offset;
207 DynamicMessageFactory* factory; // The factory that created this object.
208 const DescriptorPool* pool; // The factory's DescriptorPool.
209 const Descriptor* type; // Type of this DynamicMessage.
213 scoped_array<int> offsets;
[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.h90 u16 TypeInfo; variable
Dubsan_type_hash.cc197 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/clang/include/clang/AST/
DASTContext.h78 struct TypeInfo { struct
82 TypeInfo() : Width(0), Align(0), AlignIsRequired(false) {} in TypeInfo() function
83 TypeInfo(uint64_t Width, unsigned Align, bool AlignIsRequired) in TypeInfo() function
DExprCXX.h1584 TypeSourceInfo *TypeInfo; variable
1591 CXXScalarValueInitExpr(QualType Type, TypeSourceInfo *TypeInfo, in CXXScalarValueInitExpr()
/external/clang/lib/CodeGen/
DCGObjCRuntime.cpp152 llvm::Constant *TypeInfo; member
DCGExprAgg.cpp1351 std::pair<CharUnits, CharUnits> TypeInfo = in CheckAggExprForMemSetUse() local
1440 std::pair<CharUnits, CharUnits> TypeInfo; in EmitAggregateCopy() local
DCodeGenFunction.cpp1278 std::pair<CharUnits, CharUnits> TypeInfo = in EmitNullInitialization() local
DCGException.cpp570 llvm::Constant *TypeInfo = nullptr; in EnterCXXTryStmt() local
DCGExprCXX.cpp1706 llvm::Constant *TypeInfo = in EmitCXXTypeidExpr() local
DItaniumCXXABI.cpp958 llvm::Constant *TypeInfo = CGM.GetAddrOfRTTIDescriptor(ThrowType, in emitThrow() local
DCGExpr.cpp2139 uint16_t TypeInfo = 0; in EmitCheckTypeDescriptor() local
/external/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/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2289 static bool isCatchAll(EHPersonality Personality, Constant *TypeInfo) { in isCatchAll()
2336 Constant *TypeInfo = CatchClause->stripPointerCasts(); in visitLandingPadInst() local
2385 Constant *TypeInfo = in visitLandingPadInst() local
2410 Constant *TypeInfo = Elt->stripPointerCasts(); in visitLandingPadInst() local
/external/llvm/include/llvm/Support/
DCOFF.h656 uint16_t TypeInfo; member
/external/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h405 BOOL TypeInfo; member
429 BOOL TypeInfo; member
/external/clang/lib/Sema/
DSemaChecking.cpp9177 Sema::TypeTagData &TypeInfo) { in GetMatchingCType()
9256 TypeTagData TypeInfo; in CheckArgumentWithTypeTag() local