Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Dno-common.c11 fn_t ABC __attribute__ ((nocommon));
/external/clang/include/clang/Basic/
DAttr.td874 let Spellings = [GCC<"nocommon">];
/external/valgrind/perf/
Dtinycc.c2449 int nocommon; /* if true, do not use common symbols for .bss data */ member
14408 else if (tcc_state->nocommon) in decl_initializer_alloc()
21244 { offsetof(TCCState, nocommon), FD_INVERT, "common" },