Searched refs:constraints (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/powerpc/cpufreq/
H A Dmpc85xx_jog.c183 struct mpc85xx_constraints *constraints; local
191 constraints = (struct mpc85xx_constraints *)compat->ocd_data;
208 sc->min_freq = constraints->threshold;
209 sc->low = constraints->min_mult;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DInlineAsm.cpp31 const std::string &constraints, bool hasSideEffects,
34 AsmString(asmString), Constraints(constraints), FTy(FTy),
38 assert(Verify(getFunctionType(), constraints) &&
39 "Function type not legal for constraints!");
133 // Parse the various constraints.
181 // FIXME: For now assuming these are 2-character constraints.
220 // Scan the constraints string.
258 // Error parsing constraints.
30 InlineAsm(FunctionType *FTy, const std::string &asmString, const std::string &constraints, bool hasSideEffects, bool isAlignStack, AsmDialect asmDialect) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp444 /// output operand. All output constraints are known to be non-empty (either
467 /// constraints, these can be empty.
541 // "Simple" inline asms have no constraints or operands, just convert the asm
756 StringLiteral **constraints, Expr **exprs,
773 std::copy(constraints, constraints + NumConstraints, Constraints);
783 ArrayRef<StringRef> constraints, ArrayRef<Expr*> exprs,
789 initialize(C, asmstr, asmtoks, constraints, exprs, clobbers);
798 ArrayRef<StringRef> constraints,
805 assert(exprs.size() == constraints
753 GCCAsmStmt(const ASTContext &C, SourceLocation asmloc, bool issimple, bool isvolatile, unsigned numoutputs, unsigned numinputs, IdentifierInfo **names, StringLiteral **constraints, Expr **exprs, StringLiteral *asmstr, unsigned numclobbers, StringLiteral **clobbers, unsigned numlabels, SourceLocation rparenloc) argument
779 MSAsmStmt(const ASTContext &C, SourceLocation asmloc, SourceLocation lbraceloc, bool issimple, bool isvolatile, ArrayRef<Token> asmtoks, unsigned numoutputs, unsigned numinputs, ArrayRef<StringRef> constraints, ArrayRef<Expr*> exprs, StringRef asmstr, ArrayRef<StringRef> clobbers, SourceLocation endloc) argument
796 initialize(const ASTContext &C, StringRef asmstr, ArrayRef<Token> asmtoks, ArrayRef<StringRef> constraints, ArrayRef<Expr*> exprs, ArrayRef<StringRef> clobbers) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp244 MultiExprArg constraints, MultiExprArg Exprs,
250 reinterpret_cast<StringLiteral**>(constraints.data());
389 // Only allow void types for memory constraints.
488 // Validate constraints and modifiers.
241 ActOnGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, bool IsVolatile, unsigned NumOutputs, unsigned NumInputs, IdentifierInfo **Names, MultiExprArg constraints, MultiExprArg Exprs, Expr *asmString, MultiExprArg clobbers, unsigned NumLabels, SourceLocation RParenLoc) argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2812 /// output operand. All output constraints are known to be non-empty (either
2834 /// constraints, these can be empty.
2934 IdentifierInfo **names, StringLiteral **constraints, Expr **exprs,
3158 ArrayRef<StringRef> constraints,
/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3.c3164 ** [foreign key constraints]. There should be two additional arguments.
3371 ** CHECK constraints, DEFAULT clauses, expression indexes,
5576 ** WHERE clause constraints and the table content, it might return no rows.
6164 ** within VIEWs, TRIGGERs, CHECK constraints, generated column expressions,
6170 ** used inside of triggers, view, CHECK constraints, or other elements of
6311 ** schema structures such as [CHECK constraints], [DEFAULT clauses],
6333 ** schema structures such as [CHECK constraints], [DEFAULT clauses],
6945 ** If a collating function fails any of the above constraints and that
7887 ** ^(The aConstraint[] array records WHERE clause constraints of the form:
7986 } *aConstraint; /* Table of WHERE clause constraints */
209142 SessionBuffer constraints; /* Deferred constraints are stored here */ member in struct:SessionApplyCtx
[all...]

Completed in 391 milliseconds