Home
last modified time | relevance | path

Searched defs:origloc (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-warn.cc3199 warn_parm_ptrarray_mismatch (location_t origloc, tree curparms, tree newparms) in warn_parm_ptrarray_mismatch()
3384 warn_parm_array_mismatch (location_t origloc, tree fndecl, tree newparms) in warn_parm_array_mismatch()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc9716 location_t origloc = DECL_SOURCE_LOCATION (old_decl); in start_function() local