Searched refs:tinfo (Results 1 - 16 of 16) sorted by relevance

/external/compiler-rt/lib/ubsan/
H A Dubsan_type_hash_win.cc62 std::type_info *tinfo;
65 tinfo = (std::type_info *)(image_base + obj_locator->rtti_addr);
67 tinfo = ((CompleteObjectLocatorAbs *)obj_locator)->rtti_addr;
72 if (!IsAccessibleMemoryRange((uptr)tinfo, sizeof(std::type_info)))
77 return DynamicTypeInfo(tinfo->name(), obj_locator->offset_to_top,
/external/compiler-rt/lib/safestack/
H A Dsafestack.cc126 struct tinfo { struct
138 struct tinfo *tinfo = (struct tinfo *)arg; local
140 void *(*start_routine)(void *) = tinfo->start_routine;
141 void *start_routine_arg = tinfo->start_routine_arg;
143 // Setup the unsafe stack; this will destroy tinfo content
144 unsafe_stack_setup(tinfo->unsafe_stack_start, tinfo->unsafe_stack_size,
145 tinfo
195 struct tinfo *tinfo = local
[all...]
/external/iptables/extensions/
H A Dlibxt_NFQUEUE.c122 const struct xt_NFQ_info *tinfo = local
124 printf(" NFQUEUE num %u", tinfo->queuenum);
130 const struct xt_NFQ_info_v1 *tinfo = (const void *)target->data; local
131 unsigned int last = tinfo->queues_total;
134 last += tinfo->queuenum - 1;
135 printf(" NFQUEUE balance %u:%u", tinfo->queuenum, last);
137 printf(" NFQUEUE num %u", tinfo->queuenum);
163 const struct xt_NFQ_info *tinfo = local
166 printf(" --queue-num %u", tinfo->queuenum);
171 const struct xt_NFQ_info_v1 *tinfo local
204 struct xt_NFQ_info_v1 *tinfo = (void *)t->data; local
[all...]
/external/valgrind/helgrind/
H A Dhg_addrdescr.c91 tl_assert(ai->Addr.Stack.tinfo.tid);
93 if (thr->coretid == ai->Addr.Stack.tinfo.tid) {
94 ai->Addr.Stack.tinfo.tnr = thr->errmsg_index;
/external/valgrind/include/
H A Dpub_tool_addrinfo.h114 /* Zeroes/clear all the fields of *tinfo. */
115 extern void VG_(initThreadInfo) (ThreadInfo *tinfo);
127 // On a stack. tinfo indicates which thread's stack?
137 ThreadInfo tinfo; member in struct:_AddrInfo::__anon19175::__anon19177
/external/valgrind/coregrind/
H A Dm_addrinfo.c149 VG_(initThreadInfo)(&ai->Addr.Stack.tinfo);
150 ai->Addr.Stack.tinfo.tid = tid;
249 VG_(initThreadInfo)(&ai->Addr.Stack.tinfo);
250 ai->Addr.Stack.tinfo.tid = tid;
312 void VG_(initThreadInfo) (ThreadInfo *tinfo) argument
314 tinfo->tid = 0;
315 tinfo->tnr = 0;
383 static const HChar* opt_tnr_prefix (ThreadInfo tinfo) argument
385 if (tinfo.tnr != 0)
391 static UInt tnr_else_tid (ThreadInfo tinfo) argument
[all...]
/external/webrtc/webrtc/p2p/base/
H A Dsessiondescription.h140 const TransportInfo* tinfo = GetTransportInfoByName(name); local
141 return tinfo ? &tinfo->description : NULL;
/external/libcxxabi/include/
H A Dcxxabi.h43 std::type_info * tinfo, void (*dest)(void *));
/external/webrtc/talk/app/webrtc/
H A Dwebrtcsession.cc196 const TransportInfo* tinfo = desc->GetTransportInfoByName(cinfo->name); local
197 if (!media || !tinfo) {
204 if (!tinfo->description.identity_fingerprint) {
233 const TransportInfo* tinfo = desc->GetTransportInfoByName(cinfo->name); local
234 if (!tinfo) {
239 if (tinfo->description.ice_ufrag.empty() ||
240 tinfo->description.ice_pwd.empty()) {
1065 for (const TransportInfo& tinfo : sdesc->transport_infos()) {
1067 tinfo.content_name, tinfo
[all...]
/external/libcxxabi/src/
H A Dcxa_exception.cpp207 * Save the tinfo and dest arguments in the __cxa_exception header.
223 __cxa_throw(void* thrown_object, std::type_info* tinfo, void (*dest)(void*)) argument
230 exception_header->exceptionType = tinfo;
/external/libxml2/python/
H A Dgenerator.py881 tinfo = classes_type[type]
882 if tinfo[2] == classe:
888 tinfo = classes_type[type]
889 if tinfo[2] not in classes_processed:
890 classes_list.append(tinfo[2])
891 classes_processed[tinfo[2]] = ()
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_wm_surface_state.c480 const struct surface_format_info *rinfo, *tinfo; local
484 tinfo = &surface_formats[texture];
492 if (gen >= tinfo->sampling && (gen >= tinfo->filtering || is_integer))
/external/clang/lib/CodeGen/
H A DCGBlocks.cpp350 std::pair<CharUnits,CharUnits> tinfo local
352 maxFieldAlign = std::max(maxFieldAlign, tinfo.second);
354 layout.push_back(BlockLayoutChunk(tinfo.second, tinfo.first,
/external/clang/include/clang/AST/
H A DExpr.h2648 CompoundLiteralExpr(SourceLocation lparenloc, TypeSourceInfo *tinfo, argument
2651 tinfo->getType()->isDependentType(),
2654 tinfo->getType()->isInstantiationDependentType()),
2656 LParenLoc(lparenloc), TInfoAndScope(tinfo, fileScope), Init(init) {}
2675 void setTypeSourceInfo(TypeSourceInfo *tinfo) { argument
2676 TInfoAndScope.setPointer(tinfo);
/external/llvm/
H A Dconfigure9226 for ac_lib in '' tinfo terminfo curses ncurses ncursesw; do
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 364 milliseconds