Home
last modified time | relevance | path

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

/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/v8/src/
Dtype-info.h57 TypeInfo() : type_(kUninitialized) { } in TypeInfo() function
207 explicit inline TypeInfo(Type t) : type_(t) { } in TypeInfo() function
Dic.h720 enum TypeInfo { enum
744 enum TypeInfo { enum
/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
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1492 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/
DCGObjCRuntime.cpp146 llvm::Value *TypeInfo; member
DCGExprAgg.cpp1220 std::pair<CharUnits, CharUnits> TypeInfo = in CheckAggExprForMemSetUse() local
1307 std::pair<CharUnits, CharUnits> TypeInfo = in EmitAggregateCopy() local
DCGException.cpp450 llvm::Constant *TypeInfo = CGM.GetAddrOfRTTIDescriptor(ThrowType, in EmitCXXThrowExpr() local
599 llvm::Value *TypeInfo = 0; in EnterCXXTryStmt() local
DCodeGenFunction.cpp824 std::pair<CharUnits, CharUnits> TypeInfo = in EmitNullInitialization() local
DCGExprCXX.cpp1648 llvm::Constant *TypeInfo = in EmitCXXTypeidExpr() local
/external/clang/include/clang/Sema/
DInitialization.h102 TypeSourceInfo *TypeInfo; member
235 static InitializedEntity InitializeTemporary(TypeSourceInfo *TypeInfo) { in InitializeTemporary()
/external/llvm/include/llvm/Support/
DCOFF.h580 uint16_t TypeInfo; member
/external/clang/include/clang/AST/
DExprCXX.h1419 TypeSourceInfo *TypeInfo; variable
1427 TypeSourceInfo *TypeInfo, in CXXScalarValueInitExpr()
/external/clang/lib/Sema/
DSemaChecking.cpp5941 Sema::TypeTagData &TypeInfo) { in GetMatchingCType()
6023 TypeTagData TypeInfo; in CheckArgumentWithTypeTag() local