reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/Type.h
 1973   bool isFloat16Type() const;      // C11 extension ISO/IEC TS 18661

References

tools/clang/lib/CodeGen/TargetInfo.cpp
 5881   if ((Ty->isFloat16Type() || Ty->isHalfType()) &&
 6080         (VT->getElementType()->isFloat16Type() ||
 6088   if ((RetTy->isFloat16Type() || RetTy->isHalfType()) &&
 6182         (VT->getElementType()->isFloat16Type() ||
 6234       return (VT->getElementType()->isFloat16Type() ||
 6369   if (!Context.getTargetInfo().hasFloat16Type() && T->isFloat16Type())
tools/clang/lib/Sema/SemaOpenMP.cpp
 1708   if ((Ty->isFloat16Type() && !Context.getTargetInfo().hasFloat16Type()) ||