/external/protobuf/src/google/protobuf/ |
D | dynamic_message.cc | 199 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/ |
D | Types.cpp | 19 struct TypeInfo { struct 26 static const TypeInfo TypeInfos[] = { argument
|
/external/compiler-rt/lib/ubsan/ |
D | ubsan_handlers_cxx.h | 24 void *TypeInfo; member
|
D | ubsan_value.h | 90 u16 TypeInfo; variable
|
D | ubsan_type_hash.cc | 197 std::type_info *TypeInfo; member
|
/external/doclava/src/com/google/doclava/ |
D | TypeInfo.java | 23 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/ |
D | ASTContext.h | 78 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
|
D | ExprCXX.h | 1584 TypeSourceInfo *TypeInfo; variable 1591 CXXScalarValueInitExpr(QualType Type, TypeSourceInfo *TypeInfo, in CXXScalarValueInitExpr()
|
/external/clang/lib/CodeGen/ |
D | CGObjCRuntime.cpp | 152 llvm::Constant *TypeInfo; member
|
D | CGExprAgg.cpp | 1351 std::pair<CharUnits, CharUnits> TypeInfo = in CheckAggExprForMemSetUse() local 1440 std::pair<CharUnits, CharUnits> TypeInfo; in EmitAggregateCopy() local
|
D | CodeGenFunction.cpp | 1278 std::pair<CharUnits, CharUnits> TypeInfo = in EmitNullInitialization() local
|
D | CGException.cpp | 570 llvm::Constant *TypeInfo = nullptr; in EnterCXXTryStmt() local
|
D | CGExprCXX.cpp | 1706 llvm::Constant *TypeInfo = in EmitCXXTypeidExpr() local
|
D | ItaniumCXXABI.cpp | 958 llvm::Constant *TypeInfo = CGM.GetAddrOfRTTIDescriptor(ThrowType, in emitThrow() local
|
D | CGExpr.cpp | 2139 uint16_t TypeInfo = 0; in EmitCheckTypeDescriptor() local
|
/external/v8/src/ |
D | property-details.h | 41 class TypeInfo; variable
|
/external/clang/include/clang/Sema/ |
D | Initialization.h | 144 TypeSourceInfo *TypeInfo; member 270 static InitializedEntity InitializeTemporary(TypeSourceInfo *TypeInfo) { in InitializeTemporary()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 2289 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/ |
D | COFF.h | 656 uint16_t TypeInfo; member
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | dbghelp.h | 405 BOOL TypeInfo; member 429 BOOL TypeInfo; member
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 9177 Sema::TypeTagData &TypeInfo) { in GetMatchingCType() 9256 TypeTagData TypeInfo; in CheckArgumentWithTypeTag() local
|