Home
last modified time | relevance | path

Searched refs:BranchNode (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cfi-verify/lib/
DGraphBuilder.cpp89 for (auto &BranchNode : ConditionalBranchNodes) { in printToDOT() local
90 for (auto &V : {BranchNode.Target, BranchNode.Fallthrough}) in printToDOT()
91 printPairToDOT(Analysis, OS, BranchNode.Address, V); in printToDOT()
113 ConditionalBranchNode &BranchNode, in buildFlowsToUndefined() argument
124 if (BranchNode.Target && !BranchNode.Fallthrough) { in buildFlowsToUndefined()
129 << format_hex(BranchNode.Address, 2) << ".\n"; in buildFlowsToUndefined()
134 BranchNode.Fallthrough = in buildFlowsToUndefined()
136 } else if (BranchNode.Fallthrough && !BranchNode.Target) { in buildFlowsToUndefined()
156 BranchNode.Target = in buildFlowsToUndefined()
171 BranchNode.CFIProtection = true; in buildFlowsToUndefined()
[all …]
DGraphBuilder.h130 ConditionalBranchNode &BranchNode,
DFileAnalysis.cpp279 for (const auto &BranchNode : Graph.ConditionalBranchNodes) { in validateCFIProtection() local
280 if (!BranchNode.CFIProtection) in validateCFIProtection()
/external/icu/icu4c/source/common/unicode/
Dstringtriebuilder.h328 class BranchNode : public Node {
330 BranchNode(int32_t initialHash) : Node(initialHash) {} in BranchNode() function
338 class ListBranchNode : public BranchNode {
340 ListBranchNode() : BranchNode(0x444444), length(0) {} in ListBranchNode()
370 class SplitBranchNode : public BranchNode {
373 : BranchNode(((0x555555u*37u+middleUnit)*37u+ in SplitBranchNode()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-cfi-verify/
DGraphBuilder.cpp76 void PrintTo(const ConditionalBranchNode &BranchNode, ::std::ostream *os) { in PrintTo() argument
77 *os << "ConditionalBranchNode<Address: 0x" << std::hex << BranchNode.Address in PrintTo()
78 << ", Target: 0x" << BranchNode.Target << ", Fallthrough: 0x" in PrintTo()
79 << BranchNode.Fallthrough in PrintTo()
80 << ", CFIProtection: " << BranchNode.CFIProtection << ">"; in PrintTo()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DStringTrieBuilder.java594 private static abstract class BranchNode extends Node { class in StringTrieBuilder
595 public BranchNode() {} in BranchNode() method in StringTrieBuilder.BranchNode
603 private static final class ListBranchNode extends BranchNode {
717 private static final class SplitBranchNode extends BranchNode {
/external/icu/android_icu4j/src/main/java/android/icu/util/
DStringTrieBuilder.java593 private static abstract class BranchNode extends Node { class in StringTrieBuilder
594 public BranchNode() {} in BranchNode() method in StringTrieBuilder.BranchNode
602 private static final class ListBranchNode extends BranchNode {
716 private static final class SplitBranchNode extends BranchNode {
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DIntervalMap.h160 template <typename, typename, unsigned, typename> class BranchNode; variable
677 class BranchNode : public NodeBase<NodeRef, KeyT, N> {
914 typedef IntervalMapImpl::BranchNode<KeyT, ValT, Sizer::BranchSize, Traits>
927 typedef IntervalMapImpl::BranchNode<KeyT, ValT, RootBranchCap, Traits>
/external/llvm/include/llvm/ADT/
DIntervalMap.h181 template <typename, typename, unsigned, typename> class BranchNode; variable
698 class BranchNode : public NodeBase<NodeRef, KeyT, N> {
935 typedef IntervalMapImpl::BranchNode<KeyT, ValT, Sizer::BranchSize, Traits>
948 typedef IntervalMapImpl::BranchNode<KeyT, ValT, RootBranchCap, Traits>
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DIntervalMap.h700 class BranchNode : public NodeBase<NodeRef, KeyT, N> {
937 IntervalMapImpl::BranchNode<KeyT, ValT, Sizer::BranchSize, Traits>;
950 IntervalMapImpl::BranchNode<KeyT, ValT, RootBranchCap, Traits>;