Home
last modified time | relevance | path

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

/external/strace/tests/
Dtests.h128 #define TAIL_ALLOC_OBJECT_CONST_PTR(type_name, type_ptr) \ argument
136 #define TAIL_ALLOC_OBJECT_VAR_PTR(type_name, type_ptr) \ argument
/external/strace/tests-mx32/
Dtests.h128 #define TAIL_ALLOC_OBJECT_CONST_PTR(type_name, type_ptr) \ argument
136 #define TAIL_ALLOC_OBJECT_VAR_PTR(type_name, type_ptr) \ argument
/external/strace/tests-m32/
Dtests.h128 #define TAIL_ALLOC_OBJECT_CONST_PTR(type_name, type_ptr) \ argument
136 #define TAIL_ALLOC_OBJECT_VAR_PTR(type_name, type_ptr) \ argument
/external/selinux/policycoreutils/newrole/
Dnewrole.c842 char *type_ptr = NULL; /* stores malloc'd data from get_default_type */ in parse_command_line_arguments() local
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dlegalize_to_linalg.cc2421 auto create_op = [&](auto* type_ptr) -> linalg::LinalgOp { in matchAndRewrite()