Home
last modified time | relevance | path

Searched refs:enum_obj (Results 1 – 25 of 75) sorted by relevance

123

/dports/lang/gjs/gjs-1.70.0/gi/
H A Denumeration.cpp102 JS::RootedObject enum_obj(context, JS_NewPlainObject(context)); in gjs_define_enumeration() local
103 if (!enum_obj) { in gjs_define_enumeration()
111 if (!gjs_define_enum_values(context, enum_obj, info) || in gjs_define_enumeration()
112 !gjs_define_static_methods<InfoType::Enum>(context, enum_obj, gtype, in gjs_define_enumeration()
114 !gjs_wrapper_define_gtype_prop(context, enum_obj, gtype)) in gjs_define_enumeration()
120 enum_name, enum_obj.get()); in gjs_define_enumeration()
122 if (!JS_DefineProperty(context, in_object, enum_name, enum_obj, in gjs_define_enumeration()
/dports/lang/cjs/cjs-4.8.2/gi/
H A Denumeration.cpp126 JS::RootedObject enum_obj(context, JS_NewPlainObject(context)); in gjs_define_enumeration() local
127 if (!enum_obj) { in gjs_define_enumeration()
135 if (!gjs_define_enum_values(context, enum_obj, info) || in gjs_define_enumeration()
136 !gjs_define_static_methods<InfoType::Enum>(context, enum_obj, gtype, in gjs_define_enumeration()
138 !gjs_wrapper_define_gtype_prop(context, enum_obj, gtype)) in gjs_define_enumeration()
144 enum_name, enum_obj.get()); in gjs_define_enumeration()
146 if (!JS_DefineProperty(context, in_object, enum_name, enum_obj, in gjs_define_enumeration()
/dports/math/fplll/fplll-5.4.1/tests/
H A Dtest_counter.cpp16 Enumeration<Z_NR<mpz_t>, FP_NR<FT>> enum_obj(M, evaluator); in test_enum() local
20 enum_obj.enumerate(0, d, max_dist, 0); in test_enum()
24 const auto a = enum_obj.get_nodes_array(); in test_enum()
31 status |= (total != enum_obj.get_nodes()); in test_enum()
36 status |= (enum_obj.get_nodes(i) != 0); in test_enum()
H A Dtest_enum.cpp32 Enumeration<Z_NR<mpz_t>, FP_NR<FT>> enum_obj(M, evaluator); in test_enum() local
36 enum_obj.enumerate(0, d, max_dist, 0); in test_enum()
68 Enumeration<Z_NR<mpz_t>, FP_NR<FT>> enum_obj(M, evaluator); in test_callback_enum() local
72 enum_obj.enumerate(0, d, max_dist, 0); in test_callback_enum()
/dports/math/py-fpylll/fpylll-0.5.6/tests/
H A Dtest_callback_enum.py13 enum_obj = Enumeration(M)
14 solutions = enum_obj.enumerate(0, d, 0.99*M.get_r(0, 0), 0)
25 enum_obj = Enumeration(M, callbackf=callback)
26 solutions = enum_obj.enumerate(0, d, 0.99*M.get_r(0, 0), 0)
H A Dtest_enum.py20 enum_obj = Enumeration(M)
21 del enum_obj
31 enum_obj = Enumeration(M)
32 enum_obj.enumerate(0, M.d, M.get_r(0, 0), 0)
/dports/math/py-fpylll/fpylll-0.5.6/src/fpylll/algorithms/
H A Dbkz2.py105 enum_obj = Enumeration(self.M)
107 enum_obj=enum_obj,
110 max_dist, solution = enum_obj.enumerate(kappa, kappa + block_size, radius, re,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Sema/
H A Dbuiltin-classify-type.c20 enum { red, green, blue } enum_obj; in foo() local
40 int a4[__builtin_classify_type(enum_obj) == integer_type_class ? 1 : -1]; in foo()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Sema/
H A Dbuiltin-classify-type.c20 enum { red, green, blue } enum_obj; in foo() local
40 int a4[__builtin_classify_type(enum_obj) == integer_type_class ? 1 : -1]; in foo()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Sema/
H A Dbuiltin-classify-type.c20 enum { red, green, blue } enum_obj; in foo() local
40 int a4[__builtin_classify_type(enum_obj) == integer_type_class ? 1 : -1]; in foo()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Sema/
H A Dbuiltin-classify-type.c20 enum { red, green, blue } enum_obj; in foo() local
40 int a4[__builtin_classify_type(enum_obj) == integer_type_class ? 1 : -1]; in foo()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Sema/
H A Dbuiltin-classify-type.c20 enum { red, green, blue } enum_obj; in foo() local
40 int a4[__builtin_classify_type(enum_obj) == integer_type_class ? 1 : -1]; in foo()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Sema/
H A Dbuiltin-classify-type.c20 enum { red, green, blue } enum_obj; in foo() local
40 int a4[__builtin_classify_type(enum_obj) == integer_type_class ? 1 : -1]; in foo()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/Sema/
H A Dbuiltin-classify-type.c20 enum { red, green, blue } enum_obj; in foo() local
40 int a4[__builtin_classify_type(enum_obj) == integer_type_class ? 1 : -1]; in foo()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Sema/
H A Dbuiltin-classify-type.c20 enum { red, green, blue } enum_obj; in foo() local
40 int a4[__builtin_classify_type(enum_obj) == integer_type_class ? 1 : -1]; in foo()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Sema/
H A Dbuiltin-classify-type.c20 enum { red, green, blue } enum_obj; in foo() local
40 int a4[__builtin_classify_type(enum_obj) == integer_type_class ? 1 : -1]; in foo()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Sema/
H A Dbuiltin-classify-type.c20 enum { red, green, blue } enum_obj; in foo() local
40 int a4[__builtin_classify_type(enum_obj) == integer_type_class ? 1 : -1]; in foo()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Sema/
H A Dbuiltin-classify-type.c20 enum { red, green, blue } enum_obj; in foo() local
40 int a4[__builtin_classify_type(enum_obj) == integer_type_class ? 1 : -1]; in foo()
/dports/lang/clang-mesa/clang-13.0.1.src/test/Sema/
H A Dbuiltin-classify-type.c20 enum { red, green, blue } enum_obj; in foo() local
40 int a4[__builtin_classify_type(enum_obj) == integer_type_class ? 1 : -1]; in foo()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/Sema/
H A Dbuiltin-classify-type.c20 enum { red, green, blue } enum_obj; in foo() local
40 int a4[__builtin_classify_type(enum_obj) == integer_type_class ? 1 : -1]; in foo()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/Sema/
H A Dbuiltin-classify-type.c20 enum { red, green, blue } enum_obj; in foo() local
40 int a4[__builtin_classify_type(enum_obj) == integer_type_class ? 1 : -1]; in foo()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/Sema/
H A Dbuiltin-classify-type.c20 enum { red, green, blue } enum_obj; in foo() local
40 int a4[__builtin_classify_type(enum_obj) == integer_type_class ? 1 : -1]; in foo()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/Sema/
H A Dbuiltin-classify-type.c20 enum { red, green, blue } enum_obj;
40 int a4[__builtin_classify_type(enum_obj) == integer_type_class ? 1 : -1];
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Dbuiltin-classify-type.cpp28 enum { red, green, blue} enum_obj; in foo() local
49 int a4[__builtin_classify_type(enum_obj) == enumeral_type_class ? 1 : -1]; in foo()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaCXX/
H A Dbuiltin-classify-type.cpp28 enum { red, green, blue} enum_obj; in foo() local
49 int a4[__builtin_classify_type(enum_obj) == enumeral_type_class ? 1 : -1]; in foo()

123