Searched refs:IntRange (Results 1 - 6 of 6) sorted by relevance

/external/clang/lib/Sema/
H A DSemaChecking.cpp4288 struct IntRange { struct in namespace:__anon16261
4295 IntRange(unsigned Width, bool NonNegative) function in struct:__anon16261::IntRange
4300 static IntRange forBoolType() {
4301 return IntRange(1, true);
4305 static IntRange forValueOfType(ASTContext &C, QualType T) {
4311 static IntRange forValueOfCanonicalType(ASTContext &C, const Type *T) {
4323 return IntRange(C.getIntWidth(QualType(T, 0)), false);
4329 return IntRange(NumPositive, true/*NonNegative*/);
4331 return IntRange(std::max(NumPositive + 1, NumNegative),
4338 return IntRange(
[all...]
/external/llvm/include/llvm/Support/
H A DIntegersSubset.h179 class IntRange { class in namespace:llvm
187 typedef IntRange<IntType> self;
190 IntRange() : IsEmpty(true) {} function in class:llvm::IntRange
191 IntRange(const self &RHS) : function in class:llvm::IntRange
194 IntRange(const IntType &C) : function in class:llvm::IntRange
197 IntRange(const IntType &L, const IntType &H) : Low(L), High(H), function in class:llvm::IntRange
351 typedef IntRange<IntTy> Range;
H A DIntegersSubsetMapping.h40 typedef IntRange<IntTy> RangeTy;
/external/llvm/unittests/Support/
H A DIntegersSubsetTest.cpp31 typedef IntRange<Int> Range;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2138 uint64_t IntRange = Range.getLimitedValue(UINT64_MAX/10); local
2140 if (IntTSize * 10 < IntRange * 4)
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 228 milliseconds