| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | TpiHashing.h | 22 uint32_t Forward) in TagRecordHash() 23 : FullRecordHash(Full), ForwardDeclHash(Forward), Class(std::move(CR)) { in TagRecordHash() 28 uint32_t Forward) in TagRecordHash() 29 : FullRecordHash(Full), ForwardDeclHash(Forward), Enum(std::move(ER)) { in TagRecordHash() 34 uint32_t Forward) in TagRecordHash() 35 : FullRecordHash(Full), ForwardDeclHash(Forward), Union(std::move(UR)) { in TagRecordHash()
|
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | readconf.h | 123 struct Forward *local_forwards; 127 struct Forward *remote_forwards; 265 int parse_forward(struct Forward *, const char *, int, int); 273 void add_local_forward(Options *, const struct Forward *); 274 void add_remote_forward(Options *, const struct Forward *);
|
| H A D | misc.h | 32 struct Forward { struct 43 int forward_equals(const struct Forward *, const struct Forward *); argument
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | ExternalASTMerger.cpp | 310 ForEachMatchingDC(Tag, [&](ASTImporter &Forward, ASTImporter &Reverse, in CompleteType() 317 Forward.MapImported(SourceTag, Tag); in CompleteType() 318 if (llvm::Error Err = Forward.ImportDefinition(SourceTag)) in CompleteType() 328 Interface, [&](ASTImporter &Forward, ASTImporter &Reverse, in CompleteType() argument 337 Forward.MapImported(SourceInterface, Interface); in CompleteType() 338 if (llvm::Error Err = Forward.ImportDefinition(SourceInterface)) in CompleteType() 349 [&](ASTImporter &Forward, ASTImporter &Reverse, in CanComplete() argument 490 [&](ASTImporter &Forward, ASTImporter &Reverse, in FindExternalVisibleDeclsByName() 500 FilterFoundDecl(std::make_pair(FromD, &Forward)); in FindExternalVisibleDeclsByName() 531 ForEachMatchingDC(DC, [&](ASTImporter &Forward, ASTImporter &Reverse, in FindExternalLexicalDecls() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | AliasSetTracker.h | 114 if (AS->Forward) { in getAliasSet() 143 AliasSet *Forward = nullptr; variable 211 bool isForwardingAliasSet() const { return Forward; } in isForwardingAliasSet() 286 if (!Forward) return this; in getForwardedTarget() 288 AliasSet *Dest = Forward->getForwardedTarget(AST); in getForwardedTarget() 289 if (Dest != Forward) { in getForwardedTarget() 291 Forward->dropRef(AST); in getForwardedTarget() 292 Forward = Dest; in getForwardedTarget()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | AliasSetTracker.cpp | 49 assert(!AS.Forward && "Alias set is already forwarding!"); in mergeSetIn() 50 assert(!Forward && "This set is a forwarding set!!"); in mergeSetIn() 90 AS.Forward = this; // Forward across AS now... in mergeSetIn() 110 if (AliasSet *Fwd = AS->Forward) { in removeAliasSet() 112 AS->Forward = nullptr; in removeAliasSet() 308 if (AS.Forward) in mergeAliasSetsForPointer() 333 if (AS.Forward || !AS.aliasesUnknownInst(Inst, AA)) in findAliasSetForUnknownInst() 524 if (AS.Forward) in add() 613 AliasSet *FwdTo = Cur->Forward; in mergeAllAliasSets() 615 Cur->Forward = AliasAnyAS; in mergeAllAliasSets() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/internal/test/ |
| H A D | dummyrange.d | 14 Forward, enumerator 98 static if (rt >= RangeType.Forward) 193 DummyRange!(ReturnBy.Reference, Length.Yes, RangeType.Forward), 196 DummyRange!(ReturnBy.Reference, Length.No, RangeType.Forward), 199 DummyRange!(ReturnBy.Value, Length.Yes, RangeType.Forward), 203 DummyRange!(ReturnBy.Value, Length.No, RangeType.Forward), 210 DummyRange!(ReturnBy.Reference, Length.Yes, RangeType.Forward, T), in AllDummyRangesType() 213 DummyRange!(ReturnBy.Reference, Length.No, RangeType.Forward, T), in AllDummyRangesType() 216 DummyRange!(ReturnBy.Value, Length.Yes, RangeType.Forward, T), in AllDummyRangesType() 220 DummyRange!(ReturnBy.Value, Length.No, RangeType.Forward, T), in AllDummyRangesType()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/internal/test/ |
| H A D | dummyrange.d | 14 Forward, enumerator 98 static if (rt >= RangeType.Forward) 193 DummyRange!(ReturnBy.Reference, Length.Yes, RangeType.Forward), 196 DummyRange!(ReturnBy.Reference, Length.No, RangeType.Forward), 199 DummyRange!(ReturnBy.Value, Length.Yes, RangeType.Forward), 203 DummyRange!(ReturnBy.Value, Length.No, RangeType.Forward), 210 DummyRange!(ReturnBy.Reference, Length.Yes, RangeType.Forward, T), in AllDummyRangesType() 213 DummyRange!(ReturnBy.Reference, Length.No, RangeType.Forward, T), in AllDummyRangesType() 216 DummyRange!(ReturnBy.Value, Length.Yes, RangeType.Forward, T), in AllDummyRangesType() 220 DummyRange!(ReturnBy.Value, Length.No, RangeType.Forward, T), in AllDummyRangesType()
|
| /netbsd-src/distrib/utils/more/ |
| H A D | more.help | 6 f, ^F, SPACE * Forward N lines, default one screen. 8 j, CR * Forward N lines, default 1 line. 10 d, ^D * Forward N lines, default half screen or last N to d/u.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/ |
| H A D | SerialSnippetGenerator.cpp | 137 const AliasingConfigurations Forward(Instr, *OtherInstr); in appendCodeTemplates() local 141 if (!Forward.hasImplicitAliasing()) in appendCodeTemplates() 142 setRandomAliasing(Forward, ThisIT, OtherIT); in appendCodeTemplates()
|
| /netbsd-src/external/gpl3/gdb/dist/readline/readline/doc/ |
| H A D | texi2html | 4597 $T2H_NODE{Forward} = $sec2node{$sections[0]}; 4598 $T2H_NAME{Forward} = &clean_name($sec2node{$sections[0]}); 4599 $T2H_HREF{Forward} = sec_href($sections[0]); 4638 $T2H_NAME{This} = $T2H_NAME{Forward}; 4639 $T2H_HREF{This} = $T2H_HREF{Forward}; 4640 $T2H_NODE{This} = $T2H_NODE{Forward}; 4643 $T2H_NODE{Forward} = $sec2node{$sections[0]}; 4644 $T2H_NAME{Forward} = &clean_name($T2H_NODE{Forward}); 4645 $T2H_HREF{Forward} = sec_href($sections[0]); 4649 undef $T2H_HREF{Forward}, $T2H_NODE{Forward}, $T2H_NAME{Forward}; [all …]
|
| /netbsd-src/external/bsd/less/dist/ |
| H A D | less.hlp | 14 e ^E j ^N CR * Forward one line (or _N lines). 16 f ^F ^V SPACE * Forward one window (or _N lines). 18 z * Forward one window (and set window to _N). 20 ESC-SPACE * Forward one window, but don't stop at end-of-file. 21 d ^D * Forward one half-window (and set half-window to _N). 27 F Forward forever; like "tail -f". 203 Forward scroll limit.
|
| /netbsd-src/external/bsd/unbound/dist/testdata/fwd_edns_probe.tdir/ |
| H A D | fwd_edns_probe.dsc | 3 Description: Forward with EDNS probing
|
| /netbsd-src/external/bsd/unbound/dist/testdata/fwd_tcp_tc.tdir/ |
| H A D | fwd_tcp_tc.dsc | 3 Description: Forward retry in TCP mode
|
| /netbsd-src/external/bsd/unbound/dist/testdata/fwd_capsid_fallback.tdir/ |
| H A D | fwd_capsid_fallback.dsc | 3 Description: Forward and do 0x20 fallback.
|
| /netbsd-src/external/bsd/unbound/dist/testdata/fwd_capsid.tdir/ |
| H A D | fwd_capsid.dsc | 3 Description: Forward and check 0x20 bits.
|
| /netbsd-src/external/bsd/unbound/dist/testdata/fwd_no_edns.tdir/ |
| H A D | fwd_no_edns.dsc | 3 Description: Forward retry with no EDNS
|
| /netbsd-src/external/bsd/unbound/dist/testdata/fwd_capsid_white.tdir/ |
| H A D | fwd_capsid_white.dsc | 3 Description: Forward and and test 0x20 whitelist.
|
| /netbsd-src/external/bsd/unbound/dist/testdata/fwd_tcp_tc6.tdir/ |
| H A D | fwd_tcp_tc6.dsc | 3 Description: Forward retry in TCP IP6 mode.
|
| /netbsd-src/external/bsd/unbound/dist/testdata/fwd_edns_bksec.tdir/ |
| H A D | fwd_edns_bksec.dsc | 3 Description: Forward EDNS backoff for DNSSEC domain
|
| /netbsd-src/external/bsd/unbound/dist/testdata/fwd_oneport.tdir/ |
| H A D | fwd_oneport.dsc | 3 Description: Forward udp over one port with 2 fds
|
| /netbsd-src/external/bsd/unbound/dist/testdata/fwd_udp_with_tcp_upstream.tdir/ |
| H A D | fwd_udp_with_tcp_upstream.dsc | 3 Description: Forward an UDP packet to upstream via TCP and return reply.
|
| /netbsd-src/external/bsd/unbound/dist/testdata/fwd_tcp.tdir/ |
| H A D | fwd_tcp.dsc | 3 Description: Forward a TCP packet and return reply.
|
| /netbsd-src/external/bsd/unbound/dist/testdata/fwd_three.tdir/ |
| H A D | fwd_three.dsc | 3 Description: Forward three queries at once, using threads.
|
| /netbsd-src/external/bsd/unbound/dist/testdata/fwd_udp.tdir/ |
| H A D | fwd_udp.dsc | 3 Description: Forward an UDP packet and return reply.
|