HomeSort by: relevance | last modified time | path
    Searched defs:non_const_pointer_type (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
init.cc 3070 tree non_const_pointer_type;
3624 non_const_pointer_type = build_pointer_type
3627 data_addr = fold_convert (non_const_pointer_type, data_addr);
3629 alloc_node = fold_convert (non_const_pointer_type, alloc_node);
3068 tree non_const_pointer_type; local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
init.cc 3042 tree non_const_pointer_type;
3595 non_const_pointer_type = build_pointer_type
3598 data_addr = fold_convert (non_const_pointer_type, data_addr);
3600 alloc_node = fold_convert (non_const_pointer_type, alloc_node);
3040 tree non_const_pointer_type; local

Completed in 212 milliseconds