Home
last modified time | relevance | path

Searched refs:Relative (Results 1 – 25 of 48) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageView.cpp32 bool Relative) const { in getOutputPath()
37 if (!Relative) in getOutputPath()
H A DSourceCoverageView.h118 bool InToplevel, bool Relative = true) const;
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIOWindows.cpp248 bool Relative = true) { in ParseDrive() argument
252 if (!Relative) // Accept relative path? in ParseDrive()
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Drotary-encoder.txt13 absolute one. Relative axis will only generate +1/-1 events on the input
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DVTableBuilder.h404 Relative, enumerator
466 bool isRelativeLayout() const { return ComponentLayout == Relative; } in isRelativeLayout()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp108 int Relative = OtherBlockNumber - CurrentBlockNumber; in setBranchSuccessors() local
109 RelativeBlockLocations.push_back(Relative); in setBranchSuccessors()
181 int Relative = OtherBlockNumber - CurrentBlockNumber; in setPHIPredecessors() local
182 RelativeBlockLocations.push_back(Relative); in setPHIPredecessors()
/freebsd/usr.bin/ministat/
H A Dministat.c248 Relative(struct dataset *ds, struct dataset *rs, int confidx) in Relative() function
688 Relative(ds[i], ds[0], ci); in main()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DArchiveWriter.cpp1021 SmallString<128> Relative; in computeArchiveRelativePath() local
1023 sys::path::append(Relative, sys::path::Style::posix, ".."); in computeArchiveRelativePath()
1026 sys::path::append(Relative, sys::path::Style::posix, *ToI); in computeArchiveRelativePath()
1028 return std::string(Relative); in computeArchiveRelativePath()
/freebsd/crypto/openssl/doc/man3/
H A DX509_cmp.pod36 In particular, the order of Relative Distinguished Names (RDNs) is relevant.
/freebsd/contrib/tcsh/nls/C/
H A Dset1116 114 Relative time inconsistent with am/pm
/freebsd/contrib/tcsh/nls/german/
H A Dset1116 114 Relative Zeit inkonsistent mit am/pm
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython.swig52 # Relative import should work if we are being loaded by Python.
/freebsd/contrib/capsicum-test/
H A Dopenat.cc40 FORK_TEST(Openat, Relative) { in FORK_TEST() argument
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-namedisplay-options.pod134 Relative Distinguished Names (RDNs) and the second is between
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDynamicTags.def225 MIPS_DYNAMIC_TAG(MIPS_RLD_MAP_REL, 0x70000035) // Relative offset of run time loader
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16InstrInfo.td547 // Purpose: Add Immediate Unsigned Word (3-Operand, PC-Relative, Extended)
554 // Purpose: Add Immediate Unsigned Word (2-Operand, SP-Relative, Extended)
851 // Purpose: Load Word (SP-Relative, Extended)
1292 // Purpose: Store Word rx (SP-Relative)
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrInfo.td617 // Load/Add GP-Relative.
651 // Load PCL-Relative.
H A DARCInstrFormats.td740 // Load/Add GP-Relative.
/freebsd/contrib/atf/atf-sh/
H A Dlibatf-sh.subr332 # Relative paths are not allowed because the test case cannot predict
/freebsd/contrib/llvm-project/lld/docs/
H A DNewLLD.rst258 Short for Relative Virtual Address.
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrFormats.td343 // Conditional Branch Relative (BRR)
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.def469 "path to a source file which is parsed on-demand. Relative "
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3029 StringRef Relative(Remapped); in getOrCreateModuleRef() local
3031 if (Relative.consume_front(CompDir)) in getOrCreateModuleRef()
3032 Relative.consume_front(llvm::sys::path::get_separator()); in getOrCreateModuleRef()
3034 return Relative.str(); in getOrCreateModuleRef()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrP10.td32 // * R - PC-Relative bit
97 // PC Relative flag (for instructions that use the address of the prefix for
/freebsd/sys/contrib/zstd/
H A DCHANGELOG181 build: Relative includes no longer require -I compiler flags for zstd lib subdirs (#2103, by @felix…

12