Searched refs:ilist_half_node (Results 1 - 10 of 10) sorted by relevance

/external/llvm/include/llvm/ADT/
H A Dilist_node.h23 /// ilist_half_node - Base class that provides prev services for sentinels.
26 class ilist_half_node { class in namespace:llvm
33 ilist_half_node() : Prev(nullptr) {} function in class:llvm::ilist_half_node
43 class ilist_node : private ilist_half_node<NodeTy> {
H A DSparseBitVector.h279 mutable ilist_half_node<Element> Sentinel;
/external/clang/test/CXX/class.access/class.friend/
H A Dp1.cpp121 class ilist_half_node { class in namespace:test2
128 class ilist_node : private ilist_half_node { // expected-note {{declared private here}} expected-note {{constrained by private inheritance here}}
143 // expected-error {{'getPrev' is a private member of 'test2::ilist_half_node'}} \
144 // expected-error {{cannot cast 'test2::X' to its private base class 'test2::ilist_half_node'}}
/external/llvm/include/llvm/IR/
H A DBasicBlock.h54 mutable ilist_half_node<Instruction> Sentinel;
H A DFunction.h51 mutable ilist_half_node<BasicBlock> Sentinel;
68 mutable ilist_half_node<Argument> Sentinel;
/external/llvm/include/llvm/CodeGen/
H A DMachineFunction.h47 mutable ilist_half_node<MachineBasicBlock> Sentinel;
H A DMachineBasicBlock.h36 mutable ilist_half_node<MachineInstr> Sentinel;
H A DSlotIndexes.h75 mutable ilist_half_node<IndexListEntry> Sentinel;
H A DSelectionDAG.h81 mutable ilist_half_node<SDNode> Sentinel;
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h332 mutable ilist_half_node<clang::ento::BugReport> Sentinel;

Completed in 237 milliseconds