| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Frontend/ |
| D | VerifyDiagnosticConsumer.h | 154 unsigned Min, Max; variable 167 StringRef Text, unsigned Min, unsigned Max) in Directive()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Frontend/ |
| D | VerifyDiagnosticConsumer.cpp | 166 StringRef Text, unsigned Min, unsigned Max) in StandardDirective() 184 StringRef Text, unsigned Min, unsigned Max) in RegexDirective() 402 unsigned Max = 1; in ParseDirective() local 825 unsigned Min, unsigned Max) { in create()
|
| D | InitPreprocessor.cpp | 133 const char *DenormMin, *Epsilon, *Max, *Min; in DefineFloatMacros() local
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| D | RangeConstraintManager.cpp | 497 llvm::APSInt Max = AdjustmentType.getMaxValue(); in assumeSymGT() local 530 llvm::APSInt Max = AdjustmentType.getMaxValue(); in assumeSymGE() local 555 llvm::APSInt Max = AdjustmentType.getMaxValue(); in assumeSymLE() local
|
| /freebsd-9-stable/contrib/llvm/lib/CodeGen/ |
| D | CriticalAntiDepBreaker.cpp | 422 const SUnit *Max = 0; in BreakAntiDependencies() local
|
| /freebsd-9-stable/usr.bin/ministat/ |
| D | ministat.c | 178 Max(struct dataset *ds) in Max() function
|
| /freebsd-9-stable/contrib/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineCompares.cpp | 179 APInt& Min, APInt& Max) { in ComputeSignedMinMaxValuesFromKnownBits() 203 APInt &Min, APInt &Max) { in ComputeUnsignedMinMaxValuesFromKnownBits()
|
| D | InstCombineMulDivRem.cpp | 94 APInt Max = APInt::getSignedMaxValue(W).sext(W * 2); in MultiplyOverflows() local
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/ |
| D | CGExprScalar.cpp | 583 llvm::Value *Max = llvm::ConstantInt::get(VMContext, LargestInt); in EmitFloatConversionCheck() local 614 APSInt Max = APSInt::getMaxValue(Width, Unsigned); in EmitFloatConversionCheck() local
|
| /freebsd-9-stable/contrib/llvm/lib/IR/ |
| D | Constants.cpp | 1165 uint64_t Max = (1ll << NumBits) - 1; in isValueValidForType() local 1176 int64_t Max = (1ll << (NumBits-1)) - 1; in isValueValidForType() local
|
| /freebsd-9-stable/contrib/llvm/lib/Target/AArch64/AsmParser/ |
| D | AArch64AsmParser.cpp | 388 int64_t Max = scale * ((1LL << (field_width - 1)) - 1); in isLabel() local
|
| /freebsd-9-stable/contrib/llvm/lib/Target/ARM/AsmParser/ |
| D | ARMAsmParser.cpp | 625 int64_t Max = Align * ((1LL << width) - 1); in isUnsignedOffset() local 639 int64_t Max = Align * ((1LL << (width-1)) - 1); in isSignedOffset() local
|
| /freebsd-9-stable/contrib/llvm/lib/Analysis/ |
| D | ScalarEvolution.cpp | 3422 APInt Max = APIntOps::umax(StartRange.getUnsignedMax(), in getUnsignedRange() local 3573 APInt Max = APIntOps::smax(StartRange.getSignedMax(), in getSignedRange() local
|
| /freebsd-9-stable/contrib/llvm/lib/Transforms/Scalar/ |
| D | LoopStrengthReduce.cpp | 1947 const SCEVNAryExpr *Max = 0; in OptimizeMax() local
|