Home
last modified time | relevance | path

Searched refs:range_begin (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/libc/test/src/math/exhaustive/
H A Dexhaustive_test.cpp34 T range_begin, range_end; in test_full_range() local
41 range_begin = current_value; in test_full_range()
60 bool check_passed = check(range_begin, range_end, rounding); in test_full_range()
63 msg << "Test failed in range: " << std::dec << range_begin << " to " in test_full_range()
64 << range_end << " [0x" << std::hex << range_begin << ", 0x" in test_full_range()
67 static_cast<T>(range_begin))) in test_full_range()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXStoredDiagnostic.cpp90 Diag.range_begin()[Range]); in getRange()
/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DPlistReporter.cpp52 RI = D.range_begin(), RE = D.range_end(); RI != RE; ++RI) { in writeARCDiagsToPlist()
/llvm-project-15.0.7/polly/lib/External/isl/interface/
H A Dgenerator.cc601 static SourceLocation range_begin( in range_begin() function
605 static SourceLocation range_begin(const CharSourceRange &range) { in range_begin() function
637 loc = ClangAPI::range_begin(SM.getImmediateExpansionRange(loc)); in callback_takes_argument()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnostic.h1715 range_iterator range_begin() const { return Ranges.begin(); } in range_begin() function
/llvm-project-15.0.7/clang/lib/Basic/
H A DDiagnostic.cpp511 DiagStorage.DiagRanges.append(storedDiag.range_begin(), in Report()