OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ptr6
(Results
1 - 7
of
7
) sorted by null
/external/clang/test/CXX/expr/expr.post/expr.const.cast/
p1-0x.cpp
23
int *&
ptr6
= const_cast<int *&>(ptr);
local
/external/pcre/dist/
pcrecpp.h
541
const Arg&
ptr6
= no_arg,
559
const Arg&
ptr6
= no_arg,
577
const Arg&
ptr6
= no_arg,
595
const Arg&
ptr6
= no_arg,
pcrecpp.cc
158
const Arg&
ptr6
,
176
if (&
ptr6
== &no_arg) goto done; args[n++] = &
ptr6
;
200
const Arg&
ptr6
,
218
if (&
ptr6
== &no_arg) goto done; args[n++] = &
ptr6
;
242
const Arg&
ptr6
,
260
if (&
ptr6
== &no_arg) goto done; args[n++] = &
ptr6
;
290
const Arg&
ptr6
,
[
all
...]
/external/chromium_org/third_party/re2/util/
pcre.h
292
const Arg&
ptr6
= no_more_args,
316
const Arg&
ptr6
= no_more_args,
341
const Arg&
ptr6
= no_more_args,
367
const Arg&
ptr6
= no_more_args,
/external/regex-re2/util/
pcre.h
286
const Arg&
ptr6
= no_more_args,
310
const Arg&
ptr6
= no_more_args,
335
const Arg&
ptr6
= no_more_args,
361
const Arg&
ptr6
= no_more_args,
/art/runtime/gc/space/
space_test.h
220
Handle<mirror::Object>
ptr6
(
222
EXPECT_TRUE(
ptr6
.Get() != nullptr);
323
Handle<mirror::Object>
ptr6
(
325
EXPECT_TRUE(
ptr6
.Get() != nullptr);
/external/chromium_org/third_party/WebKit/Source/wtf/
PartitionAllocTest.cpp
777
void*
ptr6
= partitionAlloc(allocator.root(), bigSize);
local
784
partitionFree(
ptr6
);
[
all
...]
Completed in 2640 milliseconds