Home
last modified time | relevance | path

Searched defs:tinfo (Results 1 – 25 of 34) sorted by relevance

12

/external/compiler-rt/lib/safestack/
Dsafestack.cc126 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/
Dsafestack.cpp116 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/
Dlibxt_NFQUEUE.c158 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/
Dclass.h209 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/
Dpybind11.h336 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
Dcast.h270 const type_vec &tinfo; member
351 auto &tinfo = all_type_info(Py_TYPE(this)); in allocate_layout() local
/external/libcups/cups/
Dtestcreds.c35 tinfo[1024]; /* String for trust store credentials */ in main() local
/external/compiler-rt/lib/ubsan/
Dubsan_type_hash_win.cc62 std::type_info *tinfo; in getDynamicTypeInfoFromVtable() local
/external/llvm-project/compiler-rt/lib/ubsan/
Dubsan_type_hash_win.cpp61 std::type_info *tinfo; in getDynamicTypeInfoFromVtable() local
/external/OpenCL-CTS/test_conformance/math_brute_force/
Dmacro_unary_double.cpp139 tinfo; // An array of thread specific information for each worker thread member
305 ThreadInfo *tinfo = job->tinfo + thread_id; in Test() local
Dmacro_unary_float.cpp138 tinfo; // An array of thread specific information for each worker thread member
305 ThreadInfo *tinfo = job->tinfo + thread_id; in Test() local
Dunary_double.cpp141 tinfo; // An array of thread specific information for each worker thread member
328 ThreadInfo *tinfo = job->tinfo + thread_id; in Test() local
Dmacro_binary_double.cpp147 tinfo; // An array of thread specific information for each worker thread member
440 ThreadInfo *tinfo = job->tinfo + thread_id; in Test() local
Dunary_float.cpp139 tinfo; // An array of thread specific information for each worker thread member
352 ThreadInfo *tinfo = job->tinfo + thread_id; in Test() local
Dbinary_i_double.cpp153 tinfo; // An array of thread specific information for each worker thread member
475 ThreadInfo *tinfo = job->tinfo + thread_id; in Test() local
Dmacro_binary_float.cpp145 tinfo; // An array of thread specific information for each worker thread member
431 ThreadInfo *tinfo = job->tinfo + thread_id; in Test() local
Dbinary_i_float.cpp151 tinfo; // An array of thread specific information for each worker thread member
468 ThreadInfo *tinfo = job->tinfo + thread_id; in Test() local
Dbinary_operator_float.cpp151 tinfo; // An array of thread specific information for each worker thread member
460 ThreadInfo *tinfo = job->tinfo + thread_id; in Test() local
Dbinary_double.cpp154 tinfo; // An array of thread specific information for each worker thread member
474 ThreadInfo *tinfo = job->tinfo + thread_id; in Test() local
Dbinary_operator_double.cpp153 tinfo; // An array of thread specific information for each worker thread member
468 ThreadInfo *tinfo = job->tinfo + thread_id; in Test() local
Dbinary_float.cpp152 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/
Dradv_llvm_helper.cpp127 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/
Dfuchsia_trace_tokenizer.cc263 fuchsia_trace_utils::ThreadInfo tinfo; in ParseRecord() local
/external/llvm-project/libcxxabi/src/
Dcxa_exception.cpp257 __cxa_throw(void *thrown_object, std::type_info *tinfo, void (*dest)(void *)) { in __cxa_throw()
/external/libcxxabi/src/
Dcxa_exception.cpp259 __cxa_throw(void *thrown_object, std::type_info *tinfo, void (*dest)(void *)) { in __cxa_throw()

12