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 98 !T->isSignedIntegerOrEnumerationType());
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 404 if (Ops.Ty->isSignedIntegerOrEnumerationType()) {
696 bool InputSigned = SrcType->isSignedIntegerOrEnumerationType();
741 bool InputSigned = SrcType->isSignedIntegerOrEnumerationType();
750 if (DstType->isSignedIntegerOrEnumerationType())
    [all...]
CGRecordLayoutBuilder.cpp 244 bool IsSigned = FD->getType()->isSignedIntegerOrEnumerationType();
    [all...]
CGExpr.cpp 708 bool IndexSigned = IndexType->isSignedIntegerOrEnumerationType();
    [all...]
CGCall.cpp     [all...]
CGExprCXX.cpp 594 = e->getArraySize()->getType()->isSignedIntegerOrEnumerationType();
    [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 685 assert(IV.isSigned() == OOE->getType()->isSignedIntegerOrEnumerationType());
    [all...]
SimpleSValBuilder.cpp 296 if (RHS.isSigned() && !SymbolType->isSignedIntegerOrEnumerationType())
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
Type.cpp 737 bool Type::isSignedIntegerOrEnumerationType() const {
    [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp 703 = CondTypeBeforePromotion->isSignedIntegerOrEnumerationType();
    [all...]
SemaDecl.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaOverload.cpp 391 const bool FromSigned = FromType->isSignedIntegerOrEnumerationType();
393 const bool ToSigned = ToType->isSignedIntegerOrEnumerationType();
    [all...]

Completed in 482 milliseconds