Searched refs:Relative (Results 1 - 20 of 20) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageView.cpp32 bool Relative) const {
37 if (!Relative)
H A DSourceCoverageView.h119 /// true, skip the ToplevelDir component. If \p Relative is true, skip the
122 bool InToplevel, bool Relative = true) const;
/freebsd-current/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIOWindows.cpp245 // Parse disk designators, like "C:\". If Relative == true, also accepts: "C:".
248 bool Relative = true) {
252 if (!Relative) // Accept relative path?
369 if (!LocationLen) { // Relative path.
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DVTableBuilder.h396 Relative, enumerator in enum:clang::ItaniumVTableContext::VTableComponentLayout
437 bool isRelativeLayout() const { return ComponentLayout == Relative; }
/freebsd-current/usr.bin/ministat/
H A Dministat.c248 Relative(struct dataset *ds, struct dataset *rs, int confidx) function
688 Relative(ds[i], ds[0], ci);
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp108 int Relative = OtherBlockNumber - CurrentBlockNumber; local
109 RelativeBlockLocations.push_back(Relative);
181 int Relative = OtherBlockNumber - CurrentBlockNumber; local
182 RelativeBlockLocations.push_back(Relative);
/freebsd-current/contrib/capsicum-test/
H A Dopenat.cc40 FORK_TEST(Openat, Relative) {
86 // Relative lookups that go upward are not allowed.
115 // Relative lookups on regular files or capabilities with CAP_LOOKUP
/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DArchiveWriter.cpp957 SmallString<128> Relative; local
959 sys::path::append(Relative, sys::path::Style::posix, "..");
962 sys::path::append(Relative, sys::path::Style::posix, *ToI);
964 return std::string(Relative);
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2903 StringRef Relative(Remapped);
2905 if (Relative.consume_front(CompDir))
2906 Relative.consume_front(llvm::sys::path::get_separator());
2908 return Relative.str();
/freebsd-current/contrib/unbound/
H A Dltmain.sh969 # Relative path, prepend $cwd.
6090 /* Relative path | not found in path: prepend cwd */
/freebsd-current/crypto/heimdal/
H A Dltmain.sh272 # Relative path, prepend $cwd.
4706 /* Relative path | not found in path: prepend cwd */
/freebsd-current/contrib/openbsm/config/
H A Dltmain.sh969 # Relative path, prepend $cwd.
6090 /* Relative path | not found in path: prepend cwd */
/freebsd-current/contrib/file/
H A Dltmain.sh972 # Relative path, prepend $cwd.
6093 /* Relative path | not found in path: prepend cwd */
/freebsd-current/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh969 # Relative path, prepend $cwd.
6090 /* Relative path | not found in path: prepend cwd */
/freebsd-current/contrib/ntp/sntp/libevent/
H A Dltmain.sh969 # Relative path, prepend $cwd.
6090 /* Relative path | not found in path: prepend cwd */
/freebsd-current/contrib/sqlite3/
H A Dltmain.sh969 # Relative path, prepend $cwd.
6182 /* Relative path | not found in path: prepend cwd */
/freebsd-current/contrib/openpam/
H A Dltmain.sh1012 # Relative path, prepend $cwd.
6347 /* Relative path | not found in path: prepend cwd */
/freebsd-current/contrib/ldns/
H A Dltmain.sh969 # Relative path, prepend $cwd.
6182 /* Relative path | not found in path: prepend cwd */
/freebsd-current/contrib/libevent/build-aux/
H A Dltmain.sh977 # Relative path, prepend $cwd.
6305 /* Relative path | not found in path: prepend cwd */
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp12020 ? ItaniumVTableContext::Relative

Completed in 775 milliseconds