Home
last modified time | relevance | path

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

12

/external/protobuf/src/google/protobuf/
Ddynamic_message.cc221 struct TypeInfo { struct in google::protobuf::DynamicMessage
222 int size;
223 int has_bits_offset;
224 int oneof_case_offset;
225 int unknown_fields_offset;
226 int extensions_offset;
227 int is_default_instance_offset;
230 DynamicMessageFactory* factory; // The factory that created this object.
231 const DescriptorPool* pool; // The factory's DescriptorPool.
232 const Descriptor* type; // Type of this DynamicMessage.
[all …]
/external/google-fruit/include/fruit/impl/util/
Dtype_info.h31 struct alignas(1) alignas(void*) TypeInfo { struct
33 struct ConcreteTypeInfo { argument
61 ConcreteTypeInfo concrete_type_info; argument
/external/clang/lib/Driver/
DTypes.cpp19 struct TypeInfo { struct
26 static const TypeInfo TypeInfos[] = { argument
/external/protobuf/src/google/protobuf/util/internal/
Dtype_info.h49 TypeInfo() {} in TypeInfo() function
Dprotostream_objectsource.h60 class TypeInfo; variable
/external/libchrome/mojo/core/ports/
Duser_message.h27 struct TypeInfo {}; in COMPONENT_EXPORT() struct
/external/compiler-rt/lib/ubsan/
Dubsan_handlers_cxx.h24 void *TypeInfo; member
Dubsan_value.h90 u16 TypeInfo; variable
Dubsan_type_hash_itanium.cc194 std::type_info *TypeInfo; member
/external/compiler-rt/test/ubsan/TestCases/TypeCheck/
Dvptr-corrupted-vtable-itanium.cpp19 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
136 private TypeInfo(TypeInfo other) { in TypeInfo() method in TypeInfo
/external/clang/include/clang/AST/
DASTContext.h81 struct TypeInfo { struct
85 TypeInfo() : Width(0), Align(0), AlignIsRequired(false) {} in TypeInfo() argument
86 TypeInfo(uint64_t Width, unsigned Align, bool AlignIsRequired) in TypeInfo() argument
/external/ImageMagick/MagickCore/
Dtype.h82 } TypeInfo; typedef
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstructionCombining.cpp1434 static bool isCatchAll(Personality_Type Personality, Constant *TypeInfo) { in isCatchAll()
1473 Constant *TypeInfo = cast<Constant>(CatchClause->stripPointerCasts()); in visitLandingPadInst() local
1522 Constant *TypeInfo = in visitLandingPadInst() local
1547 Constant *TypeInfo = cast<Constant>(Elt->stripPointerCasts()); in visitLandingPadInst() local
/external/python/apitools/apitools/gen/
Dmessage_registry.py30 TypeInfo = collections.namedtuple('TypeInfo', ('type_name', 'variant')) variable
/external/libcxx/test/support/
Dcontainer_test_types.h108 template <class T> friend class TypeInfo; member
/external/vulkan-headers/registry/
Dreg.py111 class TypeInfo(BaseInfo): class
/external/clang/lib/CodeGen/
DCGObjCRuntime.cpp152 llvm::Constant *TypeInfo; member
DCGException.cpp561 CatchTypeInfo TypeInfo{nullptr, 0}; in EnterCXXTryStmt() local
897 CatchTypeInfo TypeInfo = Handler.Type; in emitCatchPadBlock() local
/external/clang/include/clang/Sema/
DInitialization.h144 TypeSourceInfo *TypeInfo; member
270 static InitializedEntity InitializeTemporary(TypeSourceInfo *TypeInfo) { in InitializeTemporary()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2377 static bool isCatchAll(EHPersonality Personality, Constant *TypeInfo) { in isCatchAll()
2429 Constant *TypeInfo = CatchClause->stripPointerCasts(); in visitLandingPadInst() local
2478 Constant *TypeInfo = in visitLandingPadInst() local
2503 Constant *TypeInfo = Elt->stripPointerCasts(); in visitLandingPadInst() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2552 static bool isCatchAll(EHPersonality Personality, Constant *TypeInfo) { in isCatchAll()
2605 Constant *TypeInfo = CatchClause->stripPointerCasts(); in visitLandingPadInst() local
2654 Constant *TypeInfo = in visitLandingPadInst() local
2679 Constant *TypeInfo = Elt->stripPointerCasts(); in visitLandingPadInst() local
/external/v8/src/
Dproperty-details.h67 class TypeInfo; variable
/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp140 Constant *TypeInfo = cast<Constant>(CPI->getArgOperand(0)); in addTryBlockMapEntry() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DWinEHPrepare.cpp149 Constant *TypeInfo = cast<Constant>(CPI->getArgOperand(0)); in addTryBlockMapEntry() local

12