Home
last modified time | relevance | path

Searched refs:TmpList (Results 1 – 25 of 102) sorted by relevance

12345

/dports/math/ipopt/Ipopt-3.12.13/Ipopt/src/contrib/CGPenalty/
H A DIpPiecewisePenalty.cpp130 std::vector<PiecewisePenEntry> TmpList(PiecewisePenalty_list_); in UpdateEntry() local
133 std::vector<PiecewisePenEntry>::iterator iter = TmpList.begin(), iter2; in UpdateEntry()
135 for (; iter <= TmpList.end()-1; iter++) { in UpdateEntry()
137 if ( TmpList.size() > 1 && iter <= TmpList.end()-2 ) { in UpdateEntry()
164 if ( iter == TmpList.end()-1 ) { in UpdateEntry()
/dports/devel/fpc-symbolic/fpc-3.2.2/packages/symbolic/src/
H A Dteval.inc72 TmpList : Tlist;
80 TmpList:=TList(ConstantValue[I]);
81 TmpList.Free;
92 TmpList : TList;
98 TmpList:=TList(ConstantValue[Ind]);
99 I:=TmpList.Count;
101 For I:=0 TO TmpList.Count-1 DO
124 TmpList : TList;
268 TmpList : TList;
277 for I:=0 TO TmpList.Count-1 DO
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/symbolic/src/
H A Dteval.inc72 TmpList : Tlist;
80 TmpList:=TList(ConstantValue[I]);
81 TmpList.Free;
92 TmpList : TList;
98 TmpList:=TList(ConstantValue[Ind]);
99 I:=TmpList.Count;
101 For I:=0 TO TmpList.Count-1 DO
124 TmpList : TList;
268 TmpList : TList;
277 for I:=0 TO TmpList.Count-1 DO
[all …]
/dports/textproc/sablotron/Sablot-1.0.3/src/engine/
H A Dtree.h72 class TmpList : public PList<Vertex *>
75 TmpList();
76 ~TmpList();
565 TmpList tmpList;
H A Dtree.cpp1667 TmpList::TmpList():PList<Vertex *>() in TmpList() function in TmpList
1675 TmpList::~TmpList() in ~TmpList()
1683 void TmpList::append(void *what) in append()
1690 void TmpList::rm(int n) in rm()
1698 void TmpList::freeall(Bool a) in freeall()
1706 void TmpList::dump(int p) in dump()
1719 int TmpList::findNum(void *p) const in findNum()
1726 void TmpList::rmP(void *p) in rmP()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Analysis/
H A DVectorUtils.cpp559 SmallVector<Value *, 8> TmpList; in concatenateVectors() local
565 TmpList.push_back(concatenateTwoVectors(Builder, V0, V1)); in concatenateVectors()
570 TmpList.push_back(ResList[NumVecs - 1]); in concatenateVectors()
572 ResList = TmpList; in concatenateVectors()
/dports/devel/rebar3/rebar3-3.17.0/src/
H A Drebar_paths.erl57 TmpList = lists:foldl(
69 lists:reverse(TmpList).
/dports/lang/v8/v8-9.6.180.12/test/cctest/
H A Dtest-utils-arm64.cc343 RegList old_tmp_list = masm->TmpList()->list(); in Dump()
345 masm->TmpList()->set_list(0); in Dump()
446 masm->TmpList()->set_list(old_tmp_list); in Dump()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Analysis/
H A DVectorUtils.cpp694 SmallVector<Value *, 8> TmpList; in concatenateVectors() local
700 TmpList.push_back(concatenateTwoVectors(Builder, V0, V1)); in concatenateVectors()
705 TmpList.push_back(ResList[NumVecs - 1]); in concatenateVectors()
707 ResList = TmpList; in concatenateVectors()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Analysis/
H A DVectorUtils.cpp730 SmallVector<Value *, 8> TmpList; in concatenateVectors() local
736 TmpList.push_back(concatenateTwoVectors(Builder, V0, V1)); in concatenateVectors()
741 TmpList.push_back(ResList[NumVecs - 1]); in concatenateVectors()
743 ResList = TmpList; in concatenateVectors()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Analysis/
H A DVectorUtils.cpp733 SmallVector<Value *, 8> TmpList; in concatenateVectors() local
739 TmpList.push_back(concatenateTwoVectors(Builder, V0, V1)); in concatenateVectors()
744 TmpList.push_back(ResList[NumVecs - 1]); in concatenateVectors()
746 ResList = TmpList; in concatenateVectors()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DVectorUtils.cpp733 SmallVector<Value *, 8> TmpList; in concatenateVectors() local
739 TmpList.push_back(concatenateTwoVectors(Builder, V0, V1)); in concatenateVectors()
744 TmpList.push_back(ResList[NumVecs - 1]); in concatenateVectors()
746 ResList = TmpList; in concatenateVectors()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp733 SmallVector<Value *, 8> TmpList; in concatenateVectors() local
739 TmpList.push_back(concatenateTwoVectors(Builder, V0, V1)); in concatenateVectors()
744 TmpList.push_back(ResList[NumVecs - 1]); in concatenateVectors()
746 ResList = TmpList; in concatenateVectors()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Analysis/
H A DVectorUtils.cpp844 SmallVector<Value *, 8> TmpList; in concatenateVectors() local
850 TmpList.push_back(concatenateTwoVectors(Builder, V0, V1)); in concatenateVectors()
855 TmpList.push_back(ResList[NumVecs - 1]); in concatenateVectors()
857 ResList = TmpList; in concatenateVectors()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Analysis/
H A DVectorUtils.cpp843 SmallVector<Value *, 8> TmpList; in concatenateVectors() local
849 TmpList.push_back(concatenateTwoVectors(Builder, V0, V1)); in concatenateVectors()
854 TmpList.push_back(ResList[NumVecs - 1]); in concatenateVectors()
856 ResList = TmpList; in concatenateVectors()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Analysis/
H A DVectorUtils.cpp860 SmallVector<Value *, 8> TmpList; in concatenateVectors() local
866 TmpList.push_back(concatenateTwoVectors(Builder, V0, V1)); in concatenateVectors()
871 TmpList.push_back(ResList[NumVecs - 1]); in concatenateVectors()
873 ResList = TmpList; in concatenateVectors()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Analysis/
H A DVectorUtils.cpp860 SmallVector<Value *, 8> TmpList; in concatenateVectors() local
866 TmpList.push_back(concatenateTwoVectors(Builder, V0, V1)); in concatenateVectors()
871 TmpList.push_back(ResList[NumVecs - 1]); in concatenateVectors()
873 ResList = TmpList; in concatenateVectors()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Analysis/
H A DVectorUtils.cpp848 SmallVector<Value *, 8> TmpList; in concatenateVectors() local
854 TmpList.push_back(concatenateTwoVectors(Builder, V0, V1)); in concatenateVectors()
859 TmpList.push_back(ResList[NumVecs - 1]); in concatenateVectors()
861 ResList = TmpList; in concatenateVectors()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Analysis/
H A DVectorUtils.cpp843 SmallVector<Value *, 8> TmpList; in concatenateVectors() local
849 TmpList.push_back(concatenateTwoVectors(Builder, V0, V1)); in concatenateVectors()
854 TmpList.push_back(ResList[NumVecs - 1]); in concatenateVectors()
856 ResList = TmpList; in concatenateVectors()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp860 SmallVector<Value *, 8> TmpList; in concatenateVectors() local
866 TmpList.push_back(concatenateTwoVectors(Builder, V0, V1)); in concatenateVectors()
871 TmpList.push_back(ResList[NumVecs - 1]); in concatenateVectors()
873 ResList = TmpList; in concatenateVectors()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Analysis/
H A DVectorUtils.cpp866 SmallVector<Value *, 8> TmpList; in concatenateVectors() local
872 TmpList.push_back(concatenateTwoVectors(Builder, V0, V1)); in concatenateVectors()
877 TmpList.push_back(ResList[NumVecs - 1]); in concatenateVectors()
879 ResList = TmpList; in concatenateVectors()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Analysis/
H A DVectorUtils.cpp860 SmallVector<Value *, 8> TmpList; in concatenateVectors() local
866 TmpList.push_back(concatenateTwoVectors(Builder, V0, V1)); in concatenateVectors()
871 TmpList.push_back(ResList[NumVecs - 1]); in concatenateVectors()
873 ResList = TmpList; in concatenateVectors()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Analysis/
H A DVectorUtils.cpp848 SmallVector<Value *, 8> TmpList; in concatenateVectors() local
854 TmpList.push_back(concatenateTwoVectors(Builder, V0, V1)); in concatenateVectors()
859 TmpList.push_back(ResList[NumVecs - 1]); in concatenateVectors()
861 ResList = TmpList; in concatenateVectors()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Analysis/
H A DVectorUtils.cpp860 SmallVector<Value *, 8> TmpList; in concatenateVectors() local
866 TmpList.push_back(concatenateTwoVectors(Builder, V0, V1)); in concatenateVectors()
871 TmpList.push_back(ResList[NumVecs - 1]); in concatenateVectors()
873 ResList = TmpList; in concatenateVectors()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/motif/xmcombo/
H A Dxmcombo.c2446 String TmpList, p, pStart; in FetchXmStringTableResource() local
2456 TmpList = XtNewString((String)RscValue.addr); in FetchXmStringTableResource()
2457 if ( TmpList == NULL ) return False; in FetchXmStringTableResource()
2458 if ( *TmpList == 0 ) { XtFree(TmpList); return False; } in FetchXmStringTableResource()
2462 Entries = 1; p = TmpList; in FetchXmStringTableResource()
2468 p = TmpList; in FetchXmStringTableResource()
2480 XtFree(TmpList); in FetchXmStringTableResource()

12345