Home
last modified time | relevance | path

Searched defs:Sentinel (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
DSentinelLinkedList.h42 enum SentinelTag { Sentinel }; enumerator
/external/webkit/Tools/Scripts/webkitpy/thirdparty/
Dmock.py72 class Sentinel(object): class
/external/clang/lib/Sema/
DSemaCodeComplete.cpp1924 if (SentinelAttr *Sentinel = FunctionOrMethod->getAttr<SentinelAttr>()) in MaybeAddSentinel() local