Home
last modified time | relevance | path

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

/dports/devel/py-keystone-engine/keystone-engine-0.9.1-3/src/llvm/include/llvm/ADT/
H A 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
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/include/llvm/ADT/
H A Dilist.h76 static NodeTy *createSentinel() { return new NodeTy(); } in createSentinel() function
/dports/devel/llbuild/swift-llbuild-swift-DEVELOPMENT-SNAPSHOT-2017-12-10-a/include/llvm/ADT/
H A Dilist.h78 static NodeTy *createSentinel() { return new NodeTy(); } in createSentinel() function
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/VMCore/
H A DModule.cpp35 GlobalVariable *ilist_traits<GlobalVariable>::createSentinel() { in createSentinel() function in ilist_traits
42 GlobalAlias *ilist_traits<GlobalAlias>::createSentinel() { in createSentinel() function in ilist_traits
/dports/java/apache-commons-collections/commons-collections-3.2.2-src/src/java/org/apache/commons/collections/
H A DSequencedHashMap.java139 private static final Entry createSentinel() { in createSentinel() method in SequencedHashMap
/dports/devel/llbuild/swift-llbuild-swift-DEVELOPMENT-SNAPSHOT-2017-12-10-a/lib/llvm/Support/
H A DYAMLParser.cpp147 Token *createSentinel() const { in createSentinel() function