Home
last modified time | relevance | path

Searched defs:to_str (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/unittests/Frontend/
H A DOpenMPDecompositionTest.cpp190 static std::string to_str(llvm::omp::Directive D) { in to_str() function
193 static std::string to_str(llvm::omp::Clause C) { in to_str() function
196 static std::string to_str(const omp::TypeTy &Type) { return "type"; } in to_str() function
197 static std::string to_str(const omp::ExprTy &Expr) { return "expr"; } in to_str() function
198 static std::string to_str(const omp::Object &Obj) { return Obj.id(); } in to_str() function
202 to_str(U &&Item) { in to_str() function
206 template <typename U> static std::string to_str(const omp::List<U> &Items) { in to_str() function
214 static std::string to_str(const std::optional<U> &Item) { in to_str() function
221 static std::string to_str(const std::tuple<Us...> &Tuple, to_str() function
231 to_str(U &&Item) { to_str() function
238 to_str(U &&Item) { to_str() function
245 to_str(U &&Item) { to_str() function
259 to_str(U &&Item) { to_str() function
268 to_str(U &&Item) { to_str() function
[all...]
/llvm-project/polly/lib/External/isl/
H A Dprint_templ_yaml.c24 __isl_give char *FN(TYPE,to_str)(__isl_keep TYPE *obj) in FN() argument
H A Dprint_templ.c29 __isl_give char *FN(TYPE,to_str)(__isl_keep TYPE *obj) in FN() argument
/llvm-project/polly/lib/External/isl/include/isl/
H A Dhmap_templ.c507 __isl_give char *ISL_FN(ISL_HMAP,to_str)(__isl_keep ISL_HMAP *hmap) in ISL_FN() argument