HomeSort by relevance Sort by last modified time
    Searched refs:isHalfType (Results 1 - 8 of 8) sorted by null

  /external/clang/lib/CodeGen/
CGExprScalar.cpp 669 if (OrigSrcType->isHalfType()) {
701 assert(!OrigSrcType->isHalfType() &&
759 if (SrcType->isHalfType() && !CGF.getContext().getLangOpts().NativeHalfType) {
841 if (DstType->isHalfType() && !CGF.getContext().getLangOpts().NativeHalfType) {
    [all...]
TargetInfo.cpp     [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
SemaCast.cpp     [all...]
SemaExpr.cpp 652 T->isHalfType()) {
760 if (Ty->isHalfType() && !getLangOpts().NativeHalfType)
    [all...]
SemaExprCXX.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]

Completed in 75 milliseconds