Home
last modified time | relevance | path

Searched refs:Assignment (Results 251 – 275 of 9823) sorted by relevance

1...<<11121314151617181920>>...393

/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/src/
H A DAssignment.cc32 void Assignment::addAnnotations(AnnotationList *annotations) in addAnnotations()
39 bool Assignment::hasAnnotations() const in hasAnnotations()
44 const Annotation * Assignment::annotation(const std::string &name) const in annotation()
51 void Assignment::print(std::ostream &stream, const std::string &indent) const in print()
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/src/
H A DAssignment.cc32 void Assignment::addAnnotations(AnnotationList *annotations) in addAnnotations()
39 bool Assignment::hasAnnotations() const in hasAnnotations()
44 const Annotation * Assignment::annotation(const std::string &name) const in annotation()
51 void Assignment::print(std::ostream &stream, const std::string &indent) const in print()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/DebugInfo/PDB/Inputs/
H A Devery-class.cpp13 struct Assignment { struct
14 Assignment &operator=(Assignment Other) { return *this; } in operator =() argument
43 f(Assignment{}); in main()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/DebugInfo/PDB/Inputs/
H A Devery-class.cpp13 struct Assignment { struct
14 Assignment &operator=(Assignment Other) { return *this; } in operator =() argument
43 f(Assignment{}); in main()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/DebugInfo/PDB/Inputs/
H A Devery-class.cpp13 struct Assignment { struct
14 Assignment &operator=(Assignment Other) { return *this; } in operator =() argument
43 f(Assignment{}); in main()
/dports/devel/llvm10/llvm-10.0.1.src/test/DebugInfo/PDB/Inputs/
H A Devery-class.cpp13 struct Assignment { struct
14 Assignment &operator=(Assignment Other) { return *this; } in operator =() argument
43 f(Assignment{}); in main()
/dports/devel/llvm11/llvm-11.0.1.src/test/DebugInfo/PDB/Inputs/
H A Devery-class.cpp13 struct Assignment { struct
14 Assignment &operator=(Assignment Other) { return *this; } in operator =() argument
43 f(Assignment{}); in main()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/test/DebugInfo/PDB/Inputs/
H A Devery-class.cpp13 struct Assignment { struct
14 Assignment &operator=(Assignment Other) { return *this; } in operator =() argument
43 f(Assignment{}); in main()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/DebugInfo/PDB/Inputs/
H A Devery-class.cpp13 struct Assignment { struct
14 Assignment &operator=(Assignment Other) { return *this; } in operator =() argument
43 f(Assignment{}); in main()
/dports/devel/llvm90/llvm-9.0.1.src/test/DebugInfo/PDB/Inputs/
H A Devery-class.cpp13 struct Assignment { struct
14 Assignment &operator=(Assignment Other) { return *this; } in operator =() argument
43 f(Assignment{}); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/DebugInfo/PDB/Inputs/
H A Devery-class.cpp13 struct Assignment { struct
14 Assignment &operator=(Assignment Other) { return *this; } in operator =() argument
43 f(Assignment{}); in main()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/DebugInfo/PDB/Inputs/
H A Devery-class.cpp13 struct Assignment { struct
14 Assignment &operator=(Assignment Other) { return *this; } in operator =() argument
43 f(Assignment{}); in main()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/DebugInfo/PDB/Inputs/
H A Devery-class.cpp13 struct Assignment { struct
14 Assignment &operator=(Assignment Other) { return *this; } in operator =() argument
43 f(Assignment{}); in main()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/DebugInfo/PDB/Inputs/
H A Devery-class.cpp13 struct Assignment { struct
14 Assignment &operator=(Assignment Other) { return *this; } in operator =() argument
43 f(Assignment{}); in main()
/dports/devel/llvm80/llvm-8.0.1.src/test/DebugInfo/PDB/Inputs/
H A Devery-class.cpp13 struct Assignment { struct
14 Assignment &operator=(Assignment Other) { return *this; } in operator =() argument
43 f(Assignment{}); in main()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/DebugInfo/PDB/Inputs/
H A Devery-class.cpp13 struct Assignment { struct
14 Assignment &operator=(Assignment Other) { return *this; } in operator =() argument
43 f(Assignment{}); in main()
/dports/lang/solidity/solidity_0.8.11/test/libyul/yulControlFlowGraph/
H A Dverbatim.yul16 // Assignment(a_1): [ 0x2a ] => [ a_1 ]\l\
17 // Assignment(a_2): [ 0x17 ] => [ a_2 ]\l\
18 // Assignment(a_3): [ 0x01 ] => [ a_3 ]\l\
20 // Assignment(b): [ TMP[verbatim_10i_1o, 0] ] => [ b ]\l\
H A Dvariables.yul19 // Assignment(x): [ TMP[calldataload, 0] ] => [ x ]\l\
21 // Assignment(y): [ TMP[calldataload, 0] ] => [ y ]\l\
23 // Assignment(x): [ TMP[calldataload, 0] ] => [ x ]\l\
25 // Assignment(y): [ TMP[calldataload, 0] ] => [ y ]\l\
/dports/www/nextcloud-deck/deck/lib/Service/
H A DAssignmentService.php30 use OCA\Deck\Db\Assignment; alias
111 public function assignUser($cardId, $userId, int $type = Assignment::TYPE_USER) {
120 if ($type !== Assignment::TYPE_USER && $type !== Assignment::TYPE_GROUP) {
143 if ($type === Assignment::TYPE_USER && $userId !== $this->currentUser) {
147 $assignment = new Assignment();
187 if ($type === Assignment::TYPE_USER && $userId !== $this->currentUser) {
/dports/math/gecode/gecode-0916a1a/test/int/
H A Dbool.cpp72 virtual bool solution(const Assignment& x) const { in solution()
94 virtual bool solution(const Assignment& x) const { in solution()
115 virtual bool solution(const Assignment& x) const { in solution()
136 virtual bool solution(const Assignment& x) const { in solution()
157 virtual bool solution(const Assignment& x) const { in solution()
181 virtual bool solution(const Assignment& x) const { in solution()
204 virtual bool solution(const Assignment& x) const { in solution()
225 virtual bool solution(const Assignment& x) const { in solution()
256 virtual bool solution(const Assignment& x) const { in solution()
286 virtual bool solution(const Assignment& x) const { in solution()
[all …]
/dports/lang/solidity/solidity_0.8.11/test/libyul/yulStackLayout/
H A Dswitch.yul28 // Assignment(x)\l\
31 // Assignment(y)\l\
34 // Assignment(z)\l\
40 // Assignment(GHOST[0])\l\
67 // Assignment(x)\l\
89 // Assignment(y)\l\
/dports/lang/cython/Cython-0.29.24/tests/run/
H A Darrayassign.pyx65 ValueError: Assignment to slice of wrong length, expected 5, got 6
68 ValueError: Assignment to slice of wrong length, expected 5, got 4
81 ValueError: Assignment to slice of wrong length, expected 5, got 4
84 ValueError: Assignment to slice of wrong length, expected 5, got 6
97 ValueError: Assignment to slice of wrong length, expected 5, got 4
100 ValueError: Assignment to slice of wrong length, expected 5, got 6
103 ValueError: Assignment to slice of wrong length, expected 5, got 4
106 ValueError: Assignment to slice of wrong length, expected 5, got 6
109 ValueError: Assignment to slice of wrong length, expected 5, got 3
112 ValueError: Assignment to slice of wrong length, expected 5, got 7
[all …]
/dports/lang/cython-devel/cython-2b1e743/tests/run/
H A Darrayassign.pyx65 ValueError: Assignment to slice of wrong length, expected 5, got 6
68 ValueError: Assignment to slice of wrong length, expected 5, got 4
81 ValueError: Assignment to slice of wrong length, expected 5, got 4
84 ValueError: Assignment to slice of wrong length, expected 5, got 6
97 ValueError: Assignment to slice of wrong length, expected 5, got 4
100 ValueError: Assignment to slice of wrong length, expected 5, got 6
103 ValueError: Assignment to slice of wrong length, expected 5, got 4
106 ValueError: Assignment to slice of wrong length, expected 5, got 6
109 ValueError: Assignment to slice of wrong length, expected 5, got 3
112 ValueError: Assignment to slice of wrong length, expected 5, got 7
[all …]
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/parameterized-utils-2.1.3.0/src/Data/Parameterized/Context/
H A DSafe.hs91 , Assignment
440 data Assignment (f :: k -> Type) (ctx :: Ctx k) where type
441 AssignmentEmpty :: Assignment f EmptyCtx
442 AssignmentExtend :: Assignment f ctx -> f tp -> Assignment f (ctx ::> tp)
453 instance NFData (Assignment f ctx) where
458 size :: Assignment f ctx -> Size ctx
466 -> Assignment f ctx
471 -> Assignment f ctx'
483 -> m (Assignment f ctx)
496 empty :: Assignment f 'EmptyCtx
[all …]
/dports/math/py-or-tools/or-tools-9.2/ortools/constraint_solver/
H A Drouting.h1144 const Assignment* Solve(const Assignment* assignment = nullptr);
1158 const Assignment* assignment,
1219 Assignment* RestoreAssignment(const Assignment& solution);
1251 const Assignment& assignment,
1259 const Assignment& assignment);
1278 Assignment* CompactAssignment(const Assignment& assignment) const;
1282 Assignment* CompactAndCheckAssignment(const Assignment& assignment) const;
1735 Assignment* DoRestoreAssignment();
1785 const Assignment& assignment,
1794 Assignment* CompactAssignmentInternal(const Assignment& assignment,
[all …]

1...<<11121314151617181920>>...393