HomeSort by: relevance | last modified time | path
    Searched refs:usesLayout (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
APFloat.h 27 if (usesLayout<IEEEFloat>(getSemantics())) \
29 if (usesLayout<DoubleAPFloat>(getSemantics())) \
720 if (usesLayout<IEEEFloat>(Semantics)) {
724 if (usesLayout<DoubleAPFloat>(Semantics)) {
732 if (usesLayout<IEEEFloat>(*semantics)) {
736 if (usesLayout<DoubleAPFloat>(*semantics)) {
744 if (usesLayout<IEEEFloat>(*RHS.semantics)) {
748 if (usesLayout<DoubleAPFloat>(*RHS.semantics)) {
756 if (usesLayout<IEEEFloat>(*RHS.semantics)) {
760 if (usesLayout<DoubleAPFloat>(*RHS.semantics))
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Support/
APFloat.cpp 31 if (usesLayout<IEEEFloat>(getSemantics())) \
33 if (usesLayout<DoubleAPFloat>(getSemantics())) \
4791 if (usesLayout<IEEEFloat>(Semantics)) {
4795 if (usesLayout<DoubleAPFloat>(Semantics)) {
4811 if (APFloat::usesLayout<detail::IEEEFloat>(Arg.getSemantics()))
4813 if (APFloat::usesLayout<detail::DoubleAPFloat>(Arg.getSemantics()))
4831 if (usesLayout<IEEEFloat>(getSemantics()) &&
4832 usesLayout<IEEEFloat>(ToSemantics))
4834 if (usesLayout<IEEEFloat>(getSemantics()) &&
4835 usesLayout<DoubleAPFloat>(ToSemantics))
    [all...]

Completed in 36 milliseconds