Searched defs:cpptype (Results 1 – 5 of 5) sorted by relevance
/llvm-project/mlir/include/mlir/CAPI/ |
H A D | Wrap.h | 25 #define DEFINE_C_API_PTR_METHODS(name, cpptype) \ argument 31 #define DEFINE_C_API_METHODS(name, cpptype) \ argument
|
/llvm-project/flang/runtime/ |
H A D | complex-reduction.c | 107 #define ADAPT_REDUCTION(name, cComplex, cpptype, cmplxMacro, ARGS, ARG_NAMES) \ argument
|
/llvm-project/polly/lib/External/isl/interface/ |
H A D | plain_cpp.cc | 577 string classname, callback_name, cpptype; in print_persistent_callback_setter_prototype() local 970 string cpptype = generator.param2cpp(type); in print_arg_conversion() local
|
H A D | cpp.cc | 656 string cpptype = type_printer.param(arg, type); in print_method_header() local
|
H A D | template_cpp.cc | 1708 auto cpptype = type_printer.param(shift + i, type); in print_callback_args() local
|