HomeSort by: relevance | last modified time | path
    Searched refs:Relative (Results 1 - 25 of 37) sorted by relevancy

1 2

  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerIOWindows.cpp 180 // Parse disk designators, like "C:\". If Relative == true, also accepts: "C:".
183 bool Relative = true) {
187 if (!Relative) // Accept relative path?
305 if (!LocationLen) { // Relative path.
  /src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
SourceCoverageView.cpp 32 bool Relative) const {
37 if (!Relative)
SourceCoverageView.h 102 /// false, skip the ToplevelDir component. If \p Relative is false, skip the
105 bool InToplevel, bool Relative = true) const;
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
VTableBuilder.h 366 /// Contains the index (relative to the vtable address point)
381 /// Contains the vtable offset (relative to the address point) in chars
394 /// Components in the vtable are relative offsets between the vtable and the
396 Relative,
416 /// Return the index (relative to the vtable address point) where the
420 /// Return the offset in chars (relative to the vtable address point) where
437 bool isRelativeLayout() const { return ComponentLayout == Relative; }
  /src/external/apache2/llvm/dist/llvm/lib/Object/
ArchiveWriter.cpp 540 // Compute the relative path from From to To.
550 // Can't construct a relative path between different roots
561 // Construct relative path
562 SmallString<128> Relative;
564 sys::path::append(Relative, sys::path::Style::posix, "..");
567 sys::path::append(Relative, sys::path::Style::posix, *ToI);
569 return std::string(Relative.str());
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.cpp 542 // a relative path, so we look into the actual file entry for the main
2640 StringRef Relative(Remapped);
2642 if (Relative.consume_front(CompDir))
2643 Relative.consume_front(llvm::sys::path::get_separator());
2645 return Relative.str();
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
numeric.d 1710 relTolerance = Relative tolerance.
3516 // relative to the textbook FFT to increase ILP. This gives roughly 5%
  /src/sys/external/isc/libsodium/dist/build-aux/
ltmain.sh 969 # Relative path, prepend $cwd.
1031 # Set func_relative_path_result to the relative path from SRCDIR to DSTDIR.
1082 # Normalisation. If bindir is libdir, return '.' else relative path.
1409 # . relative/path/to/funclib.sh
1410 # . relative/path/to/options-parser
6090 /* Relative path | not found in path: prepend cwd */
6985 # Preserve sysroot, but never include relative directories
  /src/sys/external/isc/libsodium/dist/
ltmain.sh 268 # Relative path, prepend $cwd.
311 # generates a relative path from SRCDIR to DSTDIR, with a trailing
364 # else relative path ending with a slash; either way, target
4712 /* Relative path | not found in path: prepend cwd */
5575 # Preserve sysroot, but never include relative directories
  /src/external/bsd/am-utils/dist/
ltmain.sh 268 # Relative path, prepend $cwd.
311 # generates a relative path from SRCDIR to DSTDIR, with a trailing
364 # else relative path ending with a slash; either way, target
4712 /* Relative path | not found in path: prepend cwd */
5575 # Preserve sysroot, but never include relative directories
  /src/external/bsd/file/dist/
ltmain.sh 972 # Relative path, prepend $cwd.
1034 # Set func_relative_path_result to the relative path from SRCDIR to DSTDIR.
1085 # Normalisation. If bindir is libdir, return '.' else relative path.
1412 # . relative/path/to/funclib.sh
1413 # . relative/path/to/options-parser
6093 /* Relative path | not found in path: prepend cwd */
6988 # Preserve sysroot, but never include relative directories
  /src/external/bsd/flex/dist/build-aux/
ltmain.sh 969 # Relative path, prepend $cwd.
1031 # Set func_relative_path_result to the relative path from SRCDIR to DSTDIR.
1082 # Normalisation. If bindir is libdir, return '.' else relative path.
1409 # . relative/path/to/funclib.sh
1410 # . relative/path/to/options-parser
6090 /* Relative path | not found in path: prepend cwd */
6985 # Preserve sysroot, but never include relative directories
  /src/external/bsd/ntp/dist/sntp/libevent/build-aux/
ltmain.sh 969 # Relative path, prepend $cwd.
1031 # Set func_relative_path_result to the relative path from SRCDIR to DSTDIR.
1082 # Normalisation. If bindir is libdir, return '.' else relative path.
1409 # . relative/path/to/funclib.sh
1410 # . relative/path/to/options-parser
6090 /* Relative path | not found in path: prepend cwd */
6985 # Preserve sysroot, but never include relative directories
  /src/external/bsd/ntp/dist/sntp/libevent/
ltmain.sh 969 # Relative path, prepend $cwd.
1031 # Set func_relative_path_result to the relative path from SRCDIR to DSTDIR.
1082 # Normalisation. If bindir is libdir, return '.' else relative path.
1409 # . relative/path/to/funclib.sh
1410 # . relative/path/to/options-parser
6090 /* Relative path | not found in path: prepend cwd */
6985 # Preserve sysroot, but never include relative directories
  /src/external/bsd/openldap/dist/build/
ltmain.sh 969 # Relative path, prepend $cwd.
1031 # Set func_relative_path_result to the relative path from SRCDIR to DSTDIR.
1082 # Normalisation. If bindir is libdir, return '.' else relative path.
1409 # . relative/path/to/funclib.sh
1410 # . relative/path/to/options-parser
6090 /* Relative path | not found in path: prepend cwd */
6985 # Preserve sysroot, but never include relative directories
  /src/external/bsd/openldap/dist/contrib/ldapc++/
ltmain.sh 969 # Relative path, prepend $cwd.
1031 # Set func_relative_path_result to the relative path from SRCDIR to DSTDIR.
1082 # Normalisation. If bindir is libdir, return '.' else relative path.
1409 # . relative/path/to/funclib.sh
1410 # . relative/path/to/options-parser
6090 /* Relative path | not found in path: prepend cwd */
6985 # Preserve sysroot, but never include relative directories
  /src/external/gpl3/binutils/dist/
ltmain.sh 242 # Relative path, prepend $cwd.
285 # generates a relative path from SRCDIR to DSTDIR, with a trailing
338 # else relative path ending with a slash; either way, target
3887 /* Relative path | not found in path: prepend cwd */
  /src/external/gpl3/binutils.old/dist/
ltmain.sh 242 # Relative path, prepend $cwd.
285 # generates a relative path from SRCDIR to DSTDIR, with a trailing
338 # else relative path ending with a slash; either way, target
3887 /* Relative path | not found in path: prepend cwd */
  /src/external/gpl3/gcc.old/dist/
ltmain.sh 242 # Relative path, prepend $cwd.
285 # generates a relative path from SRCDIR to DSTDIR, with a trailing
338 # else relative path ending with a slash; either way, target
3887 /* Relative path | not found in path: prepend cwd */
  /src/external/gpl3/gcc/dist/
ltmain.sh 242 # Relative path, prepend $cwd.
285 # generates a relative path from SRCDIR to DSTDIR, with a trailing
338 # else relative path ending with a slash; either way, target
3887 /* Relative path | not found in path: prepend cwd */
  /src/external/gpl3/gdb/dist/
ltmain.sh 242 # Relative path, prepend $cwd.
285 # generates a relative path from SRCDIR to DSTDIR, with a trailing
338 # else relative path ending with a slash; either way, target
3887 /* Relative path | not found in path: prepend cwd */
  /src/external/gpl3/gdb.old/dist/
ltmain.sh 242 # Relative path, prepend $cwd.
285 # generates a relative path from SRCDIR to DSTDIR, with a trailing
338 # else relative path ending with a slash; either way, target
3887 /* Relative path | not found in path: prepend cwd */
  /src/external/lgpl3/gmp/dist/
ltmain.sh 969 # Relative path, prepend $cwd.
1031 # Set func_relative_path_result to the relative path from SRCDIR to DSTDIR.
1082 # Normalisation. If bindir is libdir, return '.' else relative path.
1409 # . relative/path/to/funclib.sh
1410 # . relative/path/to/options-parser
6090 /* Relative path | not found in path: prepend cwd */
6985 # Preserve sysroot, but never include relative directories
  /src/external/lgpl3/mpc/dist/
ltmain.sh 969 # Relative path, prepend $cwd.
1031 # Set func_relative_path_result to the relative path from SRCDIR to DSTDIR.
1082 # Normalisation. If bindir is libdir, return '.' else relative path.
1409 # . relative/path/to/funclib.sh
1410 # . relative/path/to/options-parser
6090 /* Relative path | not found in path: prepend cwd */
6985 # Preserve sysroot, but never include relative directories
  /src/external/bsd/libevent/dist/build-aux/
ltmain.sh 977 # Relative path, prepend $cwd.
1039 # Set func_relative_path_result to the relative path from SRCDIR to DSTDIR.
1090 # Normalisation. If bindir is libdir, return '.' else relative path.
1527 # . relative/path/to/funclib.sh
1528 # . relative/path/to/options-parser
6305 /* Relative path | not found in path: prepend cwd */
7200 # Preserve sysroot, but never include relative directories

Completed in 246 milliseconds

1 2