Home
last modified time | relevance | path

Searched refs:TPath (Results 1 – 25 of 139) sorted by last modified time

123456

/dports/graphics/c-a-i-r/c-a-i-r-2.19/
H A DCAIR.cpp1701 int * TPath = new int[TTemp_ptr.Height()]; in CAIR_HD() local
1702 int energy_y = Energy_Path( &TTemp_ptr, TPath, ener, true ); in CAIR_HD()
1706 Remove_Path( &TTemp_ptr, TPath, conv ); in CAIR_HD()
1720 delete[] TPath; in CAIR_HD()
/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/dev/colorspace/
H A Dunitmakerunit.pas110 TPath = array of record
114 TPathArray = array of TPath;
228 function FindPathRec(AFrom, ATo: TColorspaceEnum; AEnd: TPath; in FindPathRec()
233 subEnd: TPath;
276 path: TPath;
/dports/devel/abi-compliance-checker/abi-compliance-checker-2.3/checker/
H A Dabi-compliance-checker.pl10356 if(my $TPath = $In::Opt{"TargetHeadersPath"})
10358 if(not -f $TPath) {
10359 exitStatus("Access_Error", "can't access file \'$TPath\'");
10365 foreach my $Header (split(/\s*\n\s*/, readFile($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/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/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/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/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/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/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/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/erlang-runtime22/otp-OTP-22.3.4.24/lib/inets/src/http_client/
H A Dhttpc_response.erl400 TPath = maps:get(path, URIMap),
413 path = TPath,
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/inets/src/http_client/
H A Dhttpc_response.erl406 TPath = maps:get(path, URIMap),
419 path = TPath,
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/inets/src/http_client/
H A Dhttpc_response.erl406 TPath = maps:get(path, URIMap),
419 path = TPath,
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/inets/src/http_client/
H A Dhttpc_response.erl406 TPath = maps:get(path, URIMap),
419 path = TPath,
/dports/lang/erlang/otp-OTP-24.1.7/lib/inets/src/http_client/
H A Dhttpc_response.erl406 TPath = maps:get(path, URIMap),
419 path = TPath,
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/inets/src/http_client/
H A Dhttpc_response.erl406 TPath = maps:get(path, URIMap),
419 path = TPath,
/dports/astro/py-astropy/astropy-5.0/astropy/io/fits/tests/
H A Dtest_core.py88 class TPath(os.PathLike): class
95 fpath = TPath(self.data('tdim.fits'))
/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/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/p5-Moose/Moose-2.2201/xt/author/
H A Dtest-my-dependents.t761 TPath # regexp::grammars is broken on 5.18
762 TPath-Forester-File # regexp::grammars is broken on 5.18
763 TPath-Forester-Ref # regexp::grammars is broken on 5.18
/dports/cad/opencascade/opencascade-7.6.0/samples/mfc/standard/06_Ocaf/src/
H A DOcafDoc.cpp931 TCollection_ExtendedString TPath (SPath); in OnFileSaveAs() local
933 if (TPath.SearchFromEnd(".xml") > 0) in OnFileSaveAs()
938 else if (TPath.SearchFromEnd(".cbf") > 0) in OnFileSaveAs()
947 m_App->SaveAs(myOcafDoc,TPath); in OnFileSaveAs()
989 if (TPath.SearchFromEnd(".xml") > 0) in OnFileSave()
994 else if (TPath.SearchFromEnd(".cbf") > 0) in OnFileSave()
1003 m_App->SaveAs(myOcafDoc,TPath); in OnFileSave()
1041 TCollection_ExtendedString TPath (SPath); in OnFileSave() local
1044 if (TPath.SearchFromEnd(".xml") > 0) in OnFileSave()
1049 else if (TPath.SearchFromEnd(".cbf") > 0) in OnFileSave()
[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/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()

123456