OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:another_ant
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
hash-map-tests.cc
87
char *
another_ant
= static_cast <char *> (xcalloc (4, 1));
local
88
another_ant
[0] = 'a';
89
another_ant
[1] = 'n';
90
another_ant
[2] = 't';
91
another_ant
[3] = 0;
92
ASSERT_NE (ant,
another_ant
);
94
ASSERT_EQ (false, m.put (
another_ant
, 7));
102
ASSERT_EQ (true, string_map.put (
another_ant
, 5));
105
free (
another_ant
);
/src/external/gpl3/gcc.old/dist/gcc/
hash-map-tests.cc
87
char *
another_ant
= static_cast <char *> (xcalloc (4, 1));
local
88
another_ant
[0] = 'a';
89
another_ant
[1] = 'n';
90
another_ant
[2] = 't';
91
another_ant
[3] = 0;
92
ASSERT_NE (ant,
another_ant
);
94
ASSERT_EQ (false, m.put (
another_ant
, 7));
102
ASSERT_EQ (true, string_map.put (
another_ant
, 5));
105
free (
another_ant
);
Completed in 43 milliseconds
Indexes created Wed Aug 26 00:26:28 UTC 2026