Home
last modified time | relevance | path

Searched defs:Constraint (Results 1 – 25 of 150) sorted by relevance

123456

/external/webrtc/sdk/
Dmedia_constraints.h36 struct Constraint { struct
37 Constraint() {} in Constraint() function
38 Constraint(const std::string& key, const std::string value) in Constraint() argument
44 class Constraints : public std::vector<Constraint> { argument
/external/perfetto/src/trace_processor/sqlite/
Dquery_constraints.h41 struct Constraint { struct
48 // The original index of this constraint in the aConstraint array. argument
60 QueryConstraints(); argument
/external/llvm-project/mlir/lib/TableGen/
DConstraint.cpp18 Constraint::Constraint(const llvm::Record *record) in Constraint() function in Constraint
36 Constraint::Constraint(Kind kind, const llvm::Record *record) in Constraint() function in Constraint
/external/python/pyasn1/docs/source/pyasn1/type/constraint/
Dpermittedalphabet.rst4 .. |Constraint| replace:: PermittedAlphabetConstraint substdef
Dconstraintsexclusion.rst4 .. |Constraint| replace:: ConstraintsExclusion substdef
Dconstraintsunion.rst4 .. |Constraint| replace:: ConstraintsUnion substdef
Dwithcomponents.rst4 .. |Constraint| replace:: WithComponentsConstraint substdef
Dconstraintsintersection.rst4 .. |Constraint| replace:: ConstraintsIntersection substdef
Dsinglevalue.rst4 .. |Constraint| replace:: SingleValueConstraint substdef
Dvaluesize.rst4 .. |Constraint| replace:: ValueSizeConstraint substdef
Dcontainedsubtype.rst4 .. |Constraint| replace:: ContainedSubtypeConstraint substdef
Dvaluerange.rst4 .. |Constraint| replace:: ValueRangeConstraint substdef
/external/llvm-project/clang/lib/Basic/Targets/
DAArch64.h102 std::string convertConstraint(const char *&Constraint) const override { in convertConstraint()
123 StringRef getConstraintRegister(StringRef Constraint, in getConstraintRegister()
DX86.cpp1359 StringRef Constraint, in validateOutputSize()
1369 StringRef Constraint, in validateInputSize()
1375 StringRef Constraint, in validateOperandSize()
/external/perfetto/src/trace_processor/db/
Dcolumn.h60 struct Constraint { struct
61 uint32_t col_idx;
62 FilterOp op;
63 SqlValue value;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/MCParser/
DMCParsedAsmOperand.h31 std::string Constraint; variable
/external/llvm-project/llvm/include/llvm/MC/MCParser/
DMCParsedAsmOperand.h31 std::string Constraint; variable
/external/llvm/include/llvm/MC/MCParser/
DMCParsedAsmOperand.h31 std::string Constraint; variable
/external/perfetto/src/trace_processor/dynamic/
Dexperimental_sched_upid_generator.cc50 const std::vector<Constraint>&, in ComputeTable()
Dexperimental_counter_dur_generator.cc52 const std::vector<Constraint>&, in ComputeTable()
/external/llvm-project/clang-tools-extra/clang-tidy/cert/
DNonTrivialTypesLibcMemoryCallsCheck.cpp90 bool Bind = false) { in registerMatchers()
/external/llvm-project/clang/include/clang/Sema/
DSemaConcept.h91 llvm::PointerUnion<AtomicConstraint *, CompoundConstraint> Constraint; member
/external/llvm-project/clang/include/clang/AST/
DExprConcepts.h420 NestedRequirement(Expr *Constraint) : in NestedRequirement()
429 NestedRequirement(ASTContext &C, Expr *Constraint, in NestedRequirement()
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporterVisitor.h132 DefinedSVal Constraint; variable
/external/clang/lib/CodeGen/
DTargetInfo.h127 StringRef Constraint, in adjustInlineAsmType()

123456