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

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 97 !T->isSignedIntegerOrEnumerationType());
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 395 if (Ops.Ty->isSignedIntegerOrEnumerationType()) {
580 bool InputSigned = SrcType->isSignedIntegerOrEnumerationType();
626 bool InputSigned = SrcType->isSignedIntegerOrEnumerationType();
635 if (DstType->isSignedIntegerOrEnumerationType())
827 bool IdxSigned = E->getIdx()->getType()->isSignedIntegerOrEnumerationType();
    [all...]
CGRecordLayoutBuilder.cpp 245 bool IsSigned = FD->getType()->isSignedIntegerOrEnumerationType();
    [all...]
CGExprCXX.cpp 581 = e->getArraySize()->getType()->isSignedIntegerOrEnumerationType();
    [all...]
CGCall.cpp     [all...]
CGExpr.cpp     [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 296 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isSignedIntegerOrEnumerationType)
ASTContext.h     [all...]
Type.h     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 657 assert(IV.isSigned() == OOE->getType()->isSignedIntegerOrEnumerationType());
    [all...]
SimpleSValBuilder.cpp 290 if (RHS.isSigned() && !SymbolType->isSignedIntegerOrEnumerationType())
    [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp 667 = CondTypeBeforePromotion->isSignedIntegerOrEnumerationType();
    [all...]
SemaDecl.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaOverload.cpp 386 const bool FromSigned = FromType->isSignedIntegerOrEnumerationType();
388 const bool ToSigned = ToType->isSignedIntegerOrEnumerationType();
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
Type.cpp 702 bool Type::isSignedIntegerOrEnumerationType() const {
    [all...]

Completed in 1374 milliseconds