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

/external/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)
1690 if (type->isHalfType() && !CGF.getContext().getLangOpts().NativeHalfType) {
1712 if (type->isHalfType() && !CGF.getContext().getLangOpts().NativeHalfType)
/external/clang/lib/Sema/
H A DSemaType.cpp1749 if (T->isHalfType()) {
1779 } else if (ParamType->isHalfType()) {
2748 if (T->isHalfType()) {
2934 } else if (ParamTy->isHalfType()) {
H A DSemaCast.cpp2328 if (DestType->isHalfType()) {
H A DSemaExprCXX.cpp2921 if (From->getType()->isHalfType()) {
H A DSemaExpr.cpp581 T->isHalfType()) {
684 if (Ty->isHalfType() && !getLangOpts().NativeHalfType)
9881 if (resultType->isHalfType() && !Context.getLangOpts().NativeHalfType) {
H A DSemaDecl.cpp5237 if (Context.getBaseElementType(R)->isHalfType()) {
6628 if (PT->isHalfType())
/external/clang/include/clang/AST/
H A DType.h1512 bool isHalfType() const; // OpenCL 6.1.1.1, NEON (IEEE 754-2008 half)
5076 inline bool Type::isHalfType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type

Completed in 628 milliseconds