Home
last modified time | relevance | path

Searched defs:createSentinel (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/ADT/
Dilist.h78 static NodeTy *createSentinel() { return new NodeTy(); } in createSentinel() function
115 NodeTy *createSentinel() const { in createSentinel() function
140 NodeTy *createSentinel() const { in createSentinel() function
/external/llvm/lib/Support/
DYAMLParser.cpp153 Token *createSentinel() const { in createSentinel() function