Home
last modified time | relevance | path

Searched refs:parent_name (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/llvm/utils/lit/lit/
H A Dreports.py51 parent_name = test.getFullName()
52 micro_full_name = parent_name + ':' + key
220 parent_name = test.getFullName()
221 micro_full_name = parent_name + ':' + key + 'microres'
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dcp-namespace.c541 const char *parent_name = TYPE_TAG_NAME (parent_type); in cp_lookup_nested_type() local
542 struct symbol *sym = cp_lookup_symbol_namespace (parent_name, in cp_lookup_nested_type()
/openbsd/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp6497 const char *parent_name = in GetChildCompilerTypeAtIndex() local
6499 if (parent_name) { in GetChildCompilerTypeAtIndex()
6501 child_name += parent_name; in GetChildCompilerTypeAtIndex()
6578 const char *parent_name = in GetChildCompilerTypeAtIndex() local
6580 if (parent_name) { in GetChildCompilerTypeAtIndex()
6582 child_name += parent_name; in GetChildCompilerTypeAtIndex()
6616 const char *parent_name = in GetChildCompilerTypeAtIndex() local
6618 if (parent_name) { in GetChildCompilerTypeAtIndex()
6620 child_name += parent_name; in GetChildCompilerTypeAtIndex()
9393 lldb::AccessType access_type, const char *parent_name, int tag_decl_kind, in ParseClassTemplateDecl() argument
[all …]
H A DTypeSystemClang.h1015 lldb::AccessType access_type, const char *parent_name, int tag_decl_kind,