Searched refs:pack_name (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/usr.bin/perl/t/comp/ |
H A D | require.t | 409 my $pack_name= sprintf "mttest%d", 0+@module_true_tests; 410 my $eval_code_munged= $eval_code=~s/PACK/$pack_name/r; 426 $this_code=~s/PACK/$pack_name/g; 429 [$pack_name, $param_str, $this_code, $mod_code, $eval_code_munged]; 449 my ($pack_name, $param_str, $this_code, $mod_code, $eval_code)= @$tuple; 451 write_file("$pack_name.pm", $this_code);
|
/openbsd/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.h | 337 if (pack_name && !packed_args) in IsValid() 348 const char * pack_name = nullptr; variable
|
H A D | TypeSystemClang.cpp | 1407 if (template_param_infos.pack_name && template_param_infos.pack_name[0]) in CreateTemplateParameterList() 1408 identifier_info = &ast.Idents.get(template_param_infos.pack_name); in CreateTemplateParameterList()
|
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFASTParserClang.cpp | 1990 template_param_infos.pack_name = name; in ParseTemplateDIE()
|