HomeSort by: relevance | last modified time | path
    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 30 milliseconds