Home
last modified time | relevance | path

Searched refs:DefPath (Results 1 – 25 of 55) sorted by relevance

123

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_hir/src/
H A Ddefinitions.rs48 let def_path1 = DefPath::make(LOCAL_CRATE, existing, |idx| self.def_key(idx)); in allocate()
49 let def_path2 = DefPath::make(LOCAL_CRATE, index, |idx| self.def_key(idx)); in allocate()
193 pub struct DefPath { struct
201 impl DefPath { argument
202 pub fn make<FN>(krate: CrateNum, start_index: DefIndex, mut get_key: FN) -> DefPath in make()
225 DefPath { data, krate } in make()
315 pub fn def_path(&self, id: LocalDefId) -> DefPath { in def_path() argument
316 DefPath::make(LOCAL_CRATE, id.local_def_index, |index| { in def_path()
/dports/science/mmdb2/mmdb2-2.0.20/mmdb2/
H A Dmmdb_utils.cpp1644 } else if (DefPath) { in ParseAtomPath()
1646 mdl = DefPath->modelNo; in ParseAtomPath()
1656 if (DefPath) { in ParseAtomPath()
1663 } else if (DefPath) { in ParseAtomPath()
1665 strcpy ( chn,DefPath->chainID ); in ParseAtomPath()
1679 } else if (DefPath) { in ParseAtomPath()
1681 if (DefPath->isSet & APATH_SeqNum) in ParseAtomPath()
1682 sn = DefPath->seqNum; in ParseAtomPath()
1684 strcpy ( ic,DefPath->insCode ); in ParseAtomPath()
1686 strcpy ( res,DefPath->resName ); in ParseAtomPath()
[all …]
/dports/games/ri-li/Ri-li-2.0.1/src/
H A Dmain.cc65 char DefPath[256]; // Chemin par defaut dans arg variable
73 DefPath[0]=0; in InitPref()
113 strcpy(DefPath,"/usr/local/share/Ri-li/"); in main()
H A Dutils.cc43 extern char DefPath[]; // Chemin par defaut dans arg
237 if(DefPath[0]) { in GetPath()
238 sprintf(Path,"%s%s",DefPath,Provi); in GetPath()
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/prolog/lib/emacs/
H A Dprompt.pl73 -> DefPath = D2
76 -> new(DefPath, string('%s/%s', Mode?directory?path, D2))
77 ; new(DefPath, string('%s', Mode?directory?path)),
78 send(DefPath, ensure_suffix, /)
84 -> new(Item, emacs_file_or_directory_item(Label, DefPath))
86 -> new(Item, file_item(Label, DefPath)),
89 -> new(Item, file_item(Label, DefPath)),
91 ; new(Item, directory_item(Label, DefPath))
/dports/devel/llvm70/llvm-7.0.1.src/lib/Analysis/
H A DMemorySSA.cpp454 struct DefPath { struct in __anonb8fda1450511::ClobberWalker
466 DefPath(const MemoryLocation &Loc, MemoryAccess *Init, in DefPath() function
468 : DefPath(Loc, Init, Init, Previous) {} in DefPath()
477 SmallVector<DefPath, 32> Paths;
510 walkToPhiOrClobber(DefPath &Desc, in walkToPhiOrClobber()
571 DefPath &Node = Paths[PathIndex]; in getBlockingAccess()
651 generic_def_path_iterator<const DefPath, const ClobberWalker>;
670 ListIndex defPathIndex(const DefPath &N) const { in defPathIndex()
672 const DefPath *NP = &N; in defPathIndex()
745 DefPath &CurNode = *Iter; in tryOptimizePhi()
[all …]
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/win32/windows-gui/
H A Dwindlg.c27 char DefPath [128]; variable
68 DlgDirList(hDlg, DefPath, NULL, IDC_PATH, 0x4010);
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/win32/windows-gui/save/
H A Dwindlg.c27 char DefPath [128]; variable
68 DlgDirList(hDlg, DefPath, NULL, IDC_PATH, 0x4010);
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/win32/windows-gui/ver1/
H A Dwindlg.c27 char DefPath [128]; variable
68 DlgDirList(hDlg, DefPath, NULL, IDC_PATH, 0x4010);
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_session/src/
H A Dcstore.rs11 use rustc_hir::definitions::{DefKey, DefPath, DefPathHash};
186 fn def_path(&self, def: DefId) -> DefPath; in def_path() argument
/dports/devel/llvm80/llvm-8.0.1.src/lib/Analysis/
H A DMemorySSA.cpp483 struct DefPath { struct in __anonc39813070511::ClobberWalker
495 DefPath(const MemoryLocation &Loc, MemoryAccess *Init, in DefPath() argument
497 : DefPath(Loc, Init, Init, Previous) {} in DefPath()
506 SmallVector<DefPath, 32> Paths;
539 walkToPhiOrClobber(DefPath &Desc, const MemoryAccess *StopAt = nullptr, in walkToPhiOrClobber()
600 DefPath &Node = Paths[PathIndex]; in getBlockingAccess()
690 generic_def_path_iterator<const DefPath, const ClobberWalker>;
709 ListIndex defPathIndex(const DefPath &N) const { in defPathIndex()
711 const DefPath *NP = &N; in defPathIndex()
784 DefPath &CurNode = *Iter; in tryOptimizePhi()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Analysis/
H A DMemorySSA.cpp498 struct DefPath { struct in __anon3654fafc0511::ClobberWalker
510 DefPath(const MemoryLocation &Loc, MemoryAccess *Init, in DefPath() function
512 : DefPath(Loc, Init, Init, Previous) {} in DefPath()
523 SmallVector<DefPath, 32> Paths;
562 walkToPhiOrClobber(DefPath &Desc, const MemoryAccess *StopAt = nullptr, in walkToPhiOrClobber()
641 DefPath &Node = Paths[PathIndex]; in getBlockingAccess()
741 generic_def_path_iterator<const DefPath, const ClobberWalker>;
760 ListIndex defPathIndex(const DefPath &N) const { in defPathIndex()
762 const DefPath *NP = &N; in defPathIndex()
835 DefPath &CurNode = *Iter; in tryOptimizePhi()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Analysis/
H A DMemorySSA.cpp499 struct DefPath { struct in __anona44991b10511::ClobberWalker
511 DefPath(const MemoryLocation &Loc, MemoryAccess *Init, in DefPath() argument
513 : DefPath(Loc, Init, Init, Previous) {} in DefPath()
523 SmallVector<DefPath, 32> Paths;
556 walkToPhiOrClobber(DefPath &Desc, const MemoryAccess *StopAt = nullptr, in walkToPhiOrClobber()
634 DefPath &Node = Paths[PathIndex]; in getBlockingAccess()
726 generic_def_path_iterator<const DefPath, const ClobberWalker>;
745 ListIndex defPathIndex(const DefPath &N) const { in defPathIndex()
747 const DefPath *NP = &N; in defPathIndex()
820 DefPath &CurNode = *Iter; in tryOptimizePhi()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/Analysis/
H A DMemorySSA.cpp498 struct DefPath { struct in __anon5653c6890511::ClobberWalker
510 DefPath(const MemoryLocation &Loc, MemoryAccess *Init, in DefPath() function
512 : DefPath(Loc, Init, Init, Previous) {} in DefPath()
522 SmallVector<DefPath, 32> Paths;
555 walkToPhiOrClobber(DefPath &Desc, const MemoryAccess *StopAt = nullptr, in walkToPhiOrClobber()
633 DefPath &Node = Paths[PathIndex]; in getBlockingAccess()
725 generic_def_path_iterator<const DefPath, const ClobberWalker>;
744 ListIndex defPathIndex(const DefPath &N) const { in defPathIndex()
746 const DefPath *NP = &N; in defPathIndex()
819 DefPath &CurNode = *Iter; in tryOptimizePhi()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Analysis/
H A DMemorySSA.cpp493 struct DefPath { struct in __anon8b2fb0e90511::ClobberWalker
505 DefPath(const MemoryLocation &Loc, MemoryAccess *Init, in DefPath() function
507 : DefPath(Loc, Init, Init, Previous) {} in DefPath()
518 SmallVector<DefPath, 32> Paths;
557 walkToPhiOrClobber(DefPath &Desc, const MemoryAccess *StopAt = nullptr, in walkToPhiOrClobber()
636 DefPath &Node = Paths[PathIndex]; in getBlockingAccess()
736 generic_def_path_iterator<const DefPath, const ClobberWalker>;
755 ListIndex defPathIndex(const DefPath &N) const { in defPathIndex()
757 const DefPath *NP = &N; in defPathIndex()
830 DefPath &CurNode = *Iter; in tryOptimizePhi()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Analysis/
H A DMemorySSA.cpp493 struct DefPath { struct in __anon36f0d7bf0511::ClobberWalker
505 DefPath(const MemoryLocation &Loc, MemoryAccess *Init, in DefPath() argument
507 : DefPath(Loc, Init, Init, Previous) {} in DefPath()
518 SmallVector<DefPath, 32> Paths;
557 walkToPhiOrClobber(DefPath &Desc, const MemoryAccess *StopAt = nullptr, in walkToPhiOrClobber()
636 DefPath &Node = Paths[PathIndex]; in getBlockingAccess()
736 generic_def_path_iterator<const DefPath, const ClobberWalker>;
755 ListIndex defPathIndex(const DefPath &N) const { in defPathIndex()
757 const DefPath *NP = &N; in defPathIndex()
830 DefPath &CurNode = *Iter; in tryOptimizePhi()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Analysis/
H A DMemorySSA.cpp491 struct DefPath { struct in __anoncc1a7d1b0511::ClobberWalker
503 DefPath(const MemoryLocation &Loc, MemoryAccess *Init, in DefPath() argument
505 : DefPath(Loc, Init, Init, Previous) {} in DefPath()
516 SmallVector<DefPath, 32> Paths;
555 walkToPhiOrClobber(DefPath &Desc, const MemoryAccess *StopAt = nullptr, in walkToPhiOrClobber()
634 DefPath &Node = Paths[PathIndex]; in getBlockingAccess()
734 generic_def_path_iterator<const DefPath, const ClobberWalker>;
753 ListIndex defPathIndex(const DefPath &N) const { in defPathIndex()
755 const DefPath *NP = &N; in defPathIndex()
828 DefPath &CurNode = *Iter; in tryOptimizePhi()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Analysis/
H A DMemorySSA.cpp499 struct DefPath { struct in __anon60ee384b0511::ClobberWalker
511 DefPath(const MemoryLocation &Loc, MemoryAccess *Init, in DefPath() function
513 : DefPath(Loc, Init, Init, Previous) {} in DefPath()
523 SmallVector<DefPath, 32> Paths;
556 walkToPhiOrClobber(DefPath &Desc, const MemoryAccess *StopAt = nullptr, in walkToPhiOrClobber()
634 DefPath &Node = Paths[PathIndex]; in getBlockingAccess()
726 generic_def_path_iterator<const DefPath, const ClobberWalker>;
745 ListIndex defPathIndex(const DefPath &N) const { in defPathIndex()
747 const DefPath *NP = &N; in defPathIndex()
820 DefPath &CurNode = *Iter; in tryOptimizePhi()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DMemorySSA.cpp498 struct DefPath { struct in __anon9ffdb6d40511::ClobberWalker
510 DefPath(const MemoryLocation &Loc, MemoryAccess *Init, in DefPath() function
512 : DefPath(Loc, Init, Init, Previous) {} in DefPath()
522 SmallVector<DefPath, 32> Paths;
555 walkToPhiOrClobber(DefPath &Desc, const MemoryAccess *StopAt = nullptr, in walkToPhiOrClobber()
633 DefPath &Node = Paths[PathIndex]; in getBlockingAccess()
725 generic_def_path_iterator<const DefPath, const ClobberWalker>;
744 ListIndex defPathIndex(const DefPath &N) const { in defPathIndex()
746 const DefPath *NP = &N; in defPathIndex()
819 DefPath &CurNode = *Iter; in tryOptimizePhi()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp493 struct DefPath { struct in __anon515c5c9e0511::ClobberWalker
505 DefPath(const MemoryLocation &Loc, MemoryAccess *Init, in DefPath() function
507 : DefPath(Loc, Init, Init, Previous) {} in DefPath()
518 SmallVector<DefPath, 32> Paths;
557 walkToPhiOrClobber(DefPath &Desc, const MemoryAccess *StopAt = nullptr, in walkToPhiOrClobber()
636 DefPath &Node = Paths[PathIndex]; in getBlockingAccess()
736 generic_def_path_iterator<const DefPath, const ClobberWalker>;
755 ListIndex defPathIndex(const DefPath &N) const { in defPathIndex()
757 const DefPath *NP = &N; in defPathIndex()
830 DefPath &CurNode = *Iter; in tryOptimizePhi()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Analysis/
H A DMemorySSA.cpp493 struct DefPath { struct in __anon61b8c1b10511::ClobberWalker
505 DefPath(const MemoryLocation &Loc, MemoryAccess *Init, in DefPath() argument
507 : DefPath(Loc, Init, Init, Previous) {} in DefPath()
518 SmallVector<DefPath, 32> Paths;
557 walkToPhiOrClobber(DefPath &Desc, const MemoryAccess *StopAt = nullptr, in walkToPhiOrClobber()
636 DefPath &Node = Paths[PathIndex]; in getBlockingAccess()
736 generic_def_path_iterator<const DefPath, const ClobberWalker>;
755 ListIndex defPathIndex(const DefPath &N) const { in defPathIndex()
757 const DefPath *NP = &N; in defPathIndex()
830 DefPath &CurNode = *Iter; in tryOptimizePhi()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp498 struct DefPath { struct in __anon4971ef4c0511::ClobberWalker
510 DefPath(const MemoryLocation &Loc, MemoryAccess *Init, in DefPath() argument
512 : DefPath(Loc, Init, Init, Previous) {} in DefPath()
522 SmallVector<DefPath, 32> Paths;
555 walkToPhiOrClobber(DefPath &Desc, const MemoryAccess *StopAt = nullptr, in walkToPhiOrClobber()
633 DefPath &Node = Paths[PathIndex]; in getBlockingAccess()
725 generic_def_path_iterator<const DefPath, const ClobberWalker>;
744 ListIndex defPathIndex(const DefPath &N) const { in defPathIndex()
746 const DefPath *NP = &N; in defPathIndex()
819 DefPath &CurNode = *Iter; in tryOptimizePhi()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Analysis/
H A DMemorySSA.cpp491 struct DefPath { struct in __anon1ca475af0511::ClobberWalker
503 DefPath(const MemoryLocation &Loc, MemoryAccess *Init, in DefPath() argument
505 : DefPath(Loc, Init, Init, Previous) {} in DefPath()
516 SmallVector<DefPath, 32> Paths;
555 walkToPhiOrClobber(DefPath &Desc, const MemoryAccess *StopAt = nullptr, in walkToPhiOrClobber()
634 DefPath &Node = Paths[PathIndex]; in getBlockingAccess()
734 generic_def_path_iterator<const DefPath, const ClobberWalker>;
753 ListIndex defPathIndex(const DefPath &N) const { in defPathIndex()
755 const DefPath *NP = &N; in defPathIndex()
828 DefPath &CurNode = *Iter; in tryOptimizePhi()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/Analysis/
H A DMemorySSA.cpp491 struct DefPath { struct in __anonce3284c90511::ClobberWalker
503 DefPath(const MemoryLocation &Loc, MemoryAccess *Init, in DefPath() function
505 : DefPath(Loc, Init, Init, Previous) {} in DefPath()
515 SmallVector<DefPath, 32> Paths;
548 walkToPhiOrClobber(DefPath &Desc, const MemoryAccess *StopAt = nullptr, in walkToPhiOrClobber()
626 DefPath &Node = Paths[PathIndex]; in getBlockingAccess()
718 generic_def_path_iterator<const DefPath, const ClobberWalker>;
737 ListIndex defPathIndex(const DefPath &N) const { in defPathIndex()
739 const DefPath *NP = &N; in defPathIndex()
812 DefPath &CurNode = *Iter; in tryOptimizePhi()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Analysis/
H A DMemorySSA.cpp493 struct DefPath { struct in __anon112ec91d0511::ClobberWalker
505 DefPath(const MemoryLocation &Loc, MemoryAccess *Init, in DefPath() function
507 : DefPath(Loc, Init, Init, Previous) {} in DefPath()
518 SmallVector<DefPath, 32> Paths;
557 walkToPhiOrClobber(DefPath &Desc, const MemoryAccess *StopAt = nullptr, in walkToPhiOrClobber()
636 DefPath &Node = Paths[PathIndex]; in getBlockingAccess()
736 generic_def_path_iterator<const DefPath, const ClobberWalker>;
755 ListIndex defPathIndex(const DefPath &N) const { in defPathIndex()
757 const DefPath *NP = &N; in defPathIndex()
830 DefPath &CurNode = *Iter; in tryOptimizePhi()
[all …]

123