Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Misc/
H A Dpragma-attribute-supported-attributes-list.test97 // CHECK-NEXT: NoCommon (SubjectMatchRule_variable)
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DCodeGenOptions.def175 CODEGENOPT(NoCommon , 1, 0) ///< Set when -fno-common or C++ is enabled.
H A DAttr.td1766 def NoCommon : InheritableAttr {
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.cpp4922 bool NoCommon) { in isVarDeclStrongDefinition() argument
4925 if ((NoCommon || D->hasAttr<NoCommonAttr>()) && !D->hasAttr<CommonAttr>()) in isVarDeclStrongDefinition()
5052 CodeGenOpts.NoCommon)) in getLLVMLinkageForDeclarator()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td1411 MarshallingInfoNegativeFlag<CodeGenOpts<"NoCommon">>;