Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp5353 struct IntRange { struct
5355 unsigned Width;
5358 bool NonNegative;
5360 IntRange(unsigned Width, bool NonNegative) in IntRange() argument
5365 static IntRange forBoolType() { in forBoolType()
5370 static IntRange forValueOfType(ASTContext &C, QualType T) { in forValueOfType()
5376 static IntRange forValueOfCanonicalType(ASTContext &C, const Type *T) { in forValueOfCanonicalType()
5413 static IntRange forTargetOfCanonicalType(ASTContext &C, const Type *T) { in forTargetOfCanonicalType()
5432 static IntRange join(IntRange L, IntRange R) { in join()
5438 static IntRange meet(IntRange L, IntRange R) { in meet()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2280 uint64_t IntRange = Range.getLimitedValue(UINT64_MAX/10); in handleJTSwitchCase() local