OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pint
(Results
1 - 4
of
4
) sorted by null
/external/clang/test/Sema/
check-increment.c
5
typedef int *
pint
;
typedef
8
pint
p = a;
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
debugallocation_test.cc
141
int*
pint
= new int;
local
142
delete
pint
;
143
IF_DEBUG_EXPECT_DEATH(delete
pint
, "has been already deallocated");
147
int*
pint
= new int;
local
149
pint
[-1] = 5;
150
IF_DEBUG_EXPECT_DEATH(delete
pint
, "a word before object");
155
int*
pint
= new int;
local
157
pint
[1] = 5;
158
IF_DEBUG_EXPECT_DEATH(delete
pint
, "a word after object");
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
debugallocation_test.cc
141
int*
pint
= new int;
local
142
delete
pint
;
143
IF_DEBUG_EXPECT_DEATH(delete
pint
, "has been already deallocated");
147
int*
pint
= new int;
local
149
pint
[-1] = 5;
150
IF_DEBUG_EXPECT_DEATH(delete
pint
, "a word before object");
155
int*
pint
= new int;
local
157
pint
[1] = 5;
158
IF_DEBUG_EXPECT_DEATH(delete
pint
, "a word after object");
/external/chromium_org/third_party/libevent/test/
regress.c
519
int *
pint
= arg;
local
521
*
pint
= 1;
[
all
...]
Completed in 181 milliseconds