Home
last modified time | relevance | path

Searched refs:Assignment (Results 1 – 24 of 24) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDagInstr.cpp28 for (const auto &Assignment : UserAssignedNamesForOperands) in print() local
29 ToPrint.emplace_back(Assignment.first, Assignment.second); in print()
32 for (const auto &Assignment : ToPrint) { in print() local
33 OS << Separator << "$" << Assignment.second << "=getOperand(" in print()
34 << Assignment.first << ")"; in print()
H A DGIMatchDag.cpp42 for (const auto &Assignment : N->user_assigned_operand_names()) in writeDOTGraph() local
43 ToPrint.emplace_back(Assignment.first, Assignment.second); in writeDOTGraph()
46 for (const auto &Assignment : ToPrint) { in writeDOTGraph() local
47 OS << Separator << "$" << Assignment.second << "=getOperand(" in writeDOTGraph()
48 << Assignment.first << ")"; in writeDOTGraph()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DOperatorPrecedence.h29 Assignment = 2, // =, *=, /=, %=, +=, -=, <<=, >>=, &=, ^=, |= enumerator
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DOperatorPrecedence.cpp52 case tok::pipeequal: return prec::Assignment; in getBinOpPrecedence()
/freebsd-13.1/contrib/tcsh/nls/ukrainian/
H A Dset140 38 Assignment missing expression
/freebsd-13.1/sys/contrib/device-tree/Bindings/soc/fsl/cpm_qe/qe/
H A Dpincfg.txt22 - assignment : function number of the pin according to the Pin Assignment
/freebsd-13.1/crypto/heimdal/lib/asn1/
H A Dasn1parse.y297 AssignmentList : Assignment
298 | Assignment AssignmentList
301 Assignment : TypeAssignment
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp467 Previous.getPrecedence() != prec::Assignment && in mustBreak()
685 P->getPrecedence() != prec::Assignment && in addTokenOnCurrentLine()
725 ((Previous.getPrecedence() != prec::Assignment && in addTokenOnCurrentLine()
1333 (Previous->getPrecedence() == prec::Assignment && in moveStatePastFakeLParens()
1359 *I < prec::Assignment) && in moveStatePastFakeLParens()
1370 (Previous->getPrecedence() == prec::Assignment || in moveStatePastFakeLParens()
1407 (!SkipFirstExtraIndent && *I > prec::Assignment && in moveStatePastFakeLParens()
H A DTokenAnnotator.cpp1492 if (Current.getPrecedence() == prec::Assignment && in modifyContext()
2178 Precedence == prec::Assignment && Current->is(tok::colon))) { in parse()
2228 return prec::Assignment; in getCurrentPrecedence()
2230 return prec::Assignment; in getCurrentPrecedence()
2234 return prec::Assignment; in getCurrentPrecedence()
2298 parse(prec::Assignment); in parseConditionalExpr()
2302 parse(prec::Assignment); in parseConditionalExpr()
2899 if (Level == prec::Assignment) in splitPenalty()
3534 Right.getPrecedence() == prec::Assignment) in spaceRequiredBefore()
4202 Right.getPrecedence() != prec::Assignment)) in canBreakBefore()
[all …]
H A DFormat.cpp1110 LLVMStyle.PenaltyBreakAssignment = prec::Assignment; in getLLVMStyle()
/freebsd-13.1/usr.sbin/bsdconfig/share/
H A Dsysrc.subr492 # Assignment w/ back-ticks, expression, or misc.
497 # Assignment w/ single-quoted value
504 # Assignment w/ double-quoted value
511 # Assignment w/ non-quoted value
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp1497 void checkSuppression(const BinaryOperator *Assignment) { in checkSuppression() argument
1501 if (auto Index = getIndexOfExpression(Assignment->getLHS())) { in checkSuppression()
1506 Assignment->getRHS()->IgnoreParenCasts()->getIntegerConstantExpr( in checkSuppression()
/freebsd-13.1/contrib/tcsh/nls/C/
H A Dset140 38 Assignment missing expression
/freebsd-13.1/sys/contrib/device-tree/Bindings/i3c/
H A Di3c.txt71 All I3C devices are supposed to support DAA (Dynamic Address Assignment), and
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h127 Assignment, enumerator
/freebsd-13.1/contrib/kyua/utils/
H A Dauto_array.ipp150 /// Assignment operator.
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp176 return ParseRHSOfBinaryExpression(LHS, prec::Assignment); in ParseAssignmentExpression()
197 return ParseRHSOfBinaryExpression(R, prec::Assignment); in ParseAssignmentExprWithObjCMessageExprStart()
565 ThisPrec == prec::Assignment; in ParseRHSOfBinaryExpression()
599 if (ThisPrec == prec::Assignment) { in ParseRHSOfBinaryExpression()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DOperationKinds.def401 // [C99 6.5.16] Assignment operators.
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1533 StoreInfo SI = {StoreInfo::Assignment, // default kind in VisitNode()
1998 case StoreInfo::Assignment: in handle()
/freebsd-13.1/stand/forth/
H A Dsupport.4th378 \ Assignment data temporary storage
/freebsd-13.1/crypto/openssl/
H A DINSTALL639 Assignment of environment variable for Configure. These
/freebsd-13.1/share/doc/IPv6/
H A DIMPLEMENTATION24 1.4.1 Assignment of link-local, and special addresses
674 1.4.1 Assignment of link-local, and special addresses
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp14016 ExprResult Assignment = S.CreateBuiltinBinOp( in buildSingleCopyAssignRecursively() local
14018 if (Assignment.isInvalid()) in buildSingleCopyAssignRecursively()
14020 return S.ActOnExprStmt(Assignment); in buildSingleCopyAssignRecursively()
/freebsd-13.1/sys/contrib/dev/acpica/
H A Dchanges.txt3936 // Assignment and compound assignment operations