Home
last modified time | relevance | path

Searched refs:returns_pointer (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dfunction.h378 unsigned int returns_pointer : 1; member
489 #define current_function_returns_pointer (cfun->returns_pointer)
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dfunction.h407 unsigned int returns_pointer : 1; member
527 #define current_function_returns_pointer (cfun->returns_pointer)
H A DFSFChangeLog.1113937 * function.h (struct function): New field returns_pointer.