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