Home
last modified time | relevance | path

Searched refs:Whence (Results 1 – 3 of 3) sorted by relevance

/external/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp32 static void exitWithError(const Twine &Message, StringRef Whence = "") { in exitWithError() argument
34 if (!Whence.empty()) in exitWithError()
35 errs() << Whence << ": "; in exitWithError()
/external/llvm/tools/llvm-cov/
DCodeCoverage.cpp52 void error(const Twine &Message, StringRef Whence = "");
96 void CodeCoverageTool::error(const Twine &Message, StringRef Whence) { in error() argument
98 if (!Whence.empty()) in error()
99 errs() << Whence << ": "; in error()
/external/clang/lib/StaticAnalyzer/Checkers/
DStreamChecker.cpp264 SVal Whence = state->getSVal(CE->getArg(2), C.getLocationContext()); in Fseek() local
265 Optional<nonloc::ConcreteInt> CI = Whence.getAs<nonloc::ConcreteInt>(); in Fseek()