Searched defs:createNode (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
H A Dilist.h112 static NodeTy *createNode(const NodeTy &V) { return new NodeTy(V); } function in struct:llvm::ilist_node_traits
H A DImmutableSet.h463 TreeTy* createNode(TreeTy* L, value_type_ref V, TreeTy* R) { function in class:llvm::ImutAVLFactory
479 TreeTy* createNode(TreeTy* newLeft, TreeTy* oldTree, TreeTy* newRight) { function in class:llvm::ImutAVLFactory
[all...]
/freebsd-10-stable/contrib/llvm/lib/Support/
H A DYAMLParser.cpp162 Token *createNode(const Token &V) { function in struct:llvm::ilist_node_traits

Completed in 70 milliseconds