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 357 return CT->getElementType()->isFloatingType();
735 bool Type::isFloatingType() const {
740 return CT->getElementType()->isFloatingType();
746 return VT->getElementType()->isFloatingType();
748 return isFloatingType();
    [all...]
ExprCXX.cpp 643 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/Edit/
RewriteObjCFoundationAPI.cpp 543 bool LitIsFloat = ArgTy->isFloatingType();
  /external/clang/lib/Sema/
SemaCast.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]

Completed in 182 milliseconds