Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGCall.cpp1719 bool HasOptnone, in getDefaultFunctionAttributes() argument
1723 if (!HasOptnone) { in getDefaultFunctionAttributes()
1929 bool HasOptnone = false; in ConstructAttributeList() local
1992 HasOptnone = TargetDecl->hasAttr<OptimizeNoneAttr>(); in ConstructAttributeList()
2026 getDefaultFunctionAttributes(Name, HasOptnone, AttrOnCallSite, FuncAttrs); in ConstructAttributeList()
DCodeGenModule.h1575 void getDefaultFunctionAttributes(StringRef Name, bool HasOptnone,
/external/clang/lib/CodeGen/
DCGCall.cpp1625 bool HasOptnone = false; in ConstructAttributeList() local
1678 HasOptnone = TargetDecl->hasAttr<OptimizeNoneAttr>(); in ConstructAttributeList()
1682 if (!HasOptnone) { in ConstructAttributeList()