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

  /external/clang/lib/AST/
Type.cpp 412 return CT->getElementType()->isFloatingType();
798 bool Type::isFloatingType() const {
803 return CT->getElementType()->isFloatingType();
809 return VT->getElementType()->isFloatingType();
811 return isFloatingType();
    [all...]
ExprCXX.cpp 681 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/StaticAnalyzer/Core/
ExprEngineC.cpp 832 else if (Ex->getType()->isFloatingType()) {
    [all...]
  /external/clang/lib/Sema/
SemaCast.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaExpr.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 840 bool LitIsFloat = ArgTy->isFloatingType();
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 562 assert(DstType->isFloatingType());
732 (OrigSrcType->isFloatingType() || DstType->isFloatingType()))
    [all...]
CGExpr.cpp     [all...]
TargetInfo.cpp     [all...]

Completed in 1013 milliseconds