Home
last modified time | relevance | path

Searched refs:set_type (Results 1 – 25 of 31) sorted by relevance

12

/llvm-project-15.0.7/libcxx/test/std/containers/associative/multiset/multiset.observers/
H A Dcomp.pass.cpp18 typedef std::multiset<int> set_type; in main() typedef
20 set_type s; in main()
21 set_type::iterator i1 = s.insert(1); in main()
22 set_type::iterator i2 = s.insert(2); in main()
24 const set_type& cs = s; in main()
/llvm-project-15.0.7/libcxx/test/std/containers/associative/set/set.observers/
H A Dcomp.pass.cpp18 typedef std::set<int> set_type; in main() typedef
20 set_type s; in main()
21 std::pair<set_type::iterator, bool> p1 = s.insert(1); in main()
22 std::pair<set_type::iterator, bool> p2 = s.insert(2); in main()
24 const set_type& cs = s; in main()
/llvm-project-15.0.7/libcxx/test/std/containers/associative/set/
H A Dmerge.pass.cpp65 typedef std::set<Counter<int>, throw_comparator> set_type; in main() typedef
66 set_type src({1, 3, 5}, throw_comparator(do_throw)); in main()
67 set_type dst({2, 4, 5}, throw_comparator(do_throw)); in main()
81 assert(set_equal(src, set_type({1, 3, 5}, throw_comparator(do_throw)))); in main()
82 assert(set_equal(dst, set_type({2, 4, 5}, throw_comparator(do_throw)))); in main()
H A Dextract_iterator.pass.cpp43 using set_type = std::set<int>; in main() typedef
44 set_type m = {1, 2, 3, 4, 5, 6}; in main()
/llvm-project-15.0.7/libcxx/test/std/containers/associative/multiset/
H A Dmerge.pass.cpp65 typedef std::multiset<Counter<int>, throw_comparator> set_type; in main() typedef
66 set_type src({1, 3, 5}, throw_comparator(do_throw)); in main()
67 set_type dst({2, 4, 5}, throw_comparator(do_throw)); in main()
81 assert(set_equal(src, set_type({1, 3, 5}, throw_comparator(do_throw)))); in main()
82 assert(set_equal(dst, set_type({2, 4, 5}, throw_comparator(do_throw)))); in main()
H A Dextract_iterator.pass.cpp43 using set_type = std::multiset<int>; in main() typedef
44 set_type m = {1, 2, 3, 4, 5, 6}; in main()
/llvm-project-15.0.7/libcxx/test/std/containers/unord/unord.multiset/
H A Dmerge.pass.cpp65 typedef std::unordered_multiset<Counter<int>, throw_hasher<Counter<int>>> set_type; in main() typedef
66 set_type src({1, 3, 5}, 0, throw_hasher<Counter<int>>(do_throw)); in main()
67 set_type dst({2, 4, 5}, 0, throw_hasher<Counter<int>>(do_throw)); in main()
81 assert(set_equal(src, set_type({1, 3, 5}, 0, throw_hasher<Counter<int>>(do_throw)))); in main()
82 assert(set_equal(dst, set_type({2, 4, 5}, 0, throw_hasher<Counter<int>>(do_throw)))); in main()
H A Dextract_iterator.pass.cpp43 using set_type = std::unordered_multiset<int>; in main() typedef
44 set_type m = {1, 2, 3, 4, 5, 6}; in main()
/llvm-project-15.0.7/libcxx/test/std/containers/unord/unord.set/
H A Dmerge.pass.cpp65 typedef std::unordered_set<Counter<int>, throw_hasher<Counter<int>>> set_type; in main() typedef
66 set_type src({1, 3, 5}, 0, throw_hasher<Counter<int>>(do_throw)); in main()
67 set_type dst({2, 4, 5}, 0, throw_hasher<Counter<int>>(do_throw)); in main()
81 assert(set_equal(src, set_type({1, 3, 5}, 0, throw_hasher<Counter<int>>(do_throw)))); in main()
82 assert(set_equal(dst, set_type({2, 4, 5}, 0, throw_hasher<Counter<int>>(do_throw)))); in main()
H A Dextract_iterator.pass.cpp43 using set_type = std::unordered_set<int>; in main() typedef
44 set_type m = {1, 2, 3, 4, 5, 6}; in main()
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_pw_insert_dims_templ.c15 enum isl_dim_type set_type; in FN() local
22 set_type = type == isl_dim_in ? isl_dim_set : type; in FN()
34 set_type, first, n); in FN()
H A Disl_pw_templ.c1101 enum isl_dim_type set_type; in FN() local
1108 set_type = type == isl_dim_in ? isl_dim_set : type; in FN()
1116 set_type, first, n); in FN()
1127 enum isl_dim_type set_type; in FN() local
1133 set_type = type == isl_dim_in ? isl_dim_set : type; in FN()
1141 set_type, pos, s); in FN()
1159 enum isl_dim_type set_type; in FN() local
1166 set_type = type == isl_dim_in ? isl_dim_set : type; in FN()
1200 enum isl_dim_type set_type; in FN() local
1207 set_type = type == isl_dim_in ? isl_dim_set : type; in FN()
[all …]
H A Disl_fold.c354 enum isl_dim_type set_type; in isl_qpolynomial_fold_set_dim_name() local
362 set_type = domain_type(type); in isl_qpolynomial_fold_set_dim_name()
364 space = isl_space_set_dim_name(space, set_type, pos, s); in isl_qpolynomial_fold_set_dim_name()
387 enum isl_dim_type set_type; in isl_qpolynomial_fold_drop_dims() local
396 set_type = domain_type(type); in isl_qpolynomial_fold_drop_dims()
403 space = isl_space_drop_dims(space, set_type, first, n); in isl_qpolynomial_fold_drop_dims()
426 enum isl_dim_type set_type; in isl_qpolynomial_fold_insert_dims() local
439 set_type = domain_type(type); in isl_qpolynomial_fold_insert_dims()
441 space = isl_space_insert_dims(space, set_type, first, n); in isl_qpolynomial_fold_insert_dims()
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DSetVector.h46 using set_type = Set; variable
284 set_type &set_;
287 TestAndEraseFromSet(UnaryPredicate P, set_type &set_) in TestAndEraseFromSet()
300 set_type set_; ///< The set.
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dsymbol.cpp131 void EntityDetails::set_type(const DeclTypeSpec &type) { in set_type() function in Fortran::semantics::EntityDetails
154 interface_.set_type(*type()); in ProcEntityDetails()
295 [&](EntityDetails &x) { x.set_type(type); }, in SetType()
296 [&](ObjectEntityDetails &x) { x.set_type(type); }, in SetType()
297 [&](AssocEntityDetails &x) { x.set_type(type); }, in SetType()
298 [&](ProcEntityDetails &x) { x.interface().set_type(type); }, in SetType()
299 [&](TypeParamDetails &x) { x.set_type(type); }, in SetType()
655 void TypeParamDetails::set_type(const DeclTypeSpec &type) { in set_type() function in Fortran::semantics::TypeParamDetails
H A Druntime-type-info.cpp271 object.set_type(*spec); in SaveNumericPointerTarget()
273 object.set_type(scope.MakeNumericType(T::category, KindExpr{T::kind})); in SaveNumericPointerTarget()
303 object.set_type(*spec); in SaveDerivedPointerTarget()
305 object.set_type(scope.MakeDerivedType( in SaveDerivedPointerTarget()
668 object.set_type(type); in CreateObject()
689 object.set_type(*spec); in SaveNameAsPointerTarget()
691 object.set_type(scope.MakeCharacterType( in SaveNameAsPointerTarget()
891 ptrDtObj.set_type(DEREF(object.type())); in InitializeDataPointer()
909 ptrInitObj.set_type(ptrDtDeclType); in InitializeDataPointer()
H A Dtype.cpp343 instanceDetails.set_type(*type); in Instantiate()
469 interface.set_type(*returnType); in InstantiateComponent()
799 void ProcInterface::set_type(const DeclTypeSpec &type) { in set_type() function in Fortran::semantics::ProcInterface
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dcharacteristics.h134 TypeAndShape &set_type(DynamicType t) { in set_type() function
288 void SetType(DynamicType t) { std::get<TypeAndShape>(u).set_type(t); } in SetType()
/llvm-project-15.0.7/polly/lib/External/isl/interface/
H A Dtemplate_cpp.cc926 static Kind set_type{ Domain }; variable
947 { "space", { params, set_type, map_type } },
948 { "set", { params, set_type } },
949 { "point", { params, set_type } },
952 { "fixed_box", { set_type, map_type } },
1006 { set_anon, set_type },
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_settings.cpp2222 #define set_type(val) _set_param(type, *out_type, val) in __kmp_parse_affinity_env() macro
2248 set_type(affinity_none); in __kmp_parse_affinity_env()
2252 set_type(affinity_scatter); in __kmp_parse_affinity_env()
2256 set_type(affinity_compact); in __kmp_parse_affinity_env()
2260 set_type(affinity_logical); in __kmp_parse_affinity_env()
2264 set_type(affinity_physical); in __kmp_parse_affinity_env()
2268 set_type(affinity_explicit); in __kmp_parse_affinity_env()
2272 set_type(affinity_balanced); in __kmp_parse_affinity_env()
2276 set_type(affinity_disabled); in __kmp_parse_affinity_env()
2439 #undef set_type in __kmp_parse_affinity_env()
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dsymbol.h151 void set_type(const DeclTypeSpec &);
383 void set_type(const DeclTypeSpec &);
H A Dtype.h401 void set_type(const DeclTypeSpec &type);
/llvm-project-15.0.7/clang-tools-extra/clangd/index/remote/marshalling/
H A DMarshalling.cpp280 Result.set_type(From.Type.str()); in toProtobuf()
/llvm-project-15.0.7/mlir/test/python/ir/
H A Doperation.py163 arg.set_type(new_type)
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DRDFGraph.h297 static uint16_t set_type(uint16_t A, uint16_t T) { in set_type() function

12