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

1 2 3 4 5 67 8 91011>>

  /external/llvm/lib/Target/AMDGPU/InstPrinter/
AMDGPUInstPrinter.cpp 230 default:
376 // This is the default predicate state, so we don't need to print it.
380 default:
521 default: llvm_unreachable("Invalid SDWA data select operand");
551 default: llvm_unreachable("Invalid SDWA dest_unused operand");
579 StringRef Default) {
585 O << Default;
650 default: break;
729 default:
760 default
    [all...]
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 89 enum Format { Default, GNU, BSD };
94 cl::values(clEnumValN(Default, "default", "default"),
273 default:
423 default:
632 case Default:
756 .Default(MRICommand::Invalid);
  /external/pdfium/fpdfsdk/pwl/
cpwl_scroll_bar.cpp 28 Default();
35 void PWL_FLOATRANGE::Default() {
60 Default();
63 void PWL_SCROLL_PRIVATEDATA::Default() {
64 ScrollRange.Default();
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 219 // Emit by default LHS op RHS. MHS is used for range comparisons:
235 MachineBasicBlock *D): Reg(R), JTI(J), MBB(M), Default(D) {}
244 /// Default - the MBB of the default bb, which is a successor of the range
246 MachineBasicBlock *Default;
276 Parent(P), Default(D), Cases(C) { }
284 MachineBasicBlock *Default;
436 MachineBasicBlock* Default,
441 MachineBasicBlock* Default,
446 MachineBasicBlock* Default,
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
ResolveInfo.h 72 enum Visibility { Default = 0, Internal = 1, Hidden = 2, Protected = 3 };
  /frameworks/native/services/surfaceflinger/tests/hwc2/
Hwc2TestProperties.h 33 Default = 0,
66 virtual ~Hwc2TestContainer() = default;
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
readertest.cpp 33 bool Default() { ADD_FAILURE(); return false; }
59 bool Default() { ADD_FAILURE(); return false; }
68 bool Default() { ADD_FAILURE(); return false; }
77 bool Default() { ADD_FAILURE(); return false; }
86 bool Default() { ADD_FAILURE(); return false; }
95 bool Default() { ADD_FAILURE(); return false; }
455 bool Default() { ADD_FAILURE(); return false; }
705 bool Default() { ADD_FAILURE(); return false; }
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Framework/
FrameworkInternalFormRepresentation.h 197 UINT8 Flags; ///< If non-zero, it means that it is the default option.
205 UINT8 Flags; ///< If non-zero, it means that it is the default option.
220 UINT16 Default;
  /external/clang/lib/CodeGen/
CGCleanup.cpp 364 // If it's a branch, turn it into a switch whose default
814 llvm::BasicBlock *Default =
824 llvm::SwitchInst::Create(Load, Default, SwitchCapacity);
    [all...]
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp 98 .Default("Record[Idx++]");
105 .Default(type);
116 .Default("push_back(" + std::string(name) + ");\n");
203 virtual ~Argument() = default;
334 int64_t Default;
338 std::string T, int64_t Default)
339 : SimpleArgument(Arg, Attr, T), Default(Default) {}
344 OS << "\n\n static const " << getType() << " Default" << getUpperName()
347 OS << (Default != 0 ? "true" : "false")
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 232 // Emit by default LHS op RHS. MHS is used for range comparisons:
248 MachineBasicBlock *D): Reg(R), JTI(J), MBB(M), Default(D) {}
257 /// Default - the MBB of the default bb, which is a successor of the range
259 MachineBasicBlock *Default;
291 RegVT(RgVT), Emitted(E), ContiguousRange(CR), Parent(P), Default(D),
301 MachineBasicBlock *Default;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
StructurizeCFG.cpp 525 Value *Default = Loops ? BoolTrue : BoolFalse;
536 PhiInserter.AddAvailableValue(&Func->getEntryBlock(), Default);
537 PhiInserter.AddAvailableValue(Loops ? SuccFalse : Parent, Default);
560 PhiInserter.AddAvailableValue(Dominator.getResult(), Default);
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
CommandLine.h 56 /// SetVersionPrinter - Override the default (LLVM specific) version printer
64 /// default one. This can be called multiple times,
229 getOptionHiddenFlag() != 0 && "Not all default flags specified!");
286 // init - Specify a default (initial) value for the command line argument, if
287 // the default constructor for the argument type does not give you what you
333 // The default value safely does nothing. Option value printing is only
342 const DataType &getValue() const { assert(false && "no default value"); }
490 // parser class - Parameterizable parser for different data types. By default,
492 // you would expect. The default parser, used for data types that are not
535 const GenericOptionValue &Default,
    [all...]
  /external/swiftshader/third_party/subzero/src/
WasmTranslator.cpp 25 #pragma clang diagnostic ignored "-Wcovered-switch-default"
157 OperandNode() = default;
250 default:
702 default:
925 default:
    [all...]
  /external/testng/src/main/java/org/testng/internal/annotations/
JDK15TagFactory.java 435 * This interface is used to calculate the default value for various
437 * hierarchy. We can't use null as a default since annotation don't allow
438 * nulls, so each type has a different way of defining its own default.
440 static interface Default<T> {
444 private static final Default<Class<?>> DEFAULT_CLASS = new Default<Class<?>>() {
451 private static final Default<String> DEFAULT_STRING = new Default<String>() {
461 * non-default value or we reach the top of the hierarchy (Object).
465 Default<T> def)
    [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
reader.h 143 kParseDefaultFlags = RAPIDJSON_PARSE_DEFAULT_FLAGS //!< Default parse flags. Can be customized by defining RAPIDJSON_PARSE_DEFAULT_FLAGS
176 //! Default implementation of Handler.
186 bool Default() { return true; }
187 bool Null() { return static_cast<Override&>(*this).Default(); }
188 bool Bool(bool) { return static_cast<Override&>(*this).Default(); }
189 bool Int(int) { return static_cast<Override&>(*this).Default(); }
190 bool Uint(unsigned) { return static_cast<Override&>(*this).Default(); }
191 bool Int64(int64_t) { return static_cast<Override&>(*this).Default(); }
192 bool Uint64(uint64_t) { return static_cast<Override&>(*this).Default(); }
193 bool Double(double) { return static_cast<Override&>(*this).Default(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
AMDGPUCodeObjectMetadata.h 47 Default = 0,
129 /// \brief Default constructor.
130 Metadata() = default;
210 /// \brief Default constructor.
211 Metadata() = default;
270 /// \brief Default constructor.
271 Metadata() = default;
330 /// \brief Default constructor.
331 Metadata() = default;
382 /// \brief Default constructor
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
AMDGPUCodeObjectMetadata.h 47 Default = 0,
129 /// \brief Default constructor.
130 Metadata() = default;
210 /// \brief Default constructor.
211 Metadata() = default;
270 /// \brief Default constructor.
271 Metadata() = default;
330 /// \brief Default constructor.
331 Metadata() = default;
382 /// \brief Default constructor
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
AMDGPUMetadata.h 44 Default = 0,
131 /// \brief Default constructor.
132 Metadata() = default;
215 /// \brief Default constructor.
216 Metadata() = default;
279 /// \brief Default constructor.
280 Metadata() = default;
336 /// \brief Default constructor.
337 Metadata() = default;
392 /// \brief Default constructor
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
AMDGPUMetadata.h 44 Default = 0,
131 /// \brief Default constructor.
132 Metadata() = default;
215 /// \brief Default constructor.
216 Metadata() = default;
279 /// \brief Default constructor.
280 Metadata() = default;
336 /// \brief Default constructor.
337 Metadata() = default;
392 /// \brief Default constructor
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
AMDGPUMetadata.h 44 Default = 0,
131 /// \brief Default constructor.
132 Metadata() = default;
215 /// \brief Default constructor.
216 Metadata() = default;
279 /// \brief Default constructor.
280 Metadata() = default;
336 /// \brief Default constructor.
337 Metadata() = default;
392 /// \brief Default constructor
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
AMDGPUMetadata.h 44 Default = 0,
131 /// \brief Default constructor.
132 Metadata() = default;
215 /// \brief Default constructor.
216 Metadata() = default;
279 /// \brief Default constructor.
280 Metadata() = default;
336 /// \brief Default constructor.
337 Metadata() = default;
392 /// \brief Default constructor
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
AMDGPUCodeObjectMetadata.h 47 Default = 0,
129 /// \brief Default constructor.
130 Metadata() = default;
210 /// \brief Default constructor.
211 Metadata() = default;
270 /// \brief Default constructor.
271 Metadata() = default;
330 /// \brief Default constructor.
331 Metadata() = default;
382 /// \brief Default constructor
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
AMDGPUCodeObjectMetadata.h 47 Default = 0,
129 /// \brief Default constructor.
130 Metadata() = default;
210 /// \brief Default constructor.
211 Metadata() = default;
270 /// \brief Default constructor.
271 Metadata() = default;
330 /// \brief Default constructor.
331 Metadata() = default;
382 /// \brief Default constructor
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
AMDGPUMetadata.h 44 Default = 0,
131 /// \brief Default constructor.
132 Metadata() = default;
215 /// \brief Default constructor.
216 Metadata() = default;
279 /// \brief Default constructor.
280 Metadata() = default;
336 /// \brief Default constructor.
337 Metadata() = default;
392 /// \brief Default constructor
    [all...]

Completed in 795 milliseconds

1 2 3 4 5 67 8 91011>>