OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:itemsptr
(Results
1 - 12
of
12
) sorted by null
/external/clang/test/CodeGenObjC/
objc2-new-gc-api-strongcast.m
16
id *
itemsPtr
;
24
state->
itemsPtr
= 0;
/external/clang/test/SemaObjC/
foreach.m
30
id *
itemsPtr
;
weak-attr-ivar.m
20
id *
itemsPtr
;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
AMutableArray.m
226
// In either case, state->
itemsPtr
MUST be a valid array (non-nil). This sample takes approach #1, using stackbuf to store results.
242
// Set state->
itemsPtr
to the provided buffer.
243
// Alternate implementations may set state->
itemsPtr
to an internal C array of objects.
244
// state->
itemsPtr
MUST NOT be NULL.
245
state->
itemsPtr
= stackbuf;
AMutableDictionary.m
199
// In either case, state->
itemsPtr
MUST be a valid array (non-nil). This sample takes approach #1, using stackbuf to store results.
216
// Set state->
itemsPtr
to the provided buffer.
217
// Alternate implementations may set state->
itemsPtr
to an internal C array of objects.
218
// state->
itemsPtr
MUST NOT be NULL.
219
state->
itemsPtr
= stackbuf;
ArrayIterator.h
40
id *
itemsPtr
;
/external/clang/test/SemaObjCXX/
foreach.mm
35
id *
itemsPtr
;
/external/icu/icu4c/source/test/cintltst/
utransts.c
675
const TransIDSourceTarg*
itemsPtr
;
676
for (
itemsPtr
= dataVarCompItems;
itemsPtr
->transID != NULL;
itemsPtr
++) {
679
int32_t utridlen = u_unescape(
itemsPtr
->transID, utrid, kUBufMax);
682
log_data_err("FAIL: utrans_openRules(%s) failed, error=%s (Are you missing data?)\n",
itemsPtr
->transID, u_errorName(status));
686
int32_t textLen = u_unescape(
itemsPtr
->sourceText, text, kUBufMax);
690
log_err("FAIL: utrans_transUChars(%s) failed, error=%s\n",
itemsPtr
->transID, u_errorName(status));
693
int32_t expectLen = u_unescape(
itemsPtr
->targetText, expect, kUBufMax);
698
log_err("FAIL: utrans_transUChars(%s),\n expect %s\n get %s\n",
itemsPtr
->transID, bexpect, btext)
[
all
...]
/external/clang/test/Analysis/
NSContainers.m
33
id *
itemsPtr
;
/external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp
[
all
...]
RewriteModernObjC.cpp
[
all
...]
/external/clang/lib/CodeGen/
CGObjC.cpp
[
all
...]
Completed in 353 milliseconds