Home
last modified time | relevance | path

Searched refs:ConstantType (Results 1 – 8 of 8) sorted by relevance

/external/tpm2/generator/
Dtpm_table.py15 from structure_generator import ConstantType
790 tpm_obj = ConstantType(self._title_type, type_name)
Dstructure_generator_test.py38 constant = structure_generator.ConstantType('UINT16', 'TPM_TYPE')
Dstructure_generator.py467 class ConstantType(TPMType): class
502 super(ConstantType, self).__init__()
/external/clang/include/clang/Sema/
DOverload.h232 QualType &ConstantType) const;
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.cpp5777 using ConstantType = ConstantFloat; typedef
5794 using ConstantType = ConstantDouble; typedef
5810 const typename ConstantPoolEmitterTraits<T>::ConstantType *Const) { in emitConstant()
5841 emitConstant<T>(Str, llvm::dyn_cast<typename Traits::ConstantType>(C)); in emitConstantPool()
DIceTargetLoweringARM32.cpp7256 using ConstantType = ConstantFloat; typedef
7273 using ConstantType = ConstantDouble; typedef
7289 const typename ConstantPoolEmitterTraits<T>::ConstantType *Const) { in emitConstant()
7324 emitConstant<T>(Str, llvm::dyn_cast<typename Traits::ConstantType>(C)); in emitConstantPool()
/external/clang/lib/Sema/
DSemaInit.cpp7749 QualType ConstantType; in DiagnoseNarrowingInInitList() local
7751 ConstantType)) { in DiagnoseNarrowingInInitList()
7776 << ConstantValue.getAsString(S.getASTContext(), ConstantType) in DiagnoseNarrowingInInitList()
DSemaOverload.cpp289 QualType &ConstantType) const { in getNarrowingKind()
341 ConstantType = Initializer->getType(); in getNarrowingKind()
372 ConstantType = Initializer->getType(); in getNarrowingKind()
427 ConstantType = Initializer->getType(); in getNarrowingKind()