repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
PR tree-optimization/86415 - strlen() not folded for substrings within constant arrays
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
lto
/
20091026-1_a.h
blob
314dd9610a4ffae5aa59455651f8d0ad784a56c0
1
class
cObject
{
2
public
:
3
cObject
*
firstchildp
;
4
};
5
class
cHead
:
public
cObject
{
6
public
:
7
cObject
*
find
(
const char
*
objname
)
const
;
8
};
9