HomeSort by relevance Sort by last modified time
    Searched defs:Default (Results 101 - 125 of 308) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
CodeGen.h 37 enum Level { Default=0, Small=1, Large=2 };
55 Default, // -O2, -Os
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
CodeGen.h 28 enum Model { Default, JITDefault, Small, Kernel, Medium, Large };
37 enum Level { Default=0, Small=1, Large=2 };
55 Default, // -O2, -Os
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
CodeGen.h 28 enum Model { Default, JITDefault, Small, Kernel, Medium, Large };
37 enum Level { Default=0, Small=1, Large=2 };
55 Default, // -O2, -Os
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
CodeGen.h 28 enum Model { Default, JITDefault, Small, Kernel, Medium, Large };
37 enum Level { Default=0, Small=1, Large=2 };
55 Default, // -O2, -Os
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
CodeGen.h 37 enum Level { Default=0, Small=1, Large=2 };
55 Default, // -O2, -Os
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
CodeGen.h 37 enum Level { Default=0, Small=1, Large=2 };
55 Default, // -O2, -Os
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
CodeGen.h 37 enum Level { Default=0, Small=1, Large=2 };
55 Default, // -O2, -Os
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
CodeGen.h 37 enum Level { Default=0, Small=1, Large=2 };
55 Default, // -O2, -Os
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
UefiIfrParser.c 273 QUESTION_DEFAULT *Default;
277 // Free Default value List
281 Default = QUESTION_DEFAULT_FROM_LINK (Link);
282 RemoveEntryList (&Default->Link);
284 gBS->FreePool (Default);
373 // Free FormSet Default Store
836 default:
930 // Default
935 // It creates a default value for the current question.
936 // A Question may have more than one Default value which have different default types.
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
AnalyzerOptions.cpp 33 .Default(UMK_NotSet);
42 // Use the User Mode to set the default IPA value.
53 // Lookup the ipa configuration option, use the default from User Mode.
62 .Default(IPAK_NotSet);
91 .Default(CXXInlineableMemberKind());
107 StringRef Default,
119 return Default;
122 return Default;
129 // "true", "false", or the empty string (meaning the default value),
131 StringRef Default = toString(DefaultVal)
    [all...]
  /external/clang/tools/driver/
driver.cpp 349 enum { Default, POSIX, Windows } RSPQuoting = Default;
363 if (RSPQuoting == Windows || (RSPQuoting == Default && ClangCLMode))
  /external/libtextclassifier/
text-classifier.h 44 static SelectionOptions Default() { return SelectionOptions(); }
60 static ClassificationOptions Default() { return ClassificationOptions(); }
76 static AnnotationOptions Default() { return AnnotationOptions(); }
136 const SelectionOptions& options = SelectionOptions::Default()) const;
143 ClassificationOptions::Default()) const;
149 const AnnotationOptions& options = AnnotationOptions::Default()) const;
  /external/llvm/include/llvm/Target/
TargetOptions.h 28 Default, // Target-specific (either soft or hard depending on triple, etc).
62 Default, // Default means not specified
86 Default, // No specific tuning requested.
104 FloatABIType(FloatABI::Default),
107 EABIVersion(EABI::Default), DebuggerTuning(DebuggerKind::Default),
121 /// (the default), the code generator is not allowed to generate mad
129 /// this flag is off (the default), the code generator is not allowed to
137 /// this flag is off (the default), the code generator is not allowed t
    [all...]
  /external/llvm/lib/Fuzzer/
FuzzerDriver.cpp 34 int Default;
42 #define FUZZER_FLAG_INT(Name, Default, Description) int Name;
43 #define FUZZER_FLAG_UNSIGNED(Name, Default, Description) unsigned int Name;
55 #define FUZZER_FLAG_INT(Name, Default, Description) \
56 {#Name, Description, Default, &Flags.Name, nullptr, nullptr},
57 #define FUZZER_FLAG_UNSIGNED(Name, Default, Description) \
58 {#Name, Description, static_cast<int>(Default), \
95 Printf("%d\t%s\n", D.Default, D.Description);
175 *FlagDescriptions[F].IntFlag = FlagDescriptions[F].Default;
178 static_cast<unsigned int>(FlagDescriptions[F].Default);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_init.c 90 * - 2: Default (-O2, -Os)
98 Default, // -O2, -Os
247 optlevel = Default;
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetMachine.h 51 Default, // -O2, -Os
200 /// choices are static, PIC, and dynamic-no-pic, and target default.
204 /// medium, large, and target default.
207 /// getAsmVerbosityDefault - Returns the default value of asm verbosity.
211 /// setAsmVerbosityDefault - Set the default value of asm verbosity. Default
239 /// getEnableTailMergeDefault - the default setting for -enable-tail-merge
384 /// getEnableTailMergeDefault - the default setting for -enable-tail-merge
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
LowerSwitch.cpp 64 BasicBlock* OrigBlock, BasicBlock* Default);
66 BasicBlock* OrigBlock, BasicBlock* Default);
132 BasicBlock* Default)
137 return newLeafBlock(*Begin, Val, OrigBlock, Default);
151 OrigBlock, Default);
153 OrigBlock, Default);
171 // jumps to the default branch. At this point in the tree, the value
172 // can't be another valid case value, so the jump to the "default" branch
177 BasicBlock* Default)
214 BranchInst::Create(Succ, Default, Comp, NewLeaf)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetOptions.h 26 Default, // Target-specific (either soft or hard depending on triple, etc).
69 Default, // Default means not specified
93 Default, // No specific tuning requested.
124 /// this flag is off (the default), the code generator is not allowed to
131 /// this flag is off (the default), the code generator is not allowed to
137 /// this flag is off (the default), the code generator is not allowed to
154 /// false (the default), the code generator is allowed to assume that the
155 /// rounding behavior is the default (round-to-zero for all floating point
162 /// NoZerosInBSS - By default some codegens place zero-initialized data t
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Target/
TargetOptions.h 26 Default, // Target-specific (either soft or hard depending on triple, etc).
69 Default, // Default means not specified
93 Default, // No specific tuning requested.
124 /// this flag is off (the default), the code generator is not allowed to
131 /// this flag is off (the default), the code generator is not allowed to
137 /// this flag is off (the default), the code generator is not allowed to
154 /// false (the default), the code generator is allowed to assume that the
155 /// rounding behavior is the default (round-to-zero for all floating point
162 /// NoZerosInBSS - By default some codegens place zero-initialized data t
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Target/
TargetOptions.h 26 Default, // Target-specific (either soft or hard depending on triple, etc).
69 Default, // Default means not specified
93 Default, // No specific tuning requested.
124 /// this flag is off (the default), the code generator is not allowed to
131 /// this flag is off (the default), the code generator is not allowed to
137 /// this flag is off (the default), the code generator is not allowed to
154 /// false (the default), the code generator is allowed to assume that the
155 /// rounding behavior is the default (round-to-zero for all floating point
162 /// NoZerosInBSS - By default some codegens place zero-initialized data t
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Target/
TargetOptions.h 26 Default, // Target-specific (either soft or hard depending on triple, etc).
69 Default, // Default means not specified
93 Default, // No specific tuning requested.
124 /// this flag is off (the default), the code generator is not allowed to
131 /// this flag is off (the default), the code generator is not allowed to
137 /// this flag is off (the default), the code generator is not allowed to
154 /// false (the default), the code generator is allowed to assume that the
155 /// rounding behavior is the default (round-to-zero for all floating point
162 /// NoZerosInBSS - By default some codegens place zero-initialized data t
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Target/
TargetOptions.h 26 Default, // Target-specific (either soft or hard depending on triple, etc).
69 Default, // Default means not specified
93 Default, // No specific tuning requested.
124 /// this flag is off (the default), the code generator is not allowed to
131 /// this flag is off (the default), the code generator is not allowed to
137 /// this flag is off (the default), the code generator is not allowed to
154 /// false (the default), the code generator is allowed to assume that the
155 /// rounding behavior is the default (round-to-zero for all floating point
162 /// NoZerosInBSS - By default some codegens place zero-initialized data t
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Target/
TargetOptions.h 26 Default, // Target-specific (either soft or hard depending on triple, etc).
69 Default, // Default means not specified
93 Default, // No specific tuning requested.
124 /// this flag is off (the default), the code generator is not allowed to
131 /// this flag is off (the default), the code generator is not allowed to
137 /// this flag is off (the default), the code generator is not allowed to
154 /// false (the default), the code generator is allowed to assume that the
155 /// rounding behavior is the default (round-to-zero for all floating point
162 /// NoZerosInBSS - By default some codegens place zero-initialized data t
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Target/
TargetOptions.h 26 Default, // Target-specific (either soft or hard depending on triple, etc).
69 Default, // Default means not specified
93 Default, // No specific tuning requested.
124 /// this flag is off (the default), the code generator is not allowed to
131 /// this flag is off (the default), the code generator is not allowed to
137 /// this flag is off (the default), the code generator is not allowed to
154 /// false (the default), the code generator is allowed to assume that the
155 /// rounding behavior is the default (round-to-zero for all floating point
162 /// NoZerosInBSS - By default some codegens place zero-initialized data t
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetOptions.h 26 Default, // Target-specific (either soft or hard depending on triple, etc).
69 Default, // Default means not specified
93 Default, // No specific tuning requested.
124 /// this flag is off (the default), the code generator is not allowed to
131 /// this flag is off (the default), the code generator is not allowed to
137 /// this flag is off (the default), the code generator is not allowed to
154 /// false (the default), the code generator is allowed to assume that the
155 /// rounding behavior is the default (round-to-zero for all floating point
162 /// NoZerosInBSS - By default some codegens place zero-initialized data t
    [all...]

Completed in 1561 milliseconds

1 2 3 45 6 7 8 91011>>