Home
last modified time | relevance | path

Searched defs:Required (Results 1 – 24 of 24) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DDAGDeltaAlgorithm.cpp119 const changeset_ty &Required) { in UpdatedSearchState()
158 const changeset_ty &Required; member in __anond57456840111::DeltaActiveSetHelper
173 const changeset_ty &Required) in DeltaActiveSetHelper()
291 const changeset_ty &Required) { in GetTestResult()
314 changeset_ty Required; in Run() local
DYAMLTraits.cpp151 bool Input::preflightKey(const char *Key, bool Required, bool, bool &UseDefault, in preflightKey() argument
498 bool Output::preflightKey(const char *Key, bool Required, bool SameAsDefault, in preflightKey()
DVirtualFileSystem.cpp1192 bool Required; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
DAMDGPUMetadataVerifier.cpp67 msgpack::MapDocNode &MapNode, StringRef Key, bool Required, in verifyEntry()
76 msgpack::MapDocNode &MapNode, StringRef Key, bool Required, in verifyScalarEntry()
85 StringRef Key, bool Required) { in verifyIntegerEntry()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DDAGDeltaAlgorithm.h70 const changeset_ty &Required) {} in UpdatedSearchState()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/Stages/
DDispatchStage.cpp162 unsigned Required = std::min(NumMicroOps, DispatchWidth); in isAvailable() local
/third_party/rust/crates/clap/src/builder/
Darg_settings.rs30 Required, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstrItineraries.h60 Required = 0, enumerator
DMCAsmMacro.h132 bool Required = false; member
/third_party/skia/tools/gpu/gl/interface/
Dgen_interface.go56 Required bool `json:"required"` member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DScheduleDAG.cpp107 bool SUnit::addPred(const SDep &D, bool Required) { in addPred()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCommandLine.h126 Required = 0x02, // One occurrence required enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCommandLine.h105 Required = 0x02, // One occurrence required enumerator
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DType.cs1062 [pbr::OriginalName("CARDINALITY_REQUIRED")] Required = 2, enumerator
/third_party/typescript/src/services/codefixes/
DimportFixes.ts288 Required = 1 << 1, enumerator
/third_party/typescript/lib/
Dlib.es5.d.ts1569 type Required<T> = { alias
Dtypescript.d.ts2837 Required = 1, enumerator
DtypescriptServices.d.ts2837 Required = 1, enumerator
Dtsserverlibrary.d.ts2837 Required = 1, enumerator
/third_party/typescript/src/lib/
Des5.d.ts1549 type Required<T> = { alias
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs2909 [pbr::OriginalName("LABEL_REQUIRED")] Required = 2, enumerator
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts2837 Required = 1, enumerator
Dtsserverlibrary.d.ts2837 Required = 1, enumerator
/third_party/libabigail/tests/lib/
Dcatch.hpp9222 enum class Optionality { Optional, Required }; enumerator