Home
last modified time | relevance | path

Searched defs:StorageType (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/libc/src/__support/
H A Dstr_to_float.h94 using StorageType = typename FPBits::StorageType; variable
207 using StorageType = typename FPBits::StorageType; variable
344 using StorageType = typename FPBits::StorageType; variable
550 using StorageType = typename FPBits::StorageType; variable
688 using StorageType = typename FPBits::StorageType; variable
770 using StorageType = typename FPBits::StorageType; in binary_exp_to_float() local
889 using StorageType = typename FPBits::StorageType; in decimal_string_to_float() local
1000 using StorageType = typename FPBits::StorageType; in hexadecimal_string_to_float() local
1106 using StorageType = typename FPBits::StorageType; in nan_mantissa_from_ncharseq() local
1130 using StorageType = typename FPBits::StorageType; in strtofloatingpoint() local
[all …]
/freebsd/contrib/llvm-project/libc/src/__support/FPUtil/
H A DNearestIntegerOperations.h26 using StorageType = typename FPBits<T>::StorageType; in trunc() local
56 using StorageType = typename FPBits<T>::StorageType; in ceil() local
109 using StorageType = typename FPBits<T>::StorageType; in round() local
159 using StorageType = typename FPBits<T>::StorageType; in round_using_specific_rounding_mode() local
268 using StorageType = typename FPBits<T>::StorageType; in fromfp() local
H A Dfpbits_str.h38 using StorageType = typename fputil::FPBits<T>::StorageType; in str() local
H A DBasicOperations.h327 using StorageType = typename FPBits::StorageType; in totalorder() local
344 using StorageType = typename FPBits::StorageType; in getpayload() local
382 using StorageType = typename FPBits::StorageType; in setpayload() local
H A Dexcept_value_utils.h44 using StorageType = typename FPBits<T>::StorageType; member
H A DNormalFloat.h35 using StorageType = typename FPBits<T>::StorageType; member
H A Ddyadic_float.h178 using StorageType = typename FPBits::StorageType; in generic_as() local
/freebsd/contrib/llvm-project/libc/src/__support/FPUtil/x86_64/
H A DNextUpDownLongDouble.h37 using StorageType = typename FPBits_t::StorageType; in nextupdown() local
H A DNextAfterLongDouble.h46 using StorageType = FPBits::StorageType; in nextafter() local
/freebsd/contrib/llvm-project/libc/src/__support/FPUtil/generic/
H A Dsqrt_80_bit_long_double.h42 using StorageType = typename LDBits::StorageType; in sqrt() local
H A DFMod.h171 using StorageType = typename FPB::StorageType; variable
/freebsd/contrib/llvm-project/libc/src/__support/fixed_point/
H A Dfx_bits.h32 using StorageType = typename fx_rep::StorageType; member
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp241 const FieldDecl *FD, CharUnits StartOffset, llvm::Type *StorageType) { in setBitFieldInfo()
316 llvm::Type *StorageType = nullptr; in lowerUnion() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTemplateName.h227 using StorageType = variable
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DMetadata.h71 enum StorageType { Uniqued, Distinct, Temporary }; enum
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h758 using StorageType = std::vector<value_type>; member
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterp.cpp1809 QualType StorageType = Ptr.getFieldDesc()->getDataType(S.getASTContext()); in CheckNewTypeMismatch() local
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp795 std::string StorageType = getStorageType(getType()).str(); in writePCHReadDecls() local