/external/protobuf/src/google/protobuf/ |
D | dynamic_message.cc | 166 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/ |
D | Types.cpp | 19 struct TypeInfo { struct 26 static const TypeInfo TypeInfos[] = { argument
|
/external/v8/src/ |
D | type-info.h | 57 TypeInfo() : type_(kUninitialized) { } in TypeInfo() function 207 explicit inline TypeInfo(Type t) : type_(t) { } in TypeInfo() function
|
D | ic.h | 720 enum TypeInfo { enum 744 enum TypeInfo { enum
|
/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
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 1492 static bool isCatchAll(Personality_Type Personality, Constant *TypeInfo) { in isCatchAll() 1532 Constant *TypeInfo = cast<Constant>(CatchClause->stripPointerCasts()); in visitLandingPadInst() local 1581 Constant *TypeInfo = in visitLandingPadInst() local 1606 Constant *TypeInfo = cast<Constant>(Elt->stripPointerCasts()); in visitLandingPadInst() local
|
/external/clang/lib/CodeGen/ |
D | CGObjCRuntime.cpp | 146 llvm::Value *TypeInfo; member
|
D | CGExprAgg.cpp | 1220 std::pair<CharUnits, CharUnits> TypeInfo = in CheckAggExprForMemSetUse() local 1307 std::pair<CharUnits, CharUnits> TypeInfo = in EmitAggregateCopy() local
|
D | CGException.cpp | 450 llvm::Constant *TypeInfo = CGM.GetAddrOfRTTIDescriptor(ThrowType, in EmitCXXThrowExpr() local 599 llvm::Value *TypeInfo = 0; in EnterCXXTryStmt() local
|
D | CodeGenFunction.cpp | 824 std::pair<CharUnits, CharUnits> TypeInfo = in EmitNullInitialization() local
|
D | CGExprCXX.cpp | 1648 llvm::Constant *TypeInfo = in EmitCXXTypeidExpr() local
|
/external/clang/include/clang/Sema/ |
D | Initialization.h | 102 TypeSourceInfo *TypeInfo; member 235 static InitializedEntity InitializeTemporary(TypeSourceInfo *TypeInfo) { in InitializeTemporary()
|
/external/llvm/include/llvm/Support/ |
D | COFF.h | 580 uint16_t TypeInfo; member
|
/external/clang/include/clang/AST/ |
D | ExprCXX.h | 1419 TypeSourceInfo *TypeInfo; variable 1427 TypeSourceInfo *TypeInfo, in CXXScalarValueInitExpr()
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 5941 Sema::TypeTagData &TypeInfo) { in GetMatchingCType() 6023 TypeTagData TypeInfo; in CheckArgumentWithTypeTag() local
|