Home
last modified time | relevance | path

Searched defs:BaseNode (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/container/
H A Ddlist.d77 private struct BaseNode struct
79 private BaseNode* _prev = null; argument
80 private BaseNode* _next = null; argument
96 static void connect(BaseNode* p, BaseNode* n) @safe nothrow pure in inout() argument
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/container/
H A Ddlist.d77 private struct BaseNode struct
79 private BaseNode* _prev = null; argument
80 private BaseNode* _next = null; argument
96 static void connect(BaseNode* p, BaseNode* n) @safe nothrow pure in inout() argument
269 const(BaseNode)* pl = lhs._first; in DList() local
270 const(BaseNode)* pr = rhs._first; in DList() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DVerifier.cpp5814 TBAAVerifier::verifyTBAABaseNode(Instruction &I, const MDNode *BaseNode, in verifyTBAABaseNode()
5833 TBAAVerifier::verifyTBAABaseNodeImpl(Instruction &I, const MDNode *BaseNode, in verifyTBAABaseNodeImpl()
5985 const MDNode *BaseNode, in getFieldNodeFromTBAABaseNode()
6050 MDNode *BaseNode = dyn_cast_or_null<MDNode>(MD->getOperand(0)); in visitTBAAMetadata() local