Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp31 static void exitWithError(const Twine &Message, StringRef Whence = "") { in exitWithError()
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp95 void CodeCoverageTool::error(const Twine &Message, StringRef Whence) { in error()
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DStreamChecker.cpp264 SVal Whence = state->getSVal(CE->getArg(2), C.getLocationContext()); in Fseek() local