Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_libcdep.cpp281 const char *const inline_flag = in GetArgV() local
286 argv[i++] = inline_flag; in GetArgV()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dtree.h1649 #define DECL_INLINE(NODE) (FUNCTION_DECL_CHECK (NODE)->decl.inline_flag)
1652 #define DECL_VAR_INLINE(NODE) (VAR_DECL_CHECK (NODE)->decl.inline_flag)
1816 unsigned inline_flag : 1; member
/openbsd-src/gnu/gcc/gcc/
H A Dtree.h3054 #define DECL_INLINE(NODE) (FUNCTION_DECL_CHECK (NODE)->function_decl.inline_flag)
3100 unsigned inline_flag : 1; member