Home
last modified time | relevance | path

Searched defs:IntRange (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaChecking.cpp4886 struct IntRange { struct
4888 unsigned Width;
4891 bool NonNegative;
4893 IntRange(unsigned Width, bool NonNegative) in IntRange() argument
4898 static IntRange forBoolType() { in forBoolType()
4903 static IntRange forValueOfType(ASTContext &C, QualType T) { in forValueOfType()
4909 static IntRange forValueOfCanonicalType(ASTContext &C, const Type *T) { in forValueOfCanonicalType()
4944 static IntRange forTargetOfCanonicalType(ASTContext &C, const Type *T) { in forTargetOfCanonicalType()
4961 static IntRange join(IntRange L, IntRange R) { in join()
4967 static IntRange meet(IntRange L, IntRange R) { in meet()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2256 uint64_t IntRange = Range.getLimitedValue(UINT64_MAX/10); in handleJTSwitchCase() local