Home
last modified time | relevance | path

Searched refs:CNE (Results 1 – 25 of 179) sorted by relevance

12345678

/dports/math/ensmallen/ensmallen-2.17.0/tests/
H A Dcne_test.cpp26 CNE opt(300, 150, 0.2, 0.2, 0.2, -1);
36 CNE opt(300, 150, 0.2, 0.2, 0.2, -1);
46 CNE optimizer(450, 1500, 0.3, 0.3, 0.3, -1);
60 CNE optimizer(450, 1500, 0.3, 0.3, 0.3, -1);
69 CNE optimizer(450, 1500, 0.3, 0.3, 0.3, -1);
78 CNE optimizer(450, 1500, 0.3, 0.3, 0.1, -1);
87 CNE optimizer(450, 1500, 0.3, 0.3, 0.02, -1);
97 CNE optimizer(450, 1500, 0.3, 0.3, 0.3, 1e-7);
111 CNE optimizer(450, 1500, 0.3, 0.3, 0.3, -1);
124 CNE optimizer(500, 1600, 0.3, 0.3, 0.3, -1);
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp558 CEMgr.getCXXAllocatorCall(CNE, State, LCtx); in VisitCXXNewAllocatorCall()
587 SVal RetVal = State->getSVal(CNE, LCtx); in VisitCXXNewAllocatorCall()
604 CNE, I, addObjectUnderConstruction(State, CNE, LCtx, RetVal)); in VisitCXXNewAllocatorCall()
612 CNE, *getObjectUnderConstruction(I->getState(), CNE, LCtx), Dst, I, in VisitCXXNewAllocatorCall()
627 FunctionDecl *FD = CNE->getOperatorNew(); in VisitCXXNewExpr()
647 symVal = svalBuilder.conjureSymbolVal(nullptr, CNE, LCtx, CNE->getType(), in VisitCXXNewExpr()
653 CEMgr.getCXXAllocatorCall(CNE, State, LCtx); in VisitCXXNewExpr()
683 if (CNE->isArray()) { in VisitCXXNewExpr()
694 Bldr.generateNode(CNE, Pred, State); in VisitCXXNewExpr()
710 State = State->BindExpr(CNE, LCtx, Result); in VisitCXXNewExpr()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp660 CEMgr.getCXXAllocatorCall(CNE, State, LCtx); in VisitCXXNewAllocatorCall()
689 SVal RetVal = State->getSVal(CNE, LCtx); in VisitCXXNewAllocatorCall()
706 CNE, I, addObjectUnderConstruction(State, CNE, LCtx, RetVal)); in VisitCXXNewAllocatorCall()
714 CNE, *getObjectUnderConstruction(I->getState(), CNE, LCtx), Dst, I, in VisitCXXNewAllocatorCall()
729 FunctionDecl *FD = CNE->getOperatorNew(); in VisitCXXNewExpr()
749 symVal = svalBuilder.conjureSymbolVal(nullptr, CNE, LCtx, CNE->getType(), in VisitCXXNewExpr()
755 CEMgr.getCXXAllocatorCall(CNE, State, LCtx); in VisitCXXNewExpr()
785 if (CNE->isArray()) { in VisitCXXNewExpr()
796 Bldr.generateNode(CNE, Pred, State); in VisitCXXNewExpr()
812 State = State->BindExpr(CNE, LCtx, Result); in VisitCXXNewExpr()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp647 CEMgr.getCXXAllocatorCall(CNE, State, LCtx);
676 SVal RetVal = State->getSVal(CNE, LCtx);
693 CNE, I, addObjectUnderConstruction(State, CNE, LCtx, RetVal));
701 CNE, *getObjectUnderConstruction(I->getState(), CNE, LCtx), Dst, I,
716 FunctionDecl *FD = CNE->getOperatorNew();
736 symVal = svalBuilder.conjureSymbolVal(nullptr, CNE, LCtx, CNE->getType(),
742 CEMgr.getCXXAllocatorCall(CNE, State, LCtx);
772 if (CNE->isArray()) {
783 Bldr.generateNode(CNE, Pred, State);
799 State = State->BindExpr(CNE, LCtx, Result);
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp678 CEMgr.getCXXAllocatorCall(CNE, State, LCtx); in VisitCXXNewAllocatorCall()
707 SVal RetVal = State->getSVal(CNE, LCtx); in VisitCXXNewAllocatorCall()
724 CNE, I, addObjectUnderConstruction(State, CNE, LCtx, RetVal)); in VisitCXXNewAllocatorCall()
732 CNE, *getObjectUnderConstruction(I->getState(), CNE, LCtx), Dst, I, in VisitCXXNewAllocatorCall()
747 FunctionDecl *FD = CNE->getOperatorNew(); in VisitCXXNewExpr()
767 symVal = svalBuilder.conjureSymbolVal(nullptr, CNE, LCtx, CNE->getType(), in VisitCXXNewExpr()
773 CEMgr.getCXXAllocatorCall(CNE, State, LCtx); in VisitCXXNewExpr()
804 if (CNE->isArray()) { in VisitCXXNewExpr()
814 Bldr.generateNode(CNE, Pred, State); in VisitCXXNewExpr()
830 State = State->BindExpr(CNE, LCtx, Result); in VisitCXXNewExpr()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp678 CEMgr.getCXXAllocatorCall(CNE, State, LCtx); in VisitCXXNewAllocatorCall()
707 SVal RetVal = State->getSVal(CNE, LCtx); in VisitCXXNewAllocatorCall()
724 CNE, I, addObjectUnderConstruction(State, CNE, LCtx, RetVal)); in VisitCXXNewAllocatorCall()
732 CNE, *getObjectUnderConstruction(I->getState(), CNE, LCtx), Dst, I, in VisitCXXNewAllocatorCall()
747 FunctionDecl *FD = CNE->getOperatorNew(); in VisitCXXNewExpr()
767 symVal = svalBuilder.conjureSymbolVal(nullptr, CNE, LCtx, CNE->getType(), in VisitCXXNewExpr()
773 CEMgr.getCXXAllocatorCall(CNE, State, LCtx); in VisitCXXNewExpr()
804 if (CNE->isArray()) { in VisitCXXNewExpr()
814 Bldr.generateNode(CNE, Pred, State); in VisitCXXNewExpr()
830 State = State->BindExpr(CNE, LCtx, Result); in VisitCXXNewExpr()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp771 CNE->getBeginLoc(), in VisitCXXNewAllocatorCall()
775 CEMgr.getCXXAllocatorCall(CNE, State, LCtx); in VisitCXXNewAllocatorCall()
804 SVal RetVal = State->getSVal(CNE, LCtx); in VisitCXXNewAllocatorCall()
821 CNE, I, addObjectUnderConstruction(State, CNE, LCtx, RetVal)); in VisitCXXNewAllocatorCall()
842 FunctionDecl *FD = CNE->getOperatorNew(); in VisitCXXNewExpr()
862 symVal = svalBuilder.conjureSymbolVal(nullptr, CNE, LCtx, CNE->getType(), in VisitCXXNewExpr()
868 CEMgr.getCXXAllocatorCall(CNE, State, LCtx); in VisitCXXNewExpr()
899 if (CNE->isArray()) { in VisitCXXNewExpr()
909 Bldr.generateNode(CNE, Pred, State); in VisitCXXNewExpr()
925 State = State->BindExpr(CNE, LCtx, Result); in VisitCXXNewExpr()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp771 CNE->getBeginLoc(), in VisitCXXNewAllocatorCall()
775 CEMgr.getCXXAllocatorCall(CNE, State, LCtx); in VisitCXXNewAllocatorCall()
804 SVal RetVal = State->getSVal(CNE, LCtx); in VisitCXXNewAllocatorCall()
821 CNE, I, addObjectUnderConstruction(State, CNE, LCtx, RetVal)); in VisitCXXNewAllocatorCall()
842 FunctionDecl *FD = CNE->getOperatorNew(); in VisitCXXNewExpr()
862 symVal = svalBuilder.conjureSymbolVal(nullptr, CNE, LCtx, CNE->getType(), in VisitCXXNewExpr()
868 CEMgr.getCXXAllocatorCall(CNE, State, LCtx); in VisitCXXNewExpr()
899 if (CNE->isArray()) { in VisitCXXNewExpr()
909 Bldr.generateNode(CNE, Pred, State); in VisitCXXNewExpr()
925 State = State->BindExpr(CNE, LCtx, Result); in VisitCXXNewExpr()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp755 CNE->getBeginLoc(), in VisitCXXNewAllocatorCall()
759 CEMgr.getCXXAllocatorCall(CNE, State, LCtx); in VisitCXXNewAllocatorCall()
788 SVal RetVal = State->getSVal(CNE, LCtx); in VisitCXXNewAllocatorCall()
805 CNE, I, addObjectUnderConstruction(State, CNE, LCtx, RetVal)); in VisitCXXNewAllocatorCall()
826 FunctionDecl *FD = CNE->getOperatorNew(); in VisitCXXNewExpr()
846 symVal = svalBuilder.conjureSymbolVal(nullptr, CNE, LCtx, CNE->getType(), in VisitCXXNewExpr()
852 CEMgr.getCXXAllocatorCall(CNE, State, LCtx); in VisitCXXNewExpr()
883 if (CNE->isArray()) { in VisitCXXNewExpr()
893 Bldr.generateNode(CNE, Pred, State); in VisitCXXNewExpr()
909 State = State->BindExpr(CNE, LCtx, Result); in VisitCXXNewExpr()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp755 CNE->getBeginLoc(), in VisitCXXNewAllocatorCall()
759 CEMgr.getCXXAllocatorCall(CNE, State, LCtx); in VisitCXXNewAllocatorCall()
788 SVal RetVal = State->getSVal(CNE, LCtx); in VisitCXXNewAllocatorCall()
805 CNE, I, addObjectUnderConstruction(State, CNE, LCtx, RetVal)); in VisitCXXNewAllocatorCall()
826 FunctionDecl *FD = CNE->getOperatorNew(); in VisitCXXNewExpr()
846 symVal = svalBuilder.conjureSymbolVal(nullptr, CNE, LCtx, CNE->getType(), in VisitCXXNewExpr()
852 CEMgr.getCXXAllocatorCall(CNE, State, LCtx); in VisitCXXNewExpr()
883 if (CNE->isArray()) { in VisitCXXNewExpr()
893 Bldr.generateNode(CNE, Pred, State); in VisitCXXNewExpr()
909 State = State->BindExpr(CNE, LCtx, Result); in VisitCXXNewExpr()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp771 CNE->getBeginLoc(), in VisitCXXNewAllocatorCall()
775 CEMgr.getCXXAllocatorCall(CNE, State, LCtx); in VisitCXXNewAllocatorCall()
804 SVal RetVal = State->getSVal(CNE, LCtx); in VisitCXXNewAllocatorCall()
821 CNE, I, addObjectUnderConstruction(State, CNE, LCtx, RetVal)); in VisitCXXNewAllocatorCall()
842 FunctionDecl *FD = CNE->getOperatorNew(); in VisitCXXNewExpr()
862 symVal = svalBuilder.conjureSymbolVal(nullptr, CNE, LCtx, CNE->getType(), in VisitCXXNewExpr()
868 CEMgr.getCXXAllocatorCall(CNE, State, LCtx); in VisitCXXNewExpr()
899 if (CNE->isArray()) { in VisitCXXNewExpr()
909 Bldr.generateNode(CNE, Pred, State); in VisitCXXNewExpr()
925 State = State->BindExpr(CNE, LCtx, Result); in VisitCXXNewExpr()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp771 CNE->getBeginLoc(), in VisitCXXNewAllocatorCall()
775 CEMgr.getCXXAllocatorCall(CNE, State, LCtx); in VisitCXXNewAllocatorCall()
804 SVal RetVal = State->getSVal(CNE, LCtx); in VisitCXXNewAllocatorCall()
821 CNE, I, addObjectUnderConstruction(State, CNE, LCtx, RetVal)); in VisitCXXNewAllocatorCall()
842 FunctionDecl *FD = CNE->getOperatorNew(); in VisitCXXNewExpr()
862 symVal = svalBuilder.conjureSymbolVal(nullptr, CNE, LCtx, CNE->getType(), in VisitCXXNewExpr()
868 CEMgr.getCXXAllocatorCall(CNE, State, LCtx); in VisitCXXNewExpr()
899 if (CNE->isArray()) { in VisitCXXNewExpr()
909 Bldr.generateNode(CNE, Pred, State); in VisitCXXNewExpr()
925 State = State->BindExpr(CNE, LCtx, Result); in VisitCXXNewExpr()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp771 CNE->getBeginLoc(), in VisitCXXNewAllocatorCall()
775 CEMgr.getCXXAllocatorCall(CNE, State, LCtx); in VisitCXXNewAllocatorCall()
804 SVal RetVal = State->getSVal(CNE, LCtx); in VisitCXXNewAllocatorCall()
821 CNE, I, addObjectUnderConstruction(State, CNE, LCtx, RetVal)); in VisitCXXNewAllocatorCall()
842 FunctionDecl *FD = CNE->getOperatorNew(); in VisitCXXNewExpr()
862 symVal = svalBuilder.conjureSymbolVal(nullptr, CNE, LCtx, CNE->getType(), in VisitCXXNewExpr()
868 CEMgr.getCXXAllocatorCall(CNE, State, LCtx); in VisitCXXNewExpr()
899 if (CNE->isArray()) { in VisitCXXNewExpr()
909 Bldr.generateNode(CNE, Pred, State); in VisitCXXNewExpr()
925 State = State->BindExpr(CNE, LCtx, Result); in VisitCXXNewExpr()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp771 CNE->getBeginLoc(), in VisitCXXNewAllocatorCall()
775 CEMgr.getCXXAllocatorCall(CNE, State, LCtx); in VisitCXXNewAllocatorCall()
804 SVal RetVal = State->getSVal(CNE, LCtx); in VisitCXXNewAllocatorCall()
821 CNE, I, addObjectUnderConstruction(State, CNE, LCtx, RetVal)); in VisitCXXNewAllocatorCall()
842 FunctionDecl *FD = CNE->getOperatorNew(); in VisitCXXNewExpr()
862 symVal = svalBuilder.conjureSymbolVal(nullptr, CNE, LCtx, CNE->getType(), in VisitCXXNewExpr()
868 CEMgr.getCXXAllocatorCall(CNE, State, LCtx); in VisitCXXNewExpr()
899 if (CNE->isArray()) { in VisitCXXNewExpr()
909 Bldr.generateNode(CNE, Pred, State); in VisitCXXNewExpr()
925 State = State->BindExpr(CNE, LCtx, Result); in VisitCXXNewExpr()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp771 CNE->getBeginLoc(), in VisitCXXNewAllocatorCall()
775 CEMgr.getCXXAllocatorCall(CNE, State, LCtx); in VisitCXXNewAllocatorCall()
804 SVal RetVal = State->getSVal(CNE, LCtx); in VisitCXXNewAllocatorCall()
821 CNE, I, addObjectUnderConstruction(State, CNE, LCtx, RetVal)); in VisitCXXNewAllocatorCall()
842 FunctionDecl *FD = CNE->getOperatorNew(); in VisitCXXNewExpr()
862 symVal = svalBuilder.conjureSymbolVal(nullptr, CNE, LCtx, CNE->getType(), in VisitCXXNewExpr()
868 CEMgr.getCXXAllocatorCall(CNE, State, LCtx); in VisitCXXNewExpr()
899 if (CNE->isArray()) { in VisitCXXNewExpr()
909 Bldr.generateNode(CNE, Pred, State); in VisitCXXNewExpr()
925 State = State->BindExpr(CNE, LCtx, Result); in VisitCXXNewExpr()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp771 CNE->getBeginLoc(), in VisitCXXNewAllocatorCall()
775 CEMgr.getCXXAllocatorCall(CNE, State, LCtx); in VisitCXXNewAllocatorCall()
804 SVal RetVal = State->getSVal(CNE, LCtx); in VisitCXXNewAllocatorCall()
821 CNE, I, addObjectUnderConstruction(State, CNE, LCtx, RetVal)); in VisitCXXNewAllocatorCall()
842 FunctionDecl *FD = CNE->getOperatorNew(); in VisitCXXNewExpr()
862 symVal = svalBuilder.conjureSymbolVal(nullptr, CNE, LCtx, CNE->getType(), in VisitCXXNewExpr()
868 CEMgr.getCXXAllocatorCall(CNE, State, LCtx); in VisitCXXNewExpr()
899 if (CNE->isArray()) { in VisitCXXNewExpr()
909 Bldr.generateNode(CNE, Pred, State); in VisitCXXNewExpr()
925 State = State->BindExpr(CNE, LCtx, Result); in VisitCXXNewExpr()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp771 CNE->getBeginLoc(), in VisitCXXNewAllocatorCall()
775 CEMgr.getCXXAllocatorCall(CNE, State, LCtx); in VisitCXXNewAllocatorCall()
804 SVal RetVal = State->getSVal(CNE, LCtx); in VisitCXXNewAllocatorCall()
821 CNE, I, addObjectUnderConstruction(State, CNE, LCtx, RetVal)); in VisitCXXNewAllocatorCall()
842 FunctionDecl *FD = CNE->getOperatorNew(); in VisitCXXNewExpr()
862 symVal = svalBuilder.conjureSymbolVal(nullptr, CNE, LCtx, CNE->getType(), in VisitCXXNewExpr()
868 CEMgr.getCXXAllocatorCall(CNE, State, LCtx); in VisitCXXNewExpr()
899 if (CNE->isArray()) { in VisitCXXNewExpr()
909 Bldr.generateNode(CNE, Pred, State); in VisitCXXNewExpr()
925 State = State->BindExpr(CNE, LCtx, Result); in VisitCXXNewExpr()
[all …]
/dports/math/ensmallen/ensmallen-2.17.0/include/ensmallen_bits/cne/
H A Dcne_impl.hpp23 inline CNE::CNE(const size_t populationSize, in CNE() function in ens::CNE
43 typename MatType::elem_type CNE::Optimize(ArbitraryFunctionType& function, in Optimize()
166 inline void CNE::Reproduce(std::vector<MatType>& population, in Reproduce()
213 inline void CNE::Crossover(std::vector<MatType>& population, in Crossover()
243 inline void CNE::Mutate(std::vector<MatType>& population, arma::uvec& index) in Mutate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp97 ColumnNumberEntry CNE; in addLineAndColumnInfo() local
98 CNE.StartColumn = ColStart; in addLineAndColumnInfo()
99 CNE.EndColumn = ColEnd; in addLineAndColumnInfo()
100 B.Columns.push_back(CNE); in addLineAndColumnInfo()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp97 ColumnNumberEntry CNE; in addLineAndColumnInfo() local
98 CNE.StartColumn = ColStart; in addLineAndColumnInfo()
99 CNE.EndColumn = ColEnd; in addLineAndColumnInfo()
100 B.Columns.push_back(CNE); in addLineAndColumnInfo()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp97 ColumnNumberEntry CNE; in addLineAndColumnInfo() local
98 CNE.StartColumn = ColStart; in addLineAndColumnInfo()
99 CNE.EndColumn = ColEnd; in addLineAndColumnInfo()
100 B.Columns.push_back(CNE); in addLineAndColumnInfo()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp97 ColumnNumberEntry CNE; in addLineAndColumnInfo() local
98 CNE.StartColumn = ColStart; in addLineAndColumnInfo()
99 CNE.EndColumn = ColEnd; in addLineAndColumnInfo()
100 B.Columns.push_back(CNE); in addLineAndColumnInfo()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp97 ColumnNumberEntry CNE; in addLineAndColumnInfo() local
98 CNE.StartColumn = ColStart; in addLineAndColumnInfo()
99 CNE.EndColumn = ColEnd; in addLineAndColumnInfo()
100 B.Columns.push_back(CNE); in addLineAndColumnInfo()
/dports/devel/llvm10/llvm-10.0.1.src/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp97 ColumnNumberEntry CNE; in addLineAndColumnInfo() local
98 CNE.StartColumn = ColStart; in addLineAndColumnInfo()
99 CNE.EndColumn = ColEnd; in addLineAndColumnInfo()
100 B.Columns.push_back(CNE); in addLineAndColumnInfo()
/dports/devel/llvm11/llvm-11.0.1.src/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp97 ColumnNumberEntry CNE; in addLineAndColumnInfo() local
98 CNE.StartColumn = ColStart; in addLineAndColumnInfo()
99 CNE.EndColumn = ColEnd; in addLineAndColumnInfo()
100 B.Columns.push_back(CNE); in addLineAndColumnInfo()

12345678