Searched refs:GetFloatTypeSemantics (Results 1 – 4 of 4) sorted by relevance
313 virtual const llvm::fltSemantics &GetFloatTypeSemantics(size_t byte_size) = 0;
328 return ts->GetFloatTypeSemantics(byte_size); in GetFloatSemantics()
828 const llvm::fltSemantics &GetFloatTypeSemantics(size_t byte_size) override;
4743 TypeSystemClang::GetFloatTypeSemantics(size_t byte_size) { in GetFloatTypeSemantics() function in TypeSystemClang