Home
last modified time | relevance | path

Searched refs:OptArgs (Results 1 – 8 of 8) sorted by relevance

/external/clang/lib/Sema/
DAttributeList.cpp158 unsigned OptArgs : 4; member
185 return getMinArgs() + getInfo(*this).OptArgs; in getMaxArgs()
229 return getInfo(*this).OptArgs == 15; in hasVariadicArg()
/external/llvm/tools/bugpoint/
DOptimizerDriver.cpp117 static cl::list<std::string> OptArgs("opt-args", cl::Positional, variable
207 for (unsigned i = 0, e = OptArgs.size(); i != e; ++i) in runPasses()
208 Args.push_back(OptArgs[i].c_str()); in runPasses()
/external/llvm-project/llvm/tools/bugpoint/
DOptimizerDriver.cpp118 static cl::list<std::string> OptArgs("opt-args", cl::Positional, variable
206 for (unsigned i = 0, e = OptArgs.size(); i != e; ++i) in runPasses()
207 Args.push_back(OptArgs[i]); in runPasses()
/external/llvm-project/clang/lib/Sema/
DParsedAttr.cpp151 return getMinArgs() + getInfo().OptArgs; in getMaxArgs()
205 return getInfo().OptArgs == 15; in hasVariadicArg()
/external/llvm-project/clang/examples/Attribute/
DAttribute.cpp28 OptArgs = 1; in ExampleAttrInfo()
/external/llvm-project/clang/examples/CallSuperAttribute/
DCallSuperAttrInfo.cpp158 OptArgs = 0; in CallSuperAttrInfo()
/external/llvm-project/clang/include/clang/Sema/
DParsedAttr.h50 unsigned OptArgs : 4; member
72 : AttrKind(AttrKind), NumArgs(0), OptArgs(0), HasCustomParsing(0), in AttrKind()
/external/llvm-project/clang/docs/
DClangPlugins.rst104 * ``NumArgs`` and ``OptArgs``, which set the number of required and optional