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

  /external/clang/lib/AST/
Type.cpp 385 return CT->getElementType()->isFloatingType();
763 bool Type::isFloatingType() const {
768 return CT->getElementType()->isFloatingType();
774 return VT->getElementType()->isFloatingType();
776 return isFloatingType();
    [all...]
ExprCXX.cpp 656 if (ParamTy->isFloatingType())
    [all...]
ExprConstant.cpp     [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 266 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isFloatingType)
Type.h     [all...]
  /external/clang/lib/Sema/
SemaCast.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 687 bool LitIsFloat = ArgTy->isFloatingType();
    [all...]

Completed in 670 milliseconds