Home
last modified time | relevance | path

Searched defs:cname (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/cmake/modules/
H A DLLVM-Config.cmake300 set(cname LLVM${libname}) variable
302 set(cname ${name}) variable
304 set(cname LLVM${name}) variable
/llvm-project/polly/lib/External/isl/interface/
H A Dpython.cc167 void python_generator::print_type_checks(const string &cname, in print_type_checks()
527 string cname = clazz.method_name(method); in print_method() local
675 string cname; in print_method() local
757 string cname = clazz.method_name(cons); in print_constructor() local
/llvm-project/llvm/lib/Support/
H A Dregcomp.c86 static struct cname { struct
89 codecname global() argument
/llvm-project/clang/tools/c-index-test/
H A Dc-index-test.c3462 const char *cname; printCXIndexLoc() local
/llvm-project/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c147 #define DEFINE_ITERATORS(camlname, cname, pty_val, cty, cty_val, pfun) \ argument