Searched refs:OutOfRange (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | StdLibraryFunctionsChecker.cpp | 150 case OutOfRange: in apply() 567 RETURN_VALUE_CONDITION(OutOfRange) in initFunctionSummaries() 597 RETURN_VALUE_CONDITION(OutOfRange) in initFunctionSummaries() 623 RETURN_VALUE_CONDITION(OutOfRange) in initFunctionSummaries() 643 RETURN_VALUE_CONDITION(OutOfRange) in initFunctionSummaries() 664 RETURN_VALUE_CONDITION(OutOfRange) in initFunctionSummaries() 684 RETURN_VALUE_CONDITION(OutOfRange) in initFunctionSummaries() 703 RETURN_VALUE_CONDITION(OutOfRange) in initFunctionSummaries() 722 RETURN_VALUE_CONDITION(OutOfRange) in initFunctionSummaries() 757 RETURN_VALUE_CONDITION(OutOfRange) in initFunctionSummaries() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/AsmParser/ |
| H A D | HexagonAsmParser.cpp | 139 bool OutOfRange(SMLoc IDLoc, long long Val, long long Max); 1271 bool HexagonAsmParser::OutOfRange(SMLoc IDLoc, long long Val, long long Max) { in OutOfRange() function in HexagonAsmParser 1565 OutOfRange(IDLoc, s8, -128); in processInstruction() 1591 OutOfRange(IDLoc, s8, -128); in processInstruction() 1605 OutOfRange(IDLoc, s8, -128); in processInstruction()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 489 auto OutOfRange = [&](int Idx) { return (Idx < 0) || (BitWidth <= Idx); }; in simplifyX86varShift() local 490 if (llvm::all_of(ShiftAmts, OutOfRange)) { in simplifyX86varShift()
|