Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.h325 if (pack_name && !packed_args) in IsValid()
328 (!packed_args || !packed_args->packed_args); in IsValid()
335 std::unique_ptr<TemplateParameterInfos> packed_args; variable
DTypeSystemClang.cpp1394 if (template_param_infos.packed_args) { in CreateTemplateParameterList()
1400 if (!template_param_infos.packed_args->args.empty() && in CreateTemplateParameterList()
1401 IsValueParam(template_param_infos.packed_args->args[0])) { in CreateTemplateParameterList()
1403 template_param_infos.packed_args->args[0].getIntegralType(); in CreateTemplateParameterList()
1560 (template_param_infos.packed_args ? 1 : 0)); in CreateClassTemplateSpecializationDecl()
1563 if (template_param_infos.packed_args) { in CreateClassTemplateSpecializationDecl()
1565 ast, template_param_infos.packed_args->args); in CreateClassTemplateSpecializationDecl()
/external/python/cpython2/Demo/rpc/
Drpc.py640 packed_args = self.packer.get_buf()
642 (self.prog, self.vers, proc, packed_args))
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.cpp1823 template_param_infos.packed_args = in ParseTemplateDIE()
1827 if (!ParseTemplateDIE(child_die, *template_param_infos.packed_args)) in ParseTemplateDIE()
/external/tensorflow/tensorflow/compiler/xrt/tests/
Draw_api_test.cc1479 auto packed_args = ops::Stack(root.WithDevice("/device:CPU:0"), in TEST() local
1482 ops::XRTExecute(root, c_handle.handle, e_config, {Output(packed_args)}); in TEST()