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

  /external/clang/lib/StaticAnalyzer/Checkers/
IdenticalExprChecker.cpp 213 if ((DeclRef1->getType()->hasFloatingRepresentation()) &&
214 (DeclRef2->getType()->hasFloatingRepresentation())) {
227 } else if (LHS->getType()->hasFloatingRepresentation()) {
  /external/clang/include/clang/AST/
CanonicalType.h 291 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasFloatingRepresentation)
Type.h     [all...]
  /external/clang/lib/AST/
Type.cpp 802 bool Type::hasFloatingRepresentation() const {
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
SemaDeclAttr.cpp     [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]

Completed in 49 milliseconds