Searched refs:TFENode (Results 1 – 3 of 3) sorted by relevance
2 struct TFENode { struct3 TFENode(const TFENode& inNode); argument7 - (const TFENode&) target; argument10 void sortAllChildrenForNode(const TFENode&node);
4 struct TFENode { struct9 - (const TFENode&) node; argument13 - (const TFENode&) node {14 // CHECK: call dereferenceable({{[0-9]+}}) %struct.TFENode* bitcast (i8* (i8*, i8*, ...)* @objc_msg…15 // CHECK-NEXT: call void @_ZNK7TFENode6GetURLEv(%struct.TFENode* %{{.*}})
265 struct TFENode struct278 const auto f = bind(&TFENode::foo, _1, 0UL); in test3() argument279 const TFENode n = TFENode{}; in test3()