Searched refs:Forward (Results 1 - 23 of 23) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiHashing.h22 uint32_t Forward)
23 : FullRecordHash(Full), ForwardDeclHash(Forward), Class(std::move(CR)) {
28 uint32_t Forward)
29 : FullRecordHash(Full), ForwardDeclHash(Forward), Enum(std::move(ER)) {
34 uint32_t Forward)
35 : FullRecordHash(Full), ForwardDeclHash(Forward), Union(std::move(UR)) {
21 TagRecordHash(codeview::ClassRecord CR, uint32_t Full, uint32_t Forward) argument
27 TagRecordHash(codeview::EnumRecord ER, uint32_t Full, uint32_t Forward) argument
33 TagRecordHash(codeview::UnionRecord UR, uint32_t Full, uint32_t Forward) argument
/freebsd-11-stable/crypto/openssh/
H A Dreadconf.h33 int forward_agent; /* Forward authentication agent. */
34 int forward_x11; /* Forward X11 display. */
36 int forward_x11_trusted; /* Trust Forward X11 display. */
109 struct Forward *local_forwards;
113 struct Forward *remote_forwards;
208 int parse_forward(struct Forward *, const char *, int, int);
214 void add_local_forward(Options *, const struct Forward *);
215 void add_remote_forward(Options *, const struct Forward *);
H A Dchannels.h267 struct Forward;
285 int channel_request_remote_forwarding(struct Forward *);
286 int channel_setup_local_fwd_listener(struct Forward *, struct ForwardOptions *);
287 int channel_request_rforward_cancel(struct Forward *);
288 int channel_setup_remote_fwd_listener(struct Forward *, int *, struct ForwardOptions *);
289 int channel_cancel_rport_listener(struct Forward *);
290 int channel_cancel_lport_listener(struct Forward *, int, struct ForwardOptions *);
H A Dmisc.h21 struct Forward { struct
32 int forward_equals(const struct Forward *, const struct Forward *);
H A Dserverloop.c723 struct Forward fwd;
751 struct Forward fwd;
762 struct Forward fwd;
783 struct Forward fwd;
H A Dreadconf.c332 add_local_forward(Options *options, const struct Forward *newfwd)
334 struct Forward *fwd;
365 add_remote_forward(Options *options, const struct Forward *newfwd)
367 struct Forward *fwd;
846 struct Forward fwd;
2211 parse_forward(struct Forward *fwd, const char *fwdspec, int dynamicfwd, int remotefwd)
2499 dump_cfg_forwards(OpCodes code, u_int count, const struct Forward *fwds)
2501 const struct Forward *fwd;
H A Dmux.c521 format_forward(u_int ftype, struct Forward *fwd)
567 compare_forward(struct Forward *a, struct Forward *b)
590 struct Forward *rfwd;
665 struct Forward fwd;
833 struct Forward fwd, *found_fwd;
1707 mux_client_forward(int fd, int cancel_flag, u_int ftype, struct Forward *fwd)
H A Dchannels.c116 /* Overload host_to_connect; we could just make this match Forward */
3183 channel_setup_fwd_listener_tcpip(int type, struct Forward *fwd,
3205 error("Forward host name too long.");
3331 channel_setup_fwd_listener_streamlocal(int type, struct Forward *fwd,
3356 error("Forward host name too long.");
3447 channel_cancel_rport_listener(struct Forward *fwd)
3518 channel_cancel_lport_listener(struct Forward *fwd, int cport, struct ForwardOptions *fwd_opts)
3528 channel_setup_local_fwd_listener(struct Forward *fwd, struct ForwardOptions *fwd_opts)
3541 channel_setup_remote_fwd_listener(struct Forward *fwd,
3582 channel_request_remote_forwarding(struct Forward *fw
[all...]
H A Dmisc.c1234 forward_equals(const struct Forward *a, const struct Forward *b)
H A Dssh.c524 struct Forward fwd;
1543 struct Forward *rfwd = (struct Forward *)ctxt;
H A Dclientloop.c911 struct Forward fwd;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h118 if (AS->Forward) {
147 AliasSet *Forward = nullptr; member in class:llvm::AliasSet
215 bool isForwardingAliasSet() const { return Forward; }
285 if (!Forward) return this;
287 AliasSet *Dest = Forward->getForwardedTarget(AST);
288 if (Dest != Forward) {
290 Forward->dropRef(AST);
291 Forward = Dest;
H A DLoopAccessAnalysis.h129 Forward, enumerator in enum:llvm::MemoryDepChecker::Dependence::DepType
130 // Forward, but if vectorized, is likely to prevent store-to-load
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DExternalASTMerger.cpp310 ForEachMatchingDC(Tag, [&](ASTImporter &Forward, ASTImporter &Reverse,
317 Forward.MapImported(SourceTag, Tag);
318 if (llvm::Error Err = Forward.ImportDefinition(SourceTag))
328 Interface, [&](ASTImporter &Forward, ASTImporter &Reverse,
337 Forward.MapImported(SourceInterface, Interface);
338 if (llvm::Error Err = Forward.ImportDefinition(SourceInterface))
349 [&](ASTImporter &Forward, ASTImporter &Reverse,
490 [&](ASTImporter &Forward, ASTImporter &Reverse,
500 FilterFoundDecl(std::make_pair(FromD, &Forward));
531 ForEachMatchingDC(DC, [&](ASTImporter &Forward, ASTImporte
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasSetTracker.cpp54 assert(!AS.Forward && "Alias set is already forwarding!");
55 assert(!Forward && "This set is a forwarding set!!");
95 AS.Forward = this; // Forward across AS now...
115 if (AliasSet *Fwd = AS->Forward) {
117 AS->Forward = nullptr;
313 if (Cur->Forward)
340 if (Cur->Forward || !Cur->aliasesUnknownInst(Inst, AA))
529 if (AS.Forward)
627 AliasSet *FwdTo = Cur->Forward;
[all...]
H A DLoopAccessAnalysis.cpp1240 case Forward:
1257 case Forward:
1276 case Forward:
1527 LLVM_DEBUG(dbgs() << "LAA: Forward but may prevent st->ld forwarding\n");
1532 return Dependence::Forward;
1539 return Dependence::Forward;
1725 "NoDep", "Unknown", "Forward", "ForwardButPreventsForwarding", "Backward",
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp316 if (ResolveClangType(ResolveState::Forward)) {
592 m_compiler_type_resolve_state = ResolveState::Forward;
624 encoding_compiler_type_resolve_state = ResolveState::Forward;
655 ResolveClangType(ResolveState::Forward);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp445 type_resolve_state = Type::ResolveState::Forward;
448 type_resolve_state = Type::ResolveState::Forward;
733 lldb_private::Type::ResolveState::Forward);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h91 Forward = 1, member in class:lldb_private::Type::ResolveState
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp561 Type::ResolveState::Forward);
588 lldb_private::Type::ResolveState::Forward);
1381 lldb_private::Type::ResolveState::Forward);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp37 // - Forward delta.
42 // Forward delta network consists of log(N) steps, where N is the number
329 Forward,
353 if (Dir == Forward)
386 getControls(V, 0, Forward);
415 getControls(F, 0, Forward);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp213 &pcm_type_sp->GetDeclaration(), type, Type::ResolveState::Forward));
803 clang_type, Type::ResolveState::Forward);
1339 Type::ResolveState::Forward);
1631 clang_type, Type::ResolveState::Forward);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp712 bool Forward = RI.getHWRegIndex(DestReg) <= RI.getHWRegIndex(SrcReg); local
716 if (Forward)

Completed in 393 milliseconds