Searched defs:ConstantType (Results 1 - 4 of 4) sorted by relevance

/external/tpm2/generator/
H A Dstructure_generator.py371 Can only be called on Typedef, ConstantType, AttributeStruct, and
467 class ConstantType(TPMType): class in inherits:TPMType
494 """Initializes a ConstantType instance.
502 super(ConstantType, self).__init__()
513 """Writes marshal implementations for ConstantType to |out_file|.
537 """Writes marshal declarations for ConstantType to |out_file|.
H A Dtpm_table.py15 from structure_generator import ConstantType namespace
790 tpm_obj = ConstantType(self._title_type, type_name)
/external/v8/src/
H A Dtypes.h330 class ConstantType;
338 typedef typename Config::template Handle<ConstantType>::type ConstantHandle;
375 return ConstantType::New(value, region);
506 ConstantType* AsConstant() { return ConstantType::cast(this); }
614 static bool Contains(RangeType* range, ConstantType* constant);
827 class TypeImpl<Config>::ConstantType : public StructuralType { class in class:v8::internal::TypeImpl::BitsetType::TypeImpl
832 ConstantHandle type = Config::template cast<ConstantType>(
839 static ConstantType* cast(TypeImpl* type) {
841 return static_cast<ConstantType*>(typ
[all...]
/external/clang/lib/Sema/
H A DSemaInit.cpp7580 QualType ConstantType; local
7582 ConstantType)) {
7607 << ConstantValue.getAsString(S.getASTContext(), ConstantType)

Completed in 202 milliseconds