/external/clang/test/Analysis/ |
D | variadic-method-types.m | 45 + (id)arrayWithObjects:(id)firstObj, ... __attribute__((sentinel(0,1))); 46 - (id)initWithObjects:(id)firstObj, ... __attribute__((sentinel(0,1))); 51 + (id)dictionaryWithObjectsAndKeys:(id)firstObject, ... __attribute__((sentinel(0,1))); 52 - (id)initWithObjectsAndKeys:(id)firstObject, ... __attribute__((sentinel(0,1))); 57 + (id)setWithObjects:(id)firstObj, ... __attribute__((sentinel(0,1))); 58 - (id)initWithObjects:(id)firstObj, ... __attribute__((sentinel(0,1))); 63 + (id)orderedSetWithObjects:(id)firstObj, ... __attribute__((sentinel(0,1))); 64 - (id)initWithObjects:(id)firstObj, ... __attribute__((sentinel(0,1)));
|
D | objc-arc.m | 34 + (id)arrayWithObjects:(id)firstObj, ... __attribute__((sentinel(0,1))); 35 - (id)initWithObjects:(id)firstObj, ... __attribute__((sentinel(0,1)));
|
/external/llvm-project/clang/test/Analysis/ |
D | variadic-method-types.m | 45 + (id)arrayWithObjects:(id)firstObj, ... __attribute__((sentinel(0,1))); 46 - (id)initWithObjects:(id)firstObj, ... __attribute__((sentinel(0,1))); 51 + (id)dictionaryWithObjectsAndKeys:(id)firstObject, ... __attribute__((sentinel(0,1))); 52 - (id)initWithObjectsAndKeys:(id)firstObject, ... __attribute__((sentinel(0,1))); 57 + (id)setWithObjects:(id)firstObj, ... __attribute__((sentinel(0,1))); 58 - (id)initWithObjects:(id)firstObj, ... __attribute__((sentinel(0,1))); 63 + (id)orderedSetWithObjects:(id)firstObj, ... __attribute__((sentinel(0,1))); 64 - (id)initWithObjects:(id)firstObj, ... __attribute__((sentinel(0,1)));
|
D | objc-arc.m | 34 + (id)arrayWithObjects:(id)firstObj, ... __attribute__((sentinel(0,1))); 35 - (id)initWithObjects:(id)firstObj, ... __attribute__((sentinel(0,1)));
|
/external/clang/test/SemaObjC/ |
D | method-sentinel-attr.m | 20 - (id) foo13 : (id)firstObj, ... __attribute__((sentinel(0,1))); 21 - (id) foo14 : (id)firstObj : (Class)secondObj, ... __attribute__((sentinel(0,1))); 22 - (id) foo15 : (id*)firstObj, ... __attribute__((sentinel(0,1))); 23 - (id) foo16 : (id**)firstObj, ... __attribute__((sentinel(0,1)));
|
/external/llvm-project/clang/test/SemaObjC/ |
D | method-sentinel-attr.m | 20 - (id) foo13 : (id)firstObj, ... __attribute__((sentinel(0,1))); 21 - (id) foo14 : (id)firstObj : (Class)secondObj, ... __attribute__((sentinel(0,1))); 22 - (id) foo15 : (id*)firstObj, ... __attribute__((sentinel(0,1))); 23 - (id) foo16 : (id**)firstObj, ... __attribute__((sentinel(0,1)));
|
/external/clang/test/FixIt/ |
D | fixit-objc.m | 60 void sentinel(int x, ...) __attribute__((sentinel)); // expected-note{{function has been explicitly… function 63 … ... __attribute__((sentinel)); // expected-note{{method has been explicitly marked sentinel here}}
|
/external/llvm-project/clang/test/FixIt/ |
D | fixit-objc.m | 60 void sentinel(int x, ...) __attribute__((sentinel)); // expected-note{{function has been explicitly… function 63 … ... __attribute__((sentinel)); // expected-note{{method has been explicitly marked sentinel here}}
|
/external/grpc-grpc/src/ruby/qps/ |
D | qps-common.rb | 46 def initialize(sentinel) argument
|
/external/mtools/ |
D | file_name.h | 31 char sentinel; member
|
/external/mesa3d/src/util/ |
D | sparse_array.h | 115 uint32_t sentinel; member
|
/external/rust/crates/crossbeam-epoch/src/sync/ |
D | queue.rs | 50 let sentinel = Owned::new(Node { in new() localVariable 56 let sentinel = sentinel.into_shared(guard); in new() localVariable 212 let sentinel = self.head.load(Relaxed, guard); in drop() localVariable
|
/external/python/cpython3/Lib/test/ |
D | test_getopt.py | 9 sentinel = object() variable
|
D | test_queue.py | 430 def consume(self, q, results, sentinel): argument 437 def consume_nonblock(self, q, results, sentinel): argument 450 def consume_timeout(self, q, results, sentinel): argument
|
/external/grpc-grpc/src/ruby/bin/ |
D | math_server.rb | 78 def initialize(sentinel) argument
|
/external/python/cpython2/Lib/test/ |
D | test_getopt.py | 9 sentinel = object() variable
|
/external/python/cpython3/Lib/multiprocessing/ |
D | process.py | 248 def sentinel(self): member in BaseProcess 360 def __init__(self, name, pid, sentinel): argument
|
/external/tensorflow/tensorflow/core/profiler/convert/ |
D | op_stats_to_tf_stats.cc | 55 TfStatsRecord sentinel; in GenerateTfStatsTable() local
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/ |
D | s-c2.c | 228 testdata_t sentinel; in main() local
|
/external/python/cpython2/Modules/ |
D | getaddrinfo.c | 239 struct addrinfo sentinel; in getaddrinfo() local 538 struct addrinfo sentinel; local
|
/external/python/cpython3/Modules/ |
D | getaddrinfo.c | 239 struct addrinfo sentinel; in getaddrinfo() local 538 struct addrinfo sentinel; local
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_threaded_context.h | 327 unsigned sentinel; member 345 unsigned sentinel; member
|
/external/python/cpython2/Objects/ |
D | iterobject.c | 143 PyCallIter_New(PyObject *callable, PyObject *sentinel) in PyCallIter_New()
|
/external/python/cpython3/Doc/library/ |
D | unittest.mock.rst | 2182 sentinel section in Helpers
|
/external/python/cpython3/Objects/ |
D | iterobject.c | 181 PyCallIter_New(PyObject *callable, PyObject *sentinel) in PyCallIter_New()
|