HomeSort by: relevance | last modified time | path
    Searched refs:hasUnsignedIntegerRepresentation (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
CanonicalType.h 306 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasUnsignedIntegerRepresentation)
Type.h 2223 bool hasUnsignedIntegerRepresentation() const;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprScalar.cpp 3208 Ops.Ty->hasUnsignedIntegerRepresentation());
3234 else if (Ops.Ty->hasUnsignedIntegerRepresentation())
3251 if (Ops.Ty->hasUnsignedIntegerRepresentation())
3859 Ops.Ty->hasUnsignedIntegerRepresentation();
3942 if (Ops.Ty->hasUnsignedIntegerRepresentation())
  /src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp 2086 bool Type::hasUnsignedIntegerRepresentation() const {
ASTContext.cpp 10169 assert((T->hasUnsignedIntegerRepresentation() ||
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 10879 LHSType->hasUnsignedIntegerRepresentation() ||
SemaOpenMP.cpp 9239 RealVType->hasUnsignedIntegerRepresentation() &&

Completed in 56 milliseconds