Home
last modified time | relevance | path

Searched refs:result_children (Results 1 – 25 of 28) sorted by relevance

12

/external/llvm-project/lldb/test/API/lang/cpp/class-template-non-type-parameter-pack/
DTestClassTemplateNonTypeParameterPack.py17 result_children=[ValueCheck(name="a", type="int")])
19 result_children=[ValueCheck(name="a", type="int")])
21 result_children=[ValueCheck(name="a", type="int")])
25 result_children=[ValueCheck(name="b", type="int")])
27 result_children=[ValueCheck(name="b", type="int")])
29 result_children=[ValueCheck(name="b", type="int")])
33 result_children=[ValueCheck(name="c", type="int")])
35 result_children=[ValueCheck(name="c", type="int")])
40 result_children=[ValueCheck(name="d", type="float")])
42 result_children=[ValueCheck(name="d", type="float")])
[all …]
/external/llvm-project/lldb/test/API/lang/cpp/class-template-type-parameter-pack/
DTestClassTemplateTypeParameterPack.py17 result_children=[ValueCheck(name="a", type="int")])
19 result_children=[ValueCheck(name="a", type="int")])
21 result_children=[ValueCheck(name="a", type="int")])
25 result_children=[ValueCheck(name="b", type="int")])
27 result_children=[ValueCheck(name="b", type="int")])
29 result_children=[ValueCheck(name="b", type="int")])
33 result_children=[ValueCheck(name="c", type="int")])
35 result_children=[ValueCheck(name="c", type="int")])
40 result_children=[ValueCheck(name="d", type="float")])
42 result_children=[ValueCheck(name="d", type="float")])
[all …]
/external/llvm-project/lldb/test/API/commands/expression/import-std-module/deque-dbg-info-content/
DTestDbgInfoContentDequeFromStdModule.py43 result_children=[
52 result_children=[ValueCheck(value="3")])
55 result_children=[ValueCheck(value="2")])
65 result_children=iterator_children)
68 result_children=riterator_children)
/external/llvm-project/lldb/test/API/commands/expression/import-std-module/vector/
DTestVectorFromStdModule.py39 result_children=[
61 result_children=iterator_children)
64 result_children=riterator_children)
84 result_children=[
94 result_children=[
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/deque/
DTestDataFormatterLibcxxDeque.py17 self.expect_expr("empty", result_children=[])
18 self.expect_expr("deque_1", result_children=[
21 self.expect_expr("deque_3", result_children=[
/external/llvm-project/lldb/test/API/lang/cpp/typedef/
DTestCppTypedef.py32 expr_result = self.expect_expr("(SF)s", result_children=[ValueCheck(value="0.5")])
33 self.expect_expr("(ns::SF)s", result_children=[ValueCheck(value="0.5")])
34 self.expect_expr("(ST::SF)s", result_children=[ValueCheck(value="0.5")])
/external/llvm-project/lldb/test/API/commands/expression/import-std-module/deque-basic/
DTestDequeFromStdModule.py41 result_children=[
63 result_children=iterator_children)
66 result_children=riterator_children)
/external/llvm-project/lldb/test/API/commands/expression/import-std-module/vector-dbg-info-content/
DTestDbgInfoContentVectorFromStdModule.py40 result_children=[
69 result_children=iterator_children)
72 result_children=riterator_children)
/external/llvm-project/lldb/test/API/commands/expression/import-std-module/pair/
DTestPairFromStdModule.py33 result_children=[
40 result_children=[
/external/llvm-project/lldb/test/API/lang/cpp/class-template-parameter-pack/
DTestClassTemplateParameterPack.py16 self.expect_expr("myC", result_type="C<int, 16, 32>", result_children=[
25 self.expect_expr("myD", result_type="D<int, int, bool>", result_children=[
/external/llvm-project/lldb/test/API/commands/expression/import-std-module/queue/
DTestQueueFromStdModule.py33 result_children=[ValueCheck(children=[ValueCheck(value="1")])])
63 result_children=[ValueCheck(children=[ValueCheck(value="1")])])
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/map/
DTestDataFormatterLibccMap.py59 self.expect_expr("ii", result_summary="size=0", result_children=[])
68 self.expect_expr("ii", result_summary="size=2", result_children=[
/external/llvm-project/lldb/test/API/lang/cpp/non-type-template-param/
DTestCppNonTypeTemplateParam.py15 self.expect_expr("myArray", result_type="array<3>", result_children=[
/external/llvm-project/lldb/test/API/commands/expression/function_template_specialization_temp_args/
DTestFunctionTemplateSpecializationTempArgs.py16 self.expect_expr("p0", result_type="VType", result_children=[])
/external/llvm-project/lldb/test/API/commands/expression/argument_passing_restrictions/
DTestArgumentPassingRestrictions.py29 self.expect_expr("returnPassByRef()", result_type="PassByRef", result_children=[
/external/llvm-project/lldb/test/API/commands/expression/import-std-module/forward_list-dbg-info-content/
DTestDbgInfoContentForwardListFromStdModule.py38 result_children=[ValueCheck()])
/external/llvm-project/lldb/test/API/commands/expression/import-std-module/shared_ptr/
DTestSharedPtrFromStdModule.py28 result_children=[ValueCheck(name="__ptr_")])
/external/llvm-project/lldb/test/API/commands/expression/import-std-module/weak_ptr/
DTestWeakPtrFromStdModule.py28 result_children=[ValueCheck(name="__ptr_")])
/external/llvm-project/lldb/test/API/commands/expression/import-std-module/shared_ptr-dbg-info-content/
DTestSharedPtrDbgInfoContentFromStdModule.py27 result_children=[ValueCheck(name="__ptr_")])
/external/llvm-project/lldb/test/API/commands/expression/import-std-module/unique_ptr-dbg-info-content/
DTestUniquePtrDbgInfoContent.py29 result_children=[ValueCheck(children=[ValueCheck(value="3")])])
/external/llvm-project/lldb/test/API/commands/expression/import-std-module/weak_ptr-dbg-info-content/
DTestDbgInfoContentWeakPtrFromStdModule.py27 result_children=[ValueCheck(name="__ptr_")])
/external/llvm-project/lldb/test/API/commands/expression/import-std-module/unique_ptr/
DTestUniquePtrFromStdModule.py30 result_children=[ValueCheck(name="__value_")])
/external/llvm-project/lldb/test/API/commands/expression/import-std-module/vector-bool/
DTestVectorBoolFromStdModule.py30 result_children=[
/external/llvm-project/lldb/test/API/commands/expression/import-std-module/vector-of-vectors/
DTestVectorOfVectorsFromStdModule.py33 result_children=[
/external/llvm-project/lldb/test/API/commands/expression/import-std-module/list-dbg-info-content/
DTestDbgInfoContentListFromStdModule.py32 result_children=[

12