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

/external/tpm2/generator/
H A Dstructure_generator_test.py38 constant = structure_generator.ConstantType('UINT16', 'TPM_TYPE')
H A Dtpm_table.py15 from structure_generator import ConstantType namespace
790 tpm_obj = ConstantType(self._title_type, type_name)
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|.
/external/clang/include/clang/Sema/
H A DOverload.h232 QualType &ConstantType) const;
/external/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringARM32.cpp7024 using ConstantType = ConstantFloat;
7041 using ConstantType = ConstantDouble;
7057 const typename ConstantPoolEmitterTraits<T>::ConstantType *Const) {
7092 emitConstant<T>(Str, llvm::dyn_cast<typename Traits::ConstantType>(C));
H A DIceTargetLoweringMIPS32.cpp5777 using ConstantType = ConstantFloat;
5794 using ConstantType = ConstantDouble;
5810 const typename ConstantPoolEmitterTraits<T>::ConstantType *Const) {
5841 emitConstant<T>(Str, llvm::dyn_cast<typename Traits::ConstantType>(C));
/external/clang/lib/Sema/
H A DSemaInit.cpp7749 QualType ConstantType; local
7751 ConstantType)) {
7776 << ConstantValue.getAsString(S.getASTContext(), ConstantType)
H A DSemaOverload.cpp283 /// \param ConstantType If this is an NK_Constant_Narrowing conversion, the
289 QualType &ConstantType) const {
341 ConstantType = Initializer->getType();
372 ConstantType = Initializer->getType();
427 ConstantType = Initializer->getType();

Completed in 324 milliseconds