Searched defs:type_ptr (Results 1 – 5 of 5) sorted by relevance
128 #define TAIL_ALLOC_OBJECT_CONST_PTR(type_name, type_ptr) \ argument136 #define TAIL_ALLOC_OBJECT_VAR_PTR(type_name, type_ptr) \ argument
842 char *type_ptr = NULL; /* stores malloc'd data from get_default_type */ in parse_command_line_arguments() local
2421 auto create_op = [&](auto* type_ptr) -> linalg::LinalgOp { in matchAndRewrite()