Home
last modified time | relevance | path

Searched refs:TType (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/gcc/libstdc++-v3/libsupc++/
H A Deh_personality.cc49 const unsigned char *TType; member
76 info->TType = p + tmp; in parse_lsda_header()
79 info->TType = 0; in parse_lsda_header()
99 ptr = (_Unwind_Ptr) (info->TType - (i * 4)); in get_ttype_entry()
117 const _Unwind_Word* e = ((const _Unwind_Word*) info->TType) in check_exception_spec()
208 info->TType - i, &ptr); in get_ttype_entry()
247 const unsigned char *e = info->TType - filter_value - 1; in check_exception_spec()
322 const unsigned char *e = info->TType - filter_value - 1; in empty_exception_spec()
658 e = ((const _Unwind_Word*) info.TType) - handler_switch_value - 1; in PERSONALITY_FUNCTION()
/openbsd-src/gnu/lib/libstdc++/libstdc++/libsupc++/
H A Deh_personality.cc46 const unsigned char *TType; member
73 info->TType = p + tmp; in parse_lsda_header()
76 info->TType = 0; in parse_lsda_header()
94 info->TType - i, &ptr); in get_ttype_entry()
133 const unsigned char *e = info->TType - filter_value - 1; in check_exception_spec()
164 const unsigned char *e = info->TType - filter_value - 1; in empty_exception_spec()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dunwind-c.c34 const unsigned char *TType; member
61 info->TType = p + tmp; in parse_lsda_header()
64 info->TType = 0; in parse_lsda_header()
H A DChangeLog.53959 * except.c (output_function_exception_table): Align the TType
/openbsd-src/gnu/gcc/gcc/
H A Dunwind-c.c43 const unsigned char *TType; member
70 info->TType = p + tmp; in parse_lsda_header()
73 info->TType = 0; in parse_lsda_header()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructions.td378 [{uint32_t TType = (uint32_t)N->getZExtValue();
379 return TType == 9 || TType == 10 || TType == 16;
385 [{uint32_t TType = (uint32_t)N->getZExtValue();
386 return TType == 5;
392 [{uint32_t TType = (uint32_t)N->getZExtValue();
393 return (TType >= 6 && TType <= 8) || TType == 13;
399 [{uint32_t TType = (uint32_t)N->getZExtValue();
400 return TType == 11 || TType == 12 || TType == 17;
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugInfo.cpp288 if (auto *TType = dyn_cast<DITemplateTypeParameter>(Element)) { in processSubprogram() local
289 processType(TType->getType()); in processSubprogram()