/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
H A D | SourceCoverageView.cpp | 32 bool Relative) const { in getOutputPath() 37 if (!Relative) in getOutputPath()
|
H A D | SourceCoverageView.h | 118 bool InToplevel, bool Relative = true) const;
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerIOWindows.cpp | 248 bool Relative = true) { in ParseDrive() argument 252 if (!Relative) // Accept relative path? in ParseDrive()
|
/freebsd/sys/contrib/device-tree/Bindings/input/ |
H A D | rotary-encoder.txt | 13 absolute one. Relative axis will only generate +1/-1 events on the input
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | VTableBuilder.h | 404 Relative, enumerator 466 bool isRelativeLayout() const { return ComponentLayout == Relative; } in isRelativeLayout()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | IRSimilarityIdentifier.cpp | 108 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 D | ministat.c | 248 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 D | ArchiveWriter.cpp | 1021 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 D | X509_cmp.pod | 36 In particular, the order of Relative Distinguished Names (RDNs) is relevant.
|
/freebsd/contrib/tcsh/nls/C/ |
H A D | set1 | 116 114 Relative time inconsistent with am/pm
|
/freebsd/contrib/tcsh/nls/german/ |
H A D | set1 | 116 114 Relative Zeit inkonsistent mit am/pm
|
/freebsd/contrib/llvm-project/lldb/bindings/python/ |
H A D | python.swig | 52 # Relative import should work if we are being loaded by Python.
|
/freebsd/contrib/capsicum-test/ |
H A D | openat.cc | 40 FORK_TEST(Openat, Relative) { in FORK_TEST() argument
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-namedisplay-options.pod | 134 Relative Distinguished Names (RDNs) and the second is between
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | DynamicTags.def | 225 MIPS_DYNAMIC_TAG(MIPS_RLD_MAP_REL, 0x70000035) // Relative offset of run time loader
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | Mips16InstrInfo.td | 547 // 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 D | ARCInstrInfo.td | 617 // Load/Add GP-Relative. 651 // Load PCL-Relative.
|
H A D | ARCInstrFormats.td | 740 // Load/Add GP-Relative.
|
/freebsd/contrib/atf/atf-sh/ |
H A D | libatf-sh.subr | 332 # Relative paths are not allowed because the test case cannot predict
|
/freebsd/contrib/llvm-project/lld/docs/ |
H A D | NewLLD.rst | 258 Short for Relative Virtual Address.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiInstrFormats.td | 343 // Conditional Branch Relative (BRR)
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
H A D | AnalyzerOptions.def | 469 "path to a source file which is parsed on-demand. Relative "
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 3029 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 D | PPCInstrP10.td | 32 // * R - PC-Relative bit 97 // PC Relative flag (for instructions that use the address of the prefix for
|
/freebsd/sys/contrib/zstd/ |
H A D | CHANGELOG | 181 build: Relative includes no longer require -I compiler flags for zstd lib subdirs (#2103, by @felix…
|