Home
last modified time | relevance | path

Searched refs:Forward (Results 1 – 25 of 113) sorted by relevance

12345

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiHashing.h22 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()
/openbsd-src/usr.bin/ssh/
H A Dreadconf.h31 int forward_agent; /* Forward authentication agent. */
33 int forward_x11; /* Forward X11 display. */
35 int forward_x11_trusted; /* Trust Forward X11 display. */
105 struct Forward *local_forwards;
109 struct Forward *remote_forwards;
246 int parse_forward(struct Forward *, const char *, int, int);
254 void add_local_forward(Options *, const struct Forward *);
255 void add_remote_forward(Options *, const struct Forward *);
H A Dchannels.h347 struct Forward;
364 int channel_request_remote_forwarding(struct ssh *, struct Forward *);
365 int channel_setup_local_fwd_listener(struct ssh *, struct Forward *,
367 int channel_request_rforward_cancel(struct ssh *, struct Forward *);
368 int channel_setup_remote_fwd_listener(struct ssh *, struct Forward *,
370 int channel_cancel_rport_listener(struct ssh *, struct Forward *);
371 int channel_cancel_lport_listener(struct ssh *, struct Forward *,
H A Dmisc.h31 struct Forward { struct
42 int forward_equals(const struct Forward *, const struct Forward *); argument
H A Dmux.c516 format_forward(u_int ftype, struct Forward *fwd)
562 compare_forward(struct Forward *a, struct Forward *b)
585 struct Forward *rfwd; in mux_confirm_remote_forward()
672 struct Forward fwd; in mux_master_process_open_fwd()
837 struct Forward fwd, *found_fwd; in mux_master_process_close_fwd()
1743 mux_client_forward(int fd, int cancel_flag, u_int ftype, struct Forward *fwd)
H A Dreadconf.c364 add_local_forward(Options *options, const struct Forward *newfwd) in add_local_forward()
366 struct Forward *fwd; in add_local_forward()
393 add_remote_forward(Options *options, const struct Forward *newfwd) in add_remote_forward()
395 struct Forward *fwd; in add_remote_forward()
1082 struct Forward fwd; in process_config_line_depth()
3155 parse_forward(struct Forward *fwd, const char *fwdspec, int dynamicfwd, int remotefwd) in parse_forward()
3507 dump_cfg_forwards(OpCodes code, u_int count, const struct Forward *fwds) in dump_client_config()
3509 const struct Forward *fwd; in dump_client_config()
H A Dchannels.c104 /* Overload host_to_connect; we could just make this match Forward */
3752 struct Forward *fwd, int *allocated_listen_port, in channel_setup_fwd_listener_tcpip()
3774 error("Forward host name too long."); in channel_setup_fwd_listener_tcpip()
3903 struct Forward *fwd, struct ForwardOptions *fwd_opts) in channel_setup_fwd_listener_streamlocal()
3927 error("Forward host name too long."); in channel_setup_fwd_listener_streamlocal()
4019 channel_cancel_rport_listener(struct ssh *ssh, struct Forward *fwd) in channel_cancel_rport_listener()
4095 struct Forward *fwd, int cport, struct ForwardOptions *fwd_opts) in channel_cancel_lport_listener()
4109 struct Forward *fwd, struct ForwardOptions *fwd_opts) in channel_setup_local_fwd_listener()
4122 remote_open_match(struct permission *allowed_open, struct Forward *fwd) in remote_open_match()
4149 check_rfwd_permission(struct ssh *ssh, struct Forward *fw in check_rfwd_permission()
[all...]
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h114 if (AS->Forward) { in getAliasSet()
143 AliasSet *Forward = nullptr; variable
203 bool isForwardingAliasSet() const { return Forward; } in isForwardingAliasSet()
274 if (!Forward) return this; in getForwardedTarget()
276 AliasSet *Dest = Forward->getForwardedTarget(AST); in getForwardedTarget()
277 if (Dest != Forward) { in getForwardedTarget()
279 Forward->dropRef(AST); in getForwardedTarget()
280 Forward = Dest; in getForwardedTarget()
H A DLoopAccessAnalysis.h124 Forward, enumerator
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DAliasSetTracker.cpp45 assert(!AS.Forward && "Alias set is already forwarding!"); in mergeSetIn()
46 assert(!Forward && "This set is a forwarding set!!"); in mergeSetIn()
85 AS.Forward = this; // Forward across AS now... in mergeSetIn()
105 if (AliasSet *Fwd = AS->Forward) { in removeAliasSet()
107 AS->Forward = nullptr; in removeAliasSet()
280 if (AS.Forward) in mergeAliasSetsForPointer()
305 if (AS.Forward || !isModOrRefSet(AS.aliasesUnknownInst(Inst, AA))) in findAliasSetForUnknownInst()
496 if (AS.Forward) in add()
533 AliasSet *FwdTo = Cur->Forward; in mergeAllAliasSets()
535 Cur->Forward = AliasAnyAS; in mergeAllAliasSets()
[all …]
H A DLoopAccessAnalysis.cpp1628 case Forward: in isSafeForVectorization()
1645 case Forward: in isBackward()
1664 case Forward: in isForward()
1924 return Dependence::Forward; in isDependent()
1930 return Dependence::Forward; in isDependent()
2490 case MemoryDepChecker::Dependence::Forward: in emitUnsafeDependenceRemark()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExternalASTMerger.cpp310 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
488 [&](ASTImporter &Forward, ASTImporter &Reverse, in FindExternalVisibleDeclsByName()
498 FilterFoundDecl(std::make_pair(FromD, &Forward)); in FindExternalVisibleDeclsByName()
529 ForEachMatchingDC(DC, [&](ASTImporter &Forward, ASTImporter &Reverse, in FindExternalLexicalDecls()
[all …]
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DSerialSnippetGenerator.cpp137 const AliasingConfigurations Forward(Instr, *OtherInstr, in appendCodeTemplates() local
142 if (!Forward.hasImplicitAliasing()) in appendCodeTemplates()
143 setRandomAliasing(Forward, ThisIT, OtherIT); in appendCodeTemplates()
/openbsd-src/usr.bin/less/
H A Dmore.hlp14 j CR * Forward one line (or _N lines).
16 f ^F SPACE * Forward one window (or _N lines).
18 d ^D * Forward one half-window (and set half-window to _N).
H A Dless.hlp14 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).
25 F Forward forever; like "tail -f".
187 Forward scroll limit.
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_type_traits_test.cpp52 TEST(SanitizerCommon, Forward) { in TEST() argument
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrFPStack.td204 bit Forward = 1> {
208 [!if(Forward,
215 [!if(Forward,
222 [!if(Forward,
229 [!if(Forward,
236 [!if(Forward,
250 [!if(Forward,
257 [!if(Forward,
264 [!if(Forward,
271 [!if(Forward,
[all …]
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DType.cpp319 if (ResolveCompilerType(ResolveState::Forward)) { in DumpValue()
605 m_compiler_type_resolve_state = ResolveState::Forward; in ResolveCompilerType()
637 encoding_compiler_type_resolve_state = ResolveState::Forward; in ResolveCompilerType()
668 ResolveCompilerType(ResolveState::Forward); in GetForwardCompilerType()
/openbsd-src/usr.bin/file/magdir/
H A Dmail.news15 0 string Forward\ to mail forwarding text
/openbsd-src/gnu/llvm/lldb/bindings/
H A Dinterfaces.swig10 /* Forward declaration of SB classes. */
/openbsd-src/gnu/llvm/libcxx/docs/Status/
H A DCxx14Papers.csv12 "`3644 <https://wg21.link/n3644>`__","LWG","Null Forward Iterators","Bristol","|Complete|","3.4"
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_malloc_mac.inc292 // Forward declare and expect the implementation to provided by
314 // Forward declare and expect the implementation to provided by
/openbsd-src/gnu/llvm/clang/docs/
H A DSourceBasedCodeCoverage.rst334 * Forward-declare ``void __llvm_profile_initialize_file(void)`` and call it
342 * Forward-declare ``int __llvm_profile_write_file(void)`` and call it to write
362 * Forward-declare ``uint64_t __llvm_profile_get_size_for_buffer(void)`` and
366 * Forward-declare ``int __llvm_profile_write_buffer(char *Buffer)`` and call it
/openbsd-src/share/misc/
H A Dusb_hid_usages239 0x23 Roll Forward/Backward
241 0x25 Move Forward/Backward
244 0x28 Lean Forward/Backward
367 0x4C Keyboard Delete Forward
561 0x31 Forward
565 0x35 Fast Forward
634 0x28 Forward Calls
817 0xB3 Fast Forward
830 0xC0 Frame Forward
836 0xC6 Search Mark Forward
[all …]
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp456 type_resolve_state = Type::ResolveState::Forward; in CreateLLDBTypeFromPDBType()
459 type_resolve_state = Type::ResolveState::Forward; in CreateLLDBTypeFromPDBType()
763 lldb_private::Type::ResolveState::Forward); in CreateLLDBTypeFromPDBType()

12345