Home
last modified time | relevance | path

Searched defs:FixedPoint (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DFixedPoint.h28 FixedPoint(llvm::APFixedPoint &&V) : V(std::move(V)) {} in FixedPoint() function
29 FixedPoint(llvm::APFixedPoint &V) : V(V) {} in FixedPoint() function
30 FixedPoint(APInt V, llvm::FixedPointSemantics Sem) : V(V, Sem) {} in FixedPoint() function
32 FixedPoint() in FixedPoint() function
H A DPrimType.h29 class FixedPoint; variable