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

  /external/clang/lib/AST/
Type.cpp 400 return CT->getElementType()->isFloatingType();
793 bool Type::isFloatingType() const {
798 return CT->getElementType()->isFloatingType();
804 return VT->getElementType()->isFloatingType();
806 return isFloatingType();
    [all...]
ExprCXX.cpp 753 if (ParamTy->isFloatingType())
    [all...]
ExprConstant.cpp     [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 265 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isFloatingType)
Type.h     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 869 else if (Ex->getType()->isFloatingType()) {
    [all...]
  /external/clang/lib/Sema/
SemaCast.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaOpenMP.cpp     [all...]
SemaChecking.cpp 554 !ValType->isBlockPointerType() && !ValType->isFloatingType()) {
    [all...]
SemaExprCXX.cpp     [all...]
SemaInit.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 569 assert(DstType->isFloatingType());
770 (OrigSrcType->isFloatingType() || DstType->isFloatingType()))
    [all...]
TargetInfo.cpp 452 } else if (Ty->isFloatingType()) {
    [all...]
CGExpr.cpp     [all...]
  /external/lldb/source/Symbol/
ClangASTType.cpp     [all...]

Completed in 132 milliseconds