Home
last modified time | relevance | path

Searched refs:BaseNode (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/container/
H A Ddlist.d111 static assert(is(ElementType!DRange == BaseNode*)); in inout()
115 private BaseNode* _first; in inout()
116 private BaseNode* _last; in inout()
118 private this(BaseNode* first, BaseNode* last) in inout()
124 private this(BaseNode* n) in inout()
136 @property BaseNode* front() return scope in inout()
156 @property BaseNode* back() return scope in inout()
194 BaseNode _base;
199 this (BaseNode _base, T _payload)
205 inout(BaseNode)* asBaseNode() inout @trusted
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/container/
H A Ddlist.d111 static assert(is(ElementType!DRange == BaseNode*)); in inout()
115 private BaseNode* _first; in inout()
116 private BaseNode* _last; in inout()
118 private this(BaseNode* first, BaseNode* last) in inout()
124 private this(BaseNode* n) in inout()
136 @property BaseNode* front() in inout()
156 @property BaseNode* back() in inout()
194 BaseNode _base; in DList()
199 inout(BaseNode)* asBaseNode() inout @trusted in DList()
206 private BaseNode* _root; in DList()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DVerifier.h62 MDNode *getFieldNodeFromTBAABaseNode(Instruction &I, const MDNode *BaseNode,
65 const MDNode *BaseNode,
68 const MDNode *BaseNode,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DVerifier.cpp5814 TBAAVerifier::verifyTBAABaseNode(Instruction &I, const MDNode *BaseNode, in verifyTBAABaseNode() argument
5816 if (BaseNode->getNumOperands() < 2) { in verifyTBAABaseNode()
5817 CheckFailed("Base nodes must have at least two operands", &I, BaseNode); in verifyTBAABaseNode()
5821 auto Itr = TBAABaseNodes.find(BaseNode); in verifyTBAABaseNode()
5825 auto Result = verifyTBAABaseNodeImpl(I, BaseNode, IsNewFormat); in verifyTBAABaseNode()
5826 auto InsertResult = TBAABaseNodes.insert({BaseNode, Result}); in verifyTBAABaseNode()
5833 TBAAVerifier::verifyTBAABaseNodeImpl(Instruction &I, const MDNode *BaseNode, in verifyTBAABaseNodeImpl() argument
5837 if (BaseNode->getNumOperands() == 2) { in verifyTBAABaseNodeImpl()
5839 return isValidScalarTBAANode(BaseNode) in verifyTBAABaseNodeImpl()
5845 if (BaseNode->getNumOperands() % 3 != 0) { in verifyTBAABaseNodeImpl()
[all …]