OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ilist_half_node
(Results
1 - 7
of
7
) sorted by null
/external/llvm/include/llvm/ADT/
ilist_node.h
23
///
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(0) {}
function in class:llvm::ilist_half_node
43
class ilist_node : private
ilist_half_node
<NodeTy> {
/external/clang/test/CXX/class.access/class.friend/
p1.cpp
120
class
ilist_half_node
{
class in namespace:test2
127
class ilist_node : private
ilist_half_node
{ // expected-note {{declared private here}} expected-note {{constrained by private inheritance here}}
142
// expected-error {{'getPrev' is a private member of 'test2::
ilist_half_node
'}} \
143
// expected-error {{cannot cast 'test2::X' to its private base class 'test2::
ilist_half_node
'}}
/external/llvm/include/llvm/
Function.h
50
mutable
ilist_half_node
<BasicBlock> Sentinel;
67
mutable
ilist_half_node
<Argument> Sentinel;
BasicBlock.h
52
mutable
ilist_half_node
<Instruction> Sentinel;
/external/llvm/include/llvm/CodeGen/
MachineFunction.h
46
mutable
ilist_half_node
<MachineBasicBlock> Sentinel;
MachineBasicBlock.h
36
mutable
ilist_half_node
<MachineInstr> Sentinel;
SelectionDAG.h
42
mutable
ilist_half_node
<SDNode> Sentinel;
[
all
...]
Completed in 97 milliseconds