HomeSort by relevance Sort by last modified time
    Searched refs:type_ptr (Results 1 - 9 of 9) sorted by null

  /external/strace/tests/
tests.h 128 #define TAIL_ALLOC_OBJECT_CONST_PTR(type_name, type_ptr) \
129 type_name *const type_ptr = tail_alloc(sizeof(*type_ptr))
136 #define TAIL_ALLOC_OBJECT_VAR_PTR(type_name, type_ptr) \
137 type_name *type_ptr = tail_alloc(sizeof(*type_ptr))
  /external/strace/tests-m32/
tests.h 128 #define TAIL_ALLOC_OBJECT_CONST_PTR(type_name, type_ptr) \
129 type_name *const type_ptr = tail_alloc(sizeof(*type_ptr))
136 #define TAIL_ALLOC_OBJECT_VAR_PTR(type_name, type_ptr) \
137 type_name *type_ptr = tail_alloc(sizeof(*type_ptr))
  /external/strace/tests-mx32/
tests.h 128 #define TAIL_ALLOC_OBJECT_CONST_PTR(type_name, type_ptr) \
129 type_name *const type_ptr = tail_alloc(sizeof(*type_ptr))
136 #define TAIL_ALLOC_OBJECT_VAR_PTR(type_name, type_ptr) \
137 type_name *type_ptr = tail_alloc(sizeof(*type_ptr))
  /development/vndk/tools/header-checker/src/dumper/
abi_wrappers.cpp 57 const clang::Type *type_ptr = qual_type.getCanonicalType().getTypePtr(); local
58 assert(type_ptr != nullptr);
59 const clang::TagDecl *tag_decl = type_ptr->getAsTagDecl();
64 const clang::Type *type_ptr = type.getTypePtr(); local
65 assert(type_ptr != nullptr);
66 if (!type_ptr->isRecordType()) {
69 const clang::TagDecl *tag_decl = type_ptr->getAsTagDecl();
86 const clang::Type *type_ptr = qual_type.getTypePtr(); local
87 assert(type_ptr != nullptr);
88 const clang::TagDecl *tag_decl = type_ptr->getAsTagDecl()
189 const clang::Type *type_ptr = qual_type.getTypePtr(); local
326 const clang::Type *type_ptr = canonical_type.getTypePtr(); local
    [all...]
  /external/v8/src/builtins/
builtins-intl-gen.cc 115 MachineType type_ptr = MachineType::Pointer(); local
119 CallCFunction3(type_tagged, type_tagged, type_tagged, type_ptr,
builtins-collections-gen.cc 777 MachineType type_ptr = MachineType::Pointer()
    [all...]
builtins-regexp-gen.cc 473 MachineType type_ptr = MachineType::Pointer();
487 MachineType arg2_type = type_ptr;
491 MachineType arg3_type = type_ptr;
495 MachineType arg4_type = type_ptr;
512 MachineType arg6_type = type_ptr;
520 MachineType arg8_type = type_ptr;
    [all...]
builtins-string-gen.cc 105 MachineType type_ptr = MachineType::Pointer(); local
109 type_intptr, type_ptr, type_ptr, type_intptr, type_ptr, type_intptr,
    [all...]
  /external/selinux/policycoreutils/newrole/
newrole.c 827 char *type_ptr = NULL; /* stores malloc'd data from get_default_type */ local
915 if (get_default_type(role_s, &type_ptr)) {
920 type_s = type_ptr;
979 free(type_ptr);
985 free(type_ptr);
    [all...]

Completed in 736 milliseconds