Searched refs:OptArgs (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/Sema/ |
D | AttributeList.cpp | 158 unsigned OptArgs : 4; member 185 return getMinArgs() + getInfo(*this).OptArgs; in getMaxArgs() 229 return getInfo(*this).OptArgs == 15; in hasVariadicArg()
|
/external/llvm/tools/bugpoint/ |
D | OptimizerDriver.cpp | 117 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/ |
D | OptimizerDriver.cpp | 118 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/ |
D | ParsedAttr.cpp | 151 return getMinArgs() + getInfo().OptArgs; in getMaxArgs() 205 return getInfo().OptArgs == 15; in hasVariadicArg()
|
/external/llvm-project/clang/examples/Attribute/ |
D | Attribute.cpp | 28 OptArgs = 1; in ExampleAttrInfo()
|
/external/llvm-project/clang/examples/CallSuperAttribute/ |
D | CallSuperAttrInfo.cpp | 158 OptArgs = 0; in CallSuperAttrInfo()
|
/external/llvm-project/clang/include/clang/Sema/ |
D | ParsedAttr.h | 50 unsigned OptArgs : 4; member 72 : AttrKind(AttrKind), NumArgs(0), OptArgs(0), HasCustomParsing(0), in AttrKind()
|
/external/llvm-project/clang/docs/ |
D | ClangPlugins.rst | 104 * ``NumArgs`` and ``OptArgs``, which set the number of required and optional
|