OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:string_constant
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
expr.cc
12830
tree str =
string_constant
(arg0, &offset, mem_size, decl);
12833
str =
string_constant
(arg1, &offset, mem_size, decl);
12864
return
string_constant
(rhs1, ptr_offset, mem_size, decl);
12869
if (tree str =
string_constant
(rhs1, &offset, mem_size, decl))
13091
string_constant
(tree arg, tree *ptr_offset, tree *mem_size, tree *decl)
13096
/* Similar to
string_constant
, return a STRING_CST corresponding
13069
string_constant
(tree arg, tree *ptr_offset, tree *mem_size, tree *decl)
function
/src/external/gpl3/gcc.old/dist/gcc/
expr.cc
11992
tree str =
string_constant
(arg0, &offset, mem_size, decl);
11995
str =
string_constant
(arg1, &offset, mem_size, decl);
12026
return
string_constant
(rhs1, ptr_offset, mem_size, decl);
12031
if (tree str =
string_constant
(rhs1, &offset, mem_size, decl))
12253
string_constant
(tree arg, tree *ptr_offset, tree *mem_size, tree *decl)
12258
/* Similar to
string_constant
, return a STRING_CST corresponding
12231
string_constant
(tree arg, tree *ptr_offset, tree *mem_size, tree *decl)
function
Completed in 27 milliseconds
Indexes created Fri May 08 00:25:09 UTC 2026