Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def179 CODEGENOPT(NoCommon , 1, 0) ///< Set when -fno-common or C++ is enabled.
H A DAttr.td2018 def NoCommon : InheritableAttr {
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp5678 bool NoCommon) { in isVarDeclStrongDefinition() argument
5681 if ((NoCommon || D->hasAttr<NoCommonAttr>()) && !D->hasAttr<CommonAttr>()) in isVarDeclStrongDefinition()
5809 CodeGenOpts.NoCommon)) in getLLVMLinkageForDeclarator()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1992 MarshallingInfoNegativeFlag<CodeGenOpts<"NoCommon">>,