Home
last modified time | relevance | path

Searched refs:sourceRange (Results 1 – 15 of 15) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIBugReporter.cpp38 SourceRange Range = RequestRegion->sourceRange(); in reportDoubleNonblocking()
60 SourceRange Range = RequestRegion->sourceRange(); in reportMissingWait()
81 SourceRange Range = RequestRegion->sourceRange(); in reportUnmatchedWait()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIBugReporter.cpp37 SourceRange Range = RequestRegion->sourceRange(); in reportDoubleNonblocking()
59 SourceRange Range = RequestRegion->sourceRange(); in reportMissingWait()
80 SourceRange Range = RequestRegion->sourceRange(); in reportUnmatchedWait()
/external/icu/icu4c/source/test/intltest/
Dtransrt.cpp339 UnicodeSet sourceRange; member in RTTest
361 void test(const UnicodeString& sourceRange,
486 this->sourceRange.clear(); in test()
487 this->sourceRange.applyPattern(sourceRangeVal, status); in test()
493 this->sourceRange.removeAll(neverOk); in test()
630 usi.reset(sourceRange); in test2()
664 usi.reset(sourceRange); in test2()
703 UnicodeSet sourceRangeMinusFailures(sourceRange); in test2()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DRoundTripTest.java1106 UnicodeSet sourceRange; field in RoundTripTest.TransliterationTest
1206 sourceRange = new UnicodeSet(srcRange); in test()
1207 sourceRange.removeAll(neverOk); in test()
1226 TestFmwk.logln(Utility.escape("Source: " + sourceRange)); in test()
1379 usi.reset(sourceRange); in checkSourceTargetSource()
1417 usi.reset(sourceRange); in checkSourceTargetSingles()
1455 UnicodeSet sourceRangeMinusFailures = new UnicodeSet(sourceRange); in checkSourceTargetDoubles()
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DRoundTripTest.java1103 UnicodeSet sourceRange; field in RoundTripTest.TransliterationTest
1203 sourceRange = new UnicodeSet(srcRange); in test()
1204 sourceRange.removeAll(neverOk); in test()
1223 TestFmwk.logln(Utility.escape("Source: " + sourceRange)); in test()
1376 usi.reset(sourceRange); in checkSourceTargetSource()
1414 usi.reset(sourceRange); in checkSourceTargetSingles()
1452 UnicodeSet sourceRangeMinusFailures = new UnicodeSet(sourceRange); in checkSourceTargetDoubles()
/external/llvm-project/flang/include/flang/Semantics/
Dscope.h231 const parser::CharBlock &sourceRange() const { return sourceRange_; } in sourceRange() function
/external/llvm-project/flang/lib/Semantics/
Dtype.cpp300 newScope.AddSourceRange(typeScope.sourceRange()); in Instantiate()
Dexpression.cpp2051 if (scope->sourceRange().Contains(callSite)) { in CheckForBadRecursion()
2228 !symbol->scope()->sourceRange().Contains(callSite)); in IsExternalCalledImplicitly()
Dcheck-declarations.cpp1889 if (scope.sourceRange().Contains(name)) { in SayNotDistinguishable()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DMemRegion.h174 clang::SourceRange sourceRange() const;
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DMemRegion.h194 SourceRange sourceRange() const;
/external/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp675 SourceRange MemRegion::sourceRange() const { in sourceRange() function in MemRegion
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp710 SourceRange MemRegion::sourceRange() const { in sourceRange() function in MemRegion
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
DShadowDOM.js3510 compareBoundaryPoints: function(how, sourceRange) { argument
3511 return unsafeUnwrap(this).compareBoundaryPoints(how, unwrap(sourceRange));
Dwebcomponents.js3518 compareBoundaryPoints: function(how, sourceRange) { argument
3519 return unsafeUnwrap(this).compareBoundaryPoints(how, unwrap(sourceRange));