Home
last modified time | relevance | path

Searched refs:NoCommon (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def176 CODEGENOPT(NoCommon , 1, 0, Benign) ///< Set when -fno-common or C++ is enabled.
H A DAttr.td2282 def NoCommon : InheritableAttr {
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenModule.cpp1089 getCodeGenOpts().NoCommon)) { in getCIRLinkageForDeclarator()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp5985 bool NoCommon) { in isVarDeclStrongDefinition() argument
5988 if ((NoCommon || D->hasAttr<NoCommonAttr>()) && !D->hasAttr<CommonAttr>()) in isVarDeclStrongDefinition()
6116 CodeGenOpts.NoCommon)) in getLLVMLinkageForDeclarator()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2004 MarshallingInfoNegativeFlag<CodeGenOpts<"NoCommon">>,