/external/compiler-rt/lib/safestack/ |
D | safestack.cc | 126 struct tinfo { struct 138 struct tinfo *tinfo = (struct tinfo *)arg; in thread_start() argument 195 struct tinfo *tinfo = in INTERCEPTOR() local
|
/external/llvm-project/compiler-rt/lib/safestack/ |
D | safestack.cpp | 116 struct tinfo { struct 117 void *(*start_routine)(void *); 118 void *start_routine_arg; 120 void *unsafe_stack_start; 121 size_t unsafe_stack_size; 122 size_t unsafe_stack_guard; 128 struct tinfo *tinfo = (struct tinfo *)arg; in thread_start() local 233 struct tinfo *tinfo = in INTERCEPTOR() local
|
/external/iptables/extensions/ |
D | libxt_NFQUEUE.c | 158 const struct xt_NFQ_info *tinfo = in NFQUEUE_print() local 166 const struct xt_NFQ_info_v1 *tinfo = (const void *)target->data; in NFQUEUE_print_v1() local 214 const struct xt_NFQ_info *tinfo = in NFQUEUE_save() local 222 const struct xt_NFQ_info_v1 *tinfo = (const void *)target->data; in NFQUEUE_save_v1() local 269 struct xt_NFQ_info_v1 *tinfo = (void *)t->data; in NFQUEUE_init_v1() local 276 const struct xt_NFQ_info *tinfo = in NFQUEUE_xlate() local 287 const struct xt_NFQ_info_v1 *tinfo = (const void *)params->target->data; in NFQUEUE_xlate_v1() local
|
/external/python/pybind11/include/pybind11/detail/ |
D | class.h | 209 auto *tinfo = found_type->second[0]; in pybind11_meta_dealloc() local 228 delete tinfo; in pybind11_meta_dealloc() local 280 inline void traverse_offset_bases(void *valueptr, const detail::type_info *tinfo, instance *self, in traverse_offset_bases() 313 inline void register_instance(instance *self, void *valptr, const type_info *tinfo) { in register_instance() 319 inline bool deregister_instance(instance *self, void *valptr, const type_info *tinfo) { in deregister_instance() 539 type_info *tinfo = nullptr; in pybind11_getbuffer() local
|
/external/python/pybind11/include/pybind11/ |
D | pybind11.h | 336 if (auto tinfo = detail::get_type_info(*t)) { in PYBIND11_NAMESPACE_BEGIN() local 562 const auto tinfo = get_type_info((PyTypeObject *) overloads->scope.ptr()); in PYBIND11_NAMESPACE_BEGIN() local 1095 auto *tinfo = new detail::type_info(); in PYBIND11_NAMESPACE_BEGIN() local 1149 auto tinfo = detail::get_type_info(&type->ht_type); in PYBIND11_NAMESPACE_BEGIN() local
|
D | cast.h | 270 const type_vec &tinfo; member 351 auto &tinfo = all_type_info(Py_TYPE(this)); in allocate_layout() local
|
/external/libcups/cups/ |
D | testcreds.c | 35 tinfo[1024]; /* String for trust store credentials */ in main() local
|
/external/compiler-rt/lib/ubsan/ |
D | ubsan_type_hash_win.cc | 62 std::type_info *tinfo; in getDynamicTypeInfoFromVtable() local
|
/external/llvm-project/compiler-rt/lib/ubsan/ |
D | ubsan_type_hash_win.cpp | 61 std::type_info *tinfo; in getDynamicTypeInfoFromVtable() local
|
/external/OpenCL-CTS/test_conformance/math_brute_force/ |
D | macro_unary_double.cpp | 139 tinfo; // An array of thread specific information for each worker thread member 305 ThreadInfo *tinfo = job->tinfo + thread_id; in Test() local
|
D | macro_unary_float.cpp | 138 tinfo; // An array of thread specific information for each worker thread member 305 ThreadInfo *tinfo = job->tinfo + thread_id; in Test() local
|
D | unary_double.cpp | 141 tinfo; // An array of thread specific information for each worker thread member 328 ThreadInfo *tinfo = job->tinfo + thread_id; in Test() local
|
D | macro_binary_double.cpp | 147 tinfo; // An array of thread specific information for each worker thread member 440 ThreadInfo *tinfo = job->tinfo + thread_id; in Test() local
|
D | unary_float.cpp | 139 tinfo; // An array of thread specific information for each worker thread member 352 ThreadInfo *tinfo = job->tinfo + thread_id; in Test() local
|
D | binary_i_double.cpp | 153 tinfo; // An array of thread specific information for each worker thread member 475 ThreadInfo *tinfo = job->tinfo + thread_id; in Test() local
|
D | macro_binary_float.cpp | 145 tinfo; // An array of thread specific information for each worker thread member 431 ThreadInfo *tinfo = job->tinfo + thread_id; in Test() local
|
D | binary_i_float.cpp | 151 tinfo; // An array of thread specific information for each worker thread member 468 ThreadInfo *tinfo = job->tinfo + thread_id; in Test() local
|
D | binary_operator_float.cpp | 151 tinfo; // An array of thread specific information for each worker thread member 460 ThreadInfo *tinfo = job->tinfo + thread_id; in Test() local
|
D | binary_double.cpp | 154 tinfo; // An array of thread specific information for each worker thread member 474 ThreadInfo *tinfo = job->tinfo + thread_id; in Test() local
|
D | binary_operator_double.cpp | 153 tinfo; // An array of thread specific information for each worker thread member 468 ThreadInfo *tinfo = job->tinfo + thread_id; in Test() local
|
D | binary_float.cpp | 152 tinfo; // An array of thread specific information for each worker thread member 465 ThreadInfo *tinfo = job->tinfo + thread_id; in Test() local
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_llvm_helper.cpp | 127 radv_llvm_per_thread_info &tinfo = radv_llvm_per_thread_list.back(); in radv_init_llvm_compiler() local
|
/external/perfetto/src/trace_processor/importers/fuchsia/ |
D | fuchsia_trace_tokenizer.cc | 263 fuchsia_trace_utils::ThreadInfo tinfo; in ParseRecord() local
|
/external/llvm-project/libcxxabi/src/ |
D | cxa_exception.cpp | 257 __cxa_throw(void *thrown_object, std::type_info *tinfo, void (*dest)(void *)) { in __cxa_throw()
|
/external/libcxxabi/src/ |
D | cxa_exception.cpp | 259 __cxa_throw(void *thrown_object, std::type_info *tinfo, void (*dest)(void *)) { in __cxa_throw()
|