HomeSort by: relevance | last modified time | path
    Searched defs:TypeInfo (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_handlers_cxx.h 24 void *TypeInfo;
ubsan_type_hash_itanium.cc 196 std::type_info *TypeInfo;
203 if (!Prefix->TypeInfo)
233 dynamic_cast<abi::__class_type_info*>(Vtable->TypeInfo);
255 static_cast<const abi::__class_type_info*>(Vtable->TypeInfo),
257 return DynamicTypeInfo(Vtable->TypeInfo->__type_name, -Vtable->Offset,
ubsan_value.h 90 u16 TypeInfo;
119 return isIntegerTy() && (TypeInfo & 1);
122 return isIntegerTy() && !(TypeInfo & 1);
126 return 1 << (TypeInfo >> 1);
132 return TypeInfo;
  /src/usr.sbin/syslogd/
syslogd.c 142 struct TypeInfo {
151 } TypeInfo[] = {
2309 if (TypeInfo[f->f_type].max_msg_length != -1
2310 && (size_t)TypeInfo[f->f_type].max_msg_length
2312 linelen = TypeInfo[f->f_type].max_msg_length
2407 DPRINTF(D_MISC, "Logging to %s\n", TypeInfo[f->f_type].name);
2412 TypeInfo[f->f_type].name, f->f_un.f_forw.f_hname);
2419 TypeInfo[f->f_type].name,
2431 TypeInfo[f->f_type].name, f->f_un.f_pipe.f_pname);
2496 TypeInfo[f->f_type].name)
    [all...]

Completed in 14 milliseconds