OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:boolOrDefault
(Results
1 - 7
of
7
) sorted by null
/external/llvm/include/llvm/Support/
CommandLine.h
429
enum
boolOrDefault
{ BOU_UNSET, BOU_TRUE, BOU_FALSE };
431
struct OptionValue<cl::
boolOrDefault
> : OptionValueCopy<cl::
boolOrDefault
> {
432
typedef cl::
boolOrDefault
WrapperType;
436
OptionValue(const cl::
boolOrDefault
& V) {
439
OptionValue<cl::
boolOrDefault
> &operator=(const cl::
boolOrDefault
& V) {
768
// parser<
boolOrDefault
>
770
class parser<
boolOrDefault
> : public basic_parser<
boolOrDefault
> {
[
all
...]
/external/llvm/lib/CodeGen/
LLVMTargetMachine.cpp
43
static cl::opt<cl::
boolOrDefault
>
52
static cl::opt<cl::
boolOrDefault
>
Passes.cpp
55
static cl::opt<cl::
boolOrDefault
>
58
static cl::opt<cl::
boolOrDefault
>
95
/// These should be converted to
boolOrDefault
in order to use applyOverride.
108
cl::
boolOrDefault
Override,
BranchFolding.cpp
46
static cl::opt<cl::
boolOrDefault
> FlagEnableTailMerge("enable-tail-merge",
[
all
...]
RegisterCoalescer.cpp
66
static cl::opt<cl::
boolOrDefault
>
[
all
...]
/frameworks/compile/mclinker/lib/CodeGen/
MCLDTargetMachine.cpp
63
static cl::opt<cl::
boolOrDefault
>
77
static cl::opt<cl::
boolOrDefault
>
/external/llvm/lib/Support/
CommandLine.cpp
47
TEMPLATE_INSTANTIATION(class basic_parser<
boolOrDefault
>);
63
void OptionValue<
boolOrDefault
>::anchor() {}
68
void parser<
boolOrDefault
>::anchor() {}
[
all
...]
Completed in 680 milliseconds