Searched refs:isHalfType (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprScalar.cpp628 if (OrigSrcType->isHalfType()) {
660 assert(!OrigSrcType->isHalfType() &&
706 if (SrcType->isHalfType() && !CGF.getContext().getLangOpts().NativeHalfType) {
775 if (DstType->isHalfType() && !CGF.getContext().getLangOpts().NativeHalfType)
1683 if (type->isHalfType() && !CGF.getContext().getLangOpts().NativeHalfType) {
1705 if (type->isHalfType() && !CGF.getContext().getLangOpts().NativeHalfType)
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp1697 if (T->isHalfType()) {
1727 } else if (ParamType->isHalfType()) {
2778 if (T->isHalfType()) {
2964 } else if (ArgTy->isHalfType()) {
H A DSemaCast.cpp2285 if (DestType->isHalfType()) {
H A DSemaExprCXX.cpp2900 if (From->getType()->isHalfType()) {
H A DSemaExpr.cpp578 T->isHalfType()) {
663 if (Ty->isHalfType() && !getLangOpts().NativeHalfType)
9637 if (resultType->isHalfType() && !Context.getLangOpts().NativeHalfType) {
H A DSemaDecl.cpp4952 if (Context.getBaseElementType(R)->isHalfType()) {
6408 if (PT->isHalfType())
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h1513 bool isHalfType() const; // OpenCL 6.1.1.1, NEON (IEEE 754-2008 half)
5047 inline bool Type::isHalfType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type

Completed in 373 milliseconds