| /freebsd-12.1/contrib/bmake/unit-tests/ |
| H A D | posix1.exp | 11 Local variables 23 Local variable substitutions 51 Local variables 63 Local variable substitutions 97 Local variables 109 Local variable substitutions 144 Local variables 156 Local variable substitutions
|
| /freebsd-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/ |
| H A D | get.ipv6remote.pl | 52 my %Local; 71 $Local{$addr} = 1; 87 if (/bytes from (.*), / and not defined $Local{$1}) {
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/ |
| H A D | PreprocessingRecord.cpp | 143 Local = findLocalPreprocessedEntitiesInRange(Range); in getPreprocessedEntitiesInRangeSlow() local 147 return std::make_pair(Local.first, Local.second); in getPreprocessedEntitiesInRangeSlow() 154 return std::make_pair(Local.first, Local.second); in getPreprocessedEntitiesInRangeSlow() 159 if (Local.first == Local.second) in getPreprocessedEntitiesInRangeSlow() 164 return std::make_pair(int(Loaded.first)-TotalLoaded, Local.second); in getPreprocessedEntitiesInRangeSlow()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | GlobalValue.h | 196 Local, enumerator 221 if (A == UnnamedAddr::Local || B == UnnamedAddr::Local) in getMinUnnamedAddr() 222 return UnnamedAddr::Local; in getMinUnnamedAddr() 278 void setDSOLocal(bool Local) { IsDSOLocal = Local; } in setDSOLocal() argument
|
| H A D | Metadata.h | 365 static LocalAsMetadata *getLocal(Value *Local) { in getLocal() argument 366 return cast<LocalAsMetadata>(get(Local)); in getLocal() 375 static LocalAsMetadata *getLocalIfExists(Value *Local) { in getLocalIfExists() argument 376 return cast_or_null<LocalAsMetadata>(getIfExists(Local)); in getLocalIfExists() 430 LocalAsMetadata(Value *Local) in LocalAsMetadata() argument 431 : ValueAsMetadata(LocalAsMetadataKind, Local) { in LocalAsMetadata() 432 assert(!isa<Constant>(Local) && "Expected local value"); in LocalAsMetadata() 436 static LocalAsMetadata *get(Value *Local) { in get() argument 437 return ValueAsMetadata::getLocal(Local); in get() 440 static LocalAsMetadata *getIfExists(Value *Local) { in getIfExists() argument [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/Targets/ |
| H A D | AMDGPU.cpp | 43 Local, // opencl_local 49 Local // cuda_shared 55 Local, // opencl_local 61 Local // cuda_shared
|
| H A D | AMDGPU.h | 35 Local = 3, enumerator 94 if (AddrSpace == Private || AddrSpace == Local) in getPointerWidthV() 332 } else if (AddressSpace == Local) { in getDWARFAddressSpace()
|
| /freebsd-12.1/contrib/netbsd-tests/lib/librumphijack/ |
| H A D | netstat.expout | 2 Proto Recv-Q Send-Q Local Address Foreign Address State 5 Proto Recv-Q Send-Q Local Address Foreign Address (state)
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/IPO/ |
| H A D | ExtractGV.cpp | 27 bool Local = GV.hasLocalLinkage(); in makeVisible() local 28 if (Local || Delete) { in makeVisible() 30 if (Local) in makeVisible()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/ |
| H A D | DebugCrossExSubsection.cpp | 35 void DebugCrossModuleExportsSubsection::addMapping(uint32_t Local, in addMapping() argument 37 Mappings[Local] = Global; in addMapping()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | ExternalASTSource.h | 523 SmallVector<T, LocalStorage> Local; 560 return Self->Local.begin()[this->I]; 574 return iterator(this, Local.size()); 578 Local.push_back(LocalValue); 592 Local.erase(&*From, &*To);
|
| /freebsd-12.1/contrib/subversion/subversion/svn/schema/ |
| H A D | info.rnc | 34 ## Local path. 123 ## Local path to the original victim. 131 ## Local reason for the conflict.
|
| /freebsd-12.1/contrib/llvm/lib/MC/ |
| H A D | WinCOFFObjectWriter.cpp | 368 COFFSymbol *Local = nullptr; in DefineSymbol() local 380 Local = WeakDefault; in DefineSymbol() 397 Local = Sym; in DefineSymbol() 400 if (Local) { in DefineSymbol() 401 Local->Data.Value = getSymbolValue(MCSym, Layout); in DefineSymbol() 404 Local->Data.Type = SymbolCOFF.getType(); in DefineSymbol() 405 Local->Data.StorageClass = SymbolCOFF.getClass(); in DefineSymbol() 408 if (Local->Data.StorageClass == COFF::IMAGE_SYM_CLASS_NULL) { in DefineSymbol() 412 Local->Data.StorageClass = IsExternal ? COFF::IMAGE_SYM_CLASS_EXTERNAL in DefineSymbol()
|
| /freebsd-12.1/contrib/llvm/lib/Bitcode/Writer/ |
| H A D | ValueEnumerator.cpp | 578 const Function &F, const LocalAsMetadata *Local) { in EnumerateFunctionLocalMetadata() argument 579 EnumerateFunctionLocalMetadata(getMetadataFunctionID(&F), Local); in EnumerateFunctionLocalMetadata() 695 unsigned F, const LocalAsMetadata *Local) { in EnumerateFunctionLocalMetadata() argument 699 MDIndex &Index = MetadataMap[Local]; in EnumerateFunctionLocalMetadata() 705 MDs.push_back(Local); in EnumerateFunctionLocalMetadata() 709 EnumerateValue(Local->getValue()); in EnumerateFunctionLocalMetadata() 985 if (auto *Local = dyn_cast<LocalAsMetadata>(MD->getMetadata())) in incorporateFunction() local 987 FnLocalMDVector.push_back(Local); in incorporateFunction()
|
| H A D | ValueEnumerator.h | 290 const LocalAsMetadata *Local); 291 void EnumerateFunctionLocalMetadata(unsigned F, const LocalAsMetadata *Local);
|
| /freebsd-12.1/lib/clang/include/lld/Common/ |
| H A D | Version.inc | 9 // <Upstream revision at import>-<Local identifier in __FreeBSD_version style>
|
| /freebsd-12.1/lib/libc/net/ |
| H A D | networks | 4 # Your Local Networks Database
|
| /freebsd-12.1/contrib/gcc/config/ |
| H A D | t-lynx | 13 Local Variables:
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_ra_local/ |
| H A D | libsvn_ra_local.pc.in | 7 Description: Subversion Local Repository Access Library
|
| /freebsd-12.1/crypto/heimdal/kadmin/ |
| H A D | kadmin-commands.in | 82 …ase in a human readable format to the specified file, \nor the standard out. Local (-l) mode only." 104 …help = "Initializes the default principals for a realm. Creates the database\nif necessary. Local … 111 help = "Loads a previously dumped file. Local (-l) mode only." 118 help = "Merges the contents of a dump file into the database. Local (-l) mode only."
|
| /freebsd-12.1/contrib/netcat/ |
| H A D | FREEBSD-upgrade | 10 * --no-tcpopt: Local feature specific to FreeBSD.
|
| /freebsd-12.1/contrib/tzdata/ |
| H A D | factory | 12 Zone Factory 0 - "Local time zone must be set--use tzsetup"
|
| /freebsd-12.1/sys/contrib/zstd/tests/ |
| H A D | .gitignore | 36 # Local script
|
| /freebsd-12.1/contrib/ntp/html/scripts/ |
| H A D | refclock.txt | 2 <li class='inline'><a href='extern.html'>External Clock Discipline and the Local Clock Driver</a></…
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | DebugCrossExSubsection.h | 56 void addMapping(uint32_t Local, uint32_t Global);
|