OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NumOpts
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/CodeGen/
RegAllocPBQP.h
84
AllowedRegVector() :
NumOpts
(0), Opts(nullptr) {}
87
:
NumOpts
(OptVec.size()), Opts(new unsigned[
NumOpts
]) {
92
:
NumOpts
(Other.
NumOpts
), Opts(new unsigned[
NumOpts
]) {
93
std::copy(Other.Opts.get(), Other.Opts.get() +
NumOpts
, Opts.get());
97
:
NumOpts
(std::move(Other.
NumOpts
)), Opts(std::move(Other.Opts)) {}
100
NumOpts
= Other.NumOpts
[
all
...]
/external/llvm/tools/gold/
gold-plugin.cpp
771
if (unsigned
NumOpts
= options::extra.size())
772
cl::ParseCommandLineOptions(
NumOpts
, &options::extra[0]);
/external/llvm/lib/Support/
CommandLine.cpp
[
all
...]
Completed in 1047 milliseconds