Home
last modified time | relevance | path

Searched refs:TPath (Results 1 – 25 of 139) sorted by relevance

123456

/dports/biology/seqan1/seqan-1.3.1/seqan/blast/
H A Dblast_run.h86 TPath db_path, in _runBlast()
90 TPath out_path, in _runBlast()
172 TPath db_path, in _runBlast()
176 TPath out_path, in _runBlast()
204 TPath db_path, in _runBlat()
208 TPath out_path, in _runBlat()
240 TPath db_path, in _runBlast()
244 TPath out_path, in _runBlast()
277 TPath db_path, in _runBlast()
312 TPath db_path, in _runBlast()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/Path/include/
H A DitkPathIterator.hxx26 template< typename TImage, typename TPath >
27 PathIterator< TImage, TPath >
29 PathConstIterator< TImage, TPath >(imagePtr, pathPtr) in PathIterator()
32 template< typename TImage, typename TPath >
33 PathIterator< TImage, TPath > &
34 PathIterator< TImage, TPath >
37 this->PathConstIterator< TImage, TPath >::operator=(it); in operator =()
H A DitkPathConstIterator.hxx26 template< typename TImage, typename TPath >
27 PathConstIterator< TImage, TPath >
45 template< typename TImage, typename TPath >
46 PathConstIterator< TImage, TPath > &
47 PathConstIterator< TImage, TPath >
65 template< typename TImage, typename TPath >
67 PathConstIterator< TImage, TPath >
89 template< typename TImage, typename TPath >
91 PathConstIterator< TImage, TPath >
H A DitkPathIterator.h67 template< typename TImage, typename TPath >
68 class ITK_TEMPLATE_EXPORT PathIterator:public PathConstIterator< TImage, TPath >
81 using Superclass = PathConstIterator< TImage, TPath >;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/IR/
H A DReplaceConstant.cpp94 std::vector<ConstantExpr *> TPath = Stack.back(); in collectConstantExprPaths() local
96 auto *CE3 = TPath.back(); in collectConstantExprPaths()
99 Paths.push_back(TPath); in collectConstantExprPaths()
105 std::vector<ConstantExpr *> NPath(TPath.begin(), TPath.end()); in collectConstantExprPaths()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/IR/
H A DReplaceConstant.cpp94 std::vector<ConstantExpr *> TPath = Stack.back(); in collectConstantExprPaths() local
96 auto *CE3 = TPath.back(); in collectConstantExprPaths()
99 Paths.push_back(TPath); in collectConstantExprPaths()
105 std::vector<ConstantExpr *> NPath(TPath.begin(), TPath.end()); in collectConstantExprPaths()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/IR/
H A DReplaceConstant.cpp94 std::vector<ConstantExpr *> TPath = Stack.back(); in collectConstantExprPaths() local
96 auto *CE3 = TPath.back(); in collectConstantExprPaths()
99 Paths.push_back(TPath); in collectConstantExprPaths()
105 std::vector<ConstantExpr *> NPath(TPath.begin(), TPath.end()); in collectConstantExprPaths()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/IR/
H A DReplaceConstant.cpp94 std::vector<ConstantExpr *> TPath = Stack.back(); in collectConstantExprPaths() local
96 auto *CE3 = TPath.back(); in collectConstantExprPaths()
99 Paths.push_back(TPath); in collectConstantExprPaths()
105 std::vector<ConstantExpr *> NPath(TPath.begin(), TPath.end()); in collectConstantExprPaths()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/IR/
H A DReplaceConstant.cpp94 std::vector<ConstantExpr *> TPath = Stack.back(); in collectConstantExprPaths() local
96 auto *CE3 = TPath.back(); in collectConstantExprPaths()
99 Paths.push_back(TPath); in collectConstantExprPaths()
105 std::vector<ConstantExpr *> NPath(TPath.begin(), TPath.end()); in collectConstantExprPaths()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/IR/
H A DReplaceConstant.cpp94 std::vector<ConstantExpr *> TPath = Stack.back(); in collectConstantExprPaths() local
96 auto *CE3 = TPath.back(); in collectConstantExprPaths()
99 Paths.push_back(TPath); in collectConstantExprPaths()
105 std::vector<ConstantExpr *> NPath(TPath.begin(), TPath.end()); in collectConstantExprPaths()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp413 TPath.print(OS); in operator <<()
571 ThreadingPath TPath; in run() local
581 TPath.setExitValue(C); in run()
582 TPath.setDeterminator(BB); in run()
583 TPath.setPath(Path); in run()
594 if (TPath.isExitValueSet()) in run()
595 TPaths.push_back(TPath); in run()
729 PathType PathBBs = TPath.getPath(); in isLegalAndProfitableToTransform()
833 LLVM_DEBUG(dbgs() << TPath << "\n"); in createAllExitPaths()
834 PathType NewPath(TPath.getPath()); in createAllExitPaths()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp413 TPath.print(OS); in operator <<()
571 ThreadingPath TPath; in run() local
581 TPath.setExitValue(C); in run()
582 TPath.setDeterminator(BB); in run()
583 TPath.setPath(Path); in run()
594 if (TPath.isExitValueSet()) in run()
595 TPaths.push_back(TPath); in run()
729 PathType PathBBs = TPath.getPath(); in isLegalAndProfitableToTransform()
833 LLVM_DEBUG(dbgs() << TPath << "\n"); in createAllExitPaths()
834 PathType NewPath(TPath.getPath()); in createAllExitPaths()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp413 TPath.print(OS); in operator <<()
571 ThreadingPath TPath; in run() local
581 TPath.setExitValue(C); in run()
582 TPath.setDeterminator(BB); in run()
583 TPath.setPath(Path); in run()
594 if (TPath.isExitValueSet()) in run()
595 TPaths.push_back(TPath); in run()
729 PathType PathBBs = TPath.getPath(); in isLegalAndProfitableToTransform()
833 LLVM_DEBUG(dbgs() << TPath << "\n"); in createAllExitPaths()
834 PathType NewPath(TPath.getPath()); in createAllExitPaths()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp410 TPath.print(OS); in operator <<()
568 ThreadingPath TPath; in run() local
578 TPath.setExitValue(C); in run()
579 TPath.setDeterminator(BB); in run()
580 TPath.setPath(Path); in run()
591 if (TPath.isExitValueSet()) in run()
592 TPaths.push_back(TPath); in run()
721 PathType PathBBs = TPath.getPath(); in isLegalAndProfitableToTransform()
825 LLVM_DEBUG(dbgs() << TPath << "\n"); in createAllExitPaths()
826 PathType NewPath(TPath.getPath()); in createAllExitPaths()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp413 TPath.print(OS); in operator <<()
571 ThreadingPath TPath; in run() local
581 TPath.setExitValue(C); in run()
582 TPath.setDeterminator(BB); in run()
583 TPath.setPath(Path); in run()
594 if (TPath.isExitValueSet()) in run()
595 TPaths.push_back(TPath); in run()
729 PathType PathBBs = TPath.getPath(); in isLegalAndProfitableToTransform()
833 LLVM_DEBUG(dbgs() << TPath << "\n"); in createAllExitPaths()
834 PathType NewPath(TPath.getPath()); in createAllExitPaths()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp413 TPath.print(OS); in operator <<()
571 ThreadingPath TPath; in run() local
581 TPath.setExitValue(C); in run()
582 TPath.setDeterminator(BB); in run()
583 TPath.setPath(Path); in run()
594 if (TPath.isExitValueSet()) in run()
595 TPaths.push_back(TPath); in run()
729 PathType PathBBs = TPath.getPath(); in isLegalAndProfitableToTransform()
833 LLVM_DEBUG(dbgs() << TPath << "\n"); in createAllExitPaths()
834 PathType NewPath(TPath.getPath()); in createAllExitPaths()
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpvectorial/examples/
H A Dfpvmodifytest.pas19 Path: TPath;
36 if not (lEntity is TPath) then Continue;
37 Path := lEntity as TPath;
/dports/editors/lazarus/lazarus/components/fpvectorial/examples/
H A Dfpvmodifytest.pas19 Path: TPath;
36 if not (lEntity is TPath) then Continue;
37 Path := lEntity as TPath;
/dports/editors/lazarus-qt5/lazarus/components/fpvectorial/examples/
H A Dfpvmodifytest.pas19 Path: TPath;
36 if not (lEntity is TPath) then Continue;
37 Path := lEntity as TPath;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpvectorial/examples/
H A Dfpvmodifytest.pas19 Path: TPath;
36 if not (lEntity is TPath) then Continue;
37 Path := lEntity as TPath;
/dports/cad/zcad/zcad-8b8a693/cad_source/zcad/commands/
H A Duzccomimport.pas77 else if CurEntity is fpvectorial.TPath then
79 fpvectorial.TPath(CurEntity).PrepareForSequentialReading;
80 for j := 0 to fpvectorial.TPath(CurEntity).Len - 1 do
82 CurSegment := TPathSegment(fpvectorial.TPath(CurEntity).Next());
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/map/
H A Dsumlist_skip.h164 typedef SkiplistPath<TValue, Skipsumlist_<DIM, TSpec> > TPath; in goNext() typedef
273 typedef SkiplistPath<TValue, Skipsumlist_<DIM, TSpec> > TPath; in assign() typedef
285 TPath target_path(target); in assign()
296 TPath source_path(source); in assign()
509 TPath path; in appendValues()
740 TPath path;
824 TPath & path)
925 TPath path;
960 TPath path;
1006 TPath path;
[all …]
/dports/biology/seqan1/seqan-1.3.1/seqan/map/
H A Dsumlist_skip.h164 typedef SkiplistPath<TValue, Skipsumlist_<DIM, TSpec> > TPath; in goNext() typedef
273 typedef SkiplistPath<TValue, Skipsumlist_<DIM, TSpec> > TPath; in assign() typedef
285 TPath target_path(target); in assign()
296 TPath source_path(source); in assign()
509 TPath path; in appendValues()
740 TPath path;
824 TPath & path)
925 TPath path;
960 TPath path;
1006 TPath path;
[all …]
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/map/
H A Dsumlist_skip.h164 typedef SkiplistPath<TValue, Skipsumlist_<DIM, TSpec> > TPath; in goNext() typedef
273 typedef SkiplistPath<TValue, Skipsumlist_<DIM, TSpec> > TPath; in assign() typedef
285 TPath target_path(target); in assign()
296 TPath source_path(source); in assign()
509 TPath path; in appendValues()
740 TPath path;
824 TPath & path)
925 TPath path;
960 TPath path;
1006 TPath path;
[all …]
/dports/biology/pbseqan/seqan-21d95d737d8decb5cc3693b9065d81e831e7f57d/include/seqan/map/
H A Dsumlist_skip.h164 typedef SkiplistPath<TValue, Skipsumlist_<DIM, TSpec> > TPath; in goNext() typedef
273 typedef SkiplistPath<TValue, Skipsumlist_<DIM, TSpec> > TPath; in assign() typedef
285 TPath target_path(target); in assign()
296 TPath source_path(source); in assign()
509 TPath path; in appendValues()
740 TPath path;
824 TPath & path)
925 TPath path;
960 TPath path;
1006 TPath path;
[all …]

123456