Home
last modified time | relevance | path

Searched refs:HasChildren (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFAbbreviationDeclaration.h24 bool HasChildren; variable
29 : Code(InvalidCode), Tag(0), HasChildren(0) {} in DWARFAbbreviationDeclaration()
33 bool hasChildren() const { return HasChildren; } in hasChildren()
DDWARFAbbreviationDeclaration.cpp29 HasChildren = data.getU8(offset_ptr); in extract()
44 HasChildren = false; in extract()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.h33 bool hasChildren() const { return HasChildren; } in hasChildren()
55 bool HasChildren; variable
/external/llvm/lib/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.cpp20 HasChildren = false; in clear()
37 HasChildren = (ChildrenByte == DW_CHILDREN_yes); in extract()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.h92 bool hasChildren() const { return HasChildren; } in hasChildren()
175 bool HasChildren; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.cpp31 HasChildren = false; in clear()
56 HasChildren = (ChildrenByte == DW_CHILDREN_yes); in extract()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_fission.cpp460 if (!loop.HasChildren() && ShouldSplitLoop(loop, context())) { in Process()
Dloop_descriptor.h166 inline bool HasChildren() const { return !nested_loops_.empty(); } in HasChildren() function
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_fission.cpp460 if (!loop.HasChildren() && ShouldSplitLoop(loop, context())) { in Process()
Dloop_descriptor.h166 inline bool HasChildren() const { return !nested_loops_.empty(); } in HasChildren() function
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfLinker.cpp1524 bool HasChildren = false; in cloneDIE() local
1528 HasChildren = true; in cloneDIE()
1534 if (HasChildren) in cloneDIE()
1543 if (!HasChildren) { in cloneDIE()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp2831 bool HasChildren = false; in cloneDIE() local
2836 HasChildren = true; in cloneDIE()
2842 if (HasChildren) in cloneDIE()
2851 if (!HasChildren) { in cloneDIE()
/external/clang/lib/AST/
DASTDiagnostic.cpp853 bool HasChildren() { in HasChildren() function in __anon9da9a8600111::TemplateDiff::DiffTree
1520 if (!Tree.HasChildren()) { in TreeToString()