Home
last modified time | relevance | path

Searched refs:this_type (Results 1 – 5 of 5) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-arabic.cc253 …unsigned int this_type = get_joining_type (buffer->context[0][i], buffer->unicode->general_categor… in arabic_joining() local
255 if (unlikely (this_type == JOINING_TYPE_T)) in arabic_joining()
258 const arabic_state_table_entry *entry = &arabic_state_table[state][this_type]; in arabic_joining()
265 …unsigned int this_type = get_joining_type (info[i].codepoint, _hb_glyph_info_get_general_category … in arabic_joining() local
267 if (unlikely (this_type == JOINING_TYPE_T)) { in arabic_joining()
272 const arabic_state_table_entry *entry = &arabic_state_table[state][this_type]; in arabic_joining()
285 …unsigned int this_type = get_joining_type (buffer->context[1][i], buffer->unicode->general_categor… in arabic_joining() local
287 if (unlikely (this_type == JOINING_TYPE_T)) in arabic_joining()
290 const arabic_state_table_entry *entry = &arabic_state_table[state][this_type]; in arabic_joining()
/external/lldb/source/API/
DSBType.cpp326 ClangASTType this_type (m_opaque_sp->GetClangASTType ()); in GetDirectBaseClassAtIndex() local
327 if (this_type.IsValid()) in GetDirectBaseClassAtIndex()
330 ClangASTType base_class_type (this_type.GetDirectBaseClassAtIndex(idx, &bit_offset)); in GetDirectBaseClassAtIndex()
347 ClangASTType this_type (m_opaque_sp->GetClangASTType ()); in GetVirtualBaseClassAtIndex() local
348 if (this_type.IsValid()) in GetVirtualBaseClassAtIndex()
351 ClangASTType base_class_type (this_type.GetVirtualBaseClassAtIndex(idx, &bit_offset)); in GetVirtualBaseClassAtIndex()
367 ClangASTType this_type (m_opaque_sp->GetClangASTType ()); in GetFieldAtIndex() local
368 if (this_type.IsValid()) in GetFieldAtIndex()
374 ClangASTType field_type (this_type.GetFieldAtIndex (idx, in GetFieldAtIndex()
/external/ltrace/
Doptions.c295 enum filter_rule_type this_type = type; in parse_filter() local
373 add_filter_rule(filt, expr, this_type, in parse_filter()
/external/lldb/source/Expression/
DClangExpressionDeclMap.cpp992 Type *this_type = this_var->GetType(); in FindExternalVisibleDecls() local
994 if (!this_type) in FindExternalVisibleDecls()
997 ClangASTType pointee_type = this_type->GetClangForwardType().GetPointeeType(); in FindExternalVisibleDecls()
1003 ASTDumper ast_dumper(this_type->GetClangFullType()); in FindExternalVisibleDecls()
1011 TypeFromUser this_user_type(this_type->GetClangFullType()); in FindExternalVisibleDecls()
/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp4234 Type *this_type = ResolveTypeUID (param_type_die_offset); in ParseChildParameters() local
4235 if (this_type) in ParseChildParameters()
4237 uint32_t encoding_mask = this_type->GetEncodingMask(); in ParseChildParameters()