OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nocommon
(Results
1 - 13
of
13
) sorted by null
/external/clang/test/CodeGen/
no-common.c
2
// RUN: %clang_cc1 %s -fno-common -emit-llvm -o - | FileCheck %s -check-prefix=CHECK-
NOCOMMON
5
// CHECK-
NOCOMMON
: @x = global
9
// CHECK-
NOCOMMON
: @ABC = global
11
fn_t ABC __attribute__ ((
nocommon
));
14
// CHECK-
NOCOMMON
: @y = common global
/external/clang/include/clang/Frontend/
CodeGenOptions.def
70
CODEGENOPT(
NoCommon
, 1, 0) ///< Set when -fno-common or C++ is enabled.
/external/clang/include/clang/Basic/
Attr.td
811
def
NoCommon
: InheritableAttr {
812
let Spellings = [GCC<"
nocommon
">];
[
all
...]
/external/clang/lib/CodeGen/
CodeGenModule.cpp
[
all
...]
/external/clang/lib/Frontend/
CompilerInvocation.cpp
391
Opts.
NoCommon
= Args.hasArg(OPT_fno_common);
[
all
...]
/prebuilts/clang/linux-x86/host/3.4/bin/
clang
clang++
/prebuilts/clang/linux-x86/host/3.5/bin/
clang
clang++
/prebuilts/sdk/tools/linux/
libclang.so
/prebuilts/clang/linux-x86/3.1/
clang
clang++
/external/valgrind/main/perf/
tinycc.c
2449
int
nocommon
; \/* if true, do not use common symbols for .bss data *\/
member in struct:TCCState
[
all
...]
Completed in 317 milliseconds