Home
last modified time | relevance | path

Searched refs:Assign (Results 1 – 25 of 75) sorted by relevance

123

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACCAtomic.cpp300 << diag::OACCAtomicExpr::Assign); in CheckAssignment()
307 << diag::OACCAtomicExpr::Assign); in CheckAssignment()
314 << /*left=*/0 << diag::OACCAtomicOpKind::Assign)) in CheckAssignment()
373 << /*left=*/0 << diag::OACCAtomicOpKind::Assign; in CheckAssignmentWithBinOpOnRHS()
386 << /*right=*/1 << diag::OACCAtomicOpKind::Assign; in CheckAssignmentWithBinOpOnRHS()
523 << diag::OACCAtomicExpr::Assign); in CheckRead()
534 << /*right=*/1 << diag::OACCAtomicOpKind::Assign; in CheckRead()
546 << diag::OACCAtomicExpr::Assign); in CheckWrite()
557 << /*right=*/1 << diag::OACCAtomicOpKind::Assign; in CheckWrite()
646 << /*right=*/1 << diag::OACCAtomicOpKind::Assign; in CheckCapture()
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp87 if (auto Assign = dyn_cast_or_null<BinaryOperator>(S)) { in parseAssignment() local
88 if (Assign->isAssignmentOp()) { in parseAssignment()
90 RHS = Assign->getRHS(); in parseAssignment()
91 if (auto DE = dyn_cast_or_null<DeclRefExpr>(Assign->getLHS())) in parseAssignment()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp1334 void processDbgAssign(DbgVariableRecord *Assign, BlockInfo *LiveSet);
1514 const DbgVariableRecord *Assign = Source; in emitDbgValue() local
1517 if (Assign->isKillAddress()) { in emitDbgValue()
1521 Value *Val = Assign->getAddress(); in emitDbgValue()
1522 DIExpression *Expr = Assign->getAddressExpression(); in emitDbgValue()
1691 for (DbgVariableRecord *Assign : LinkedDPAssigns) { in processTaggedInstruction()
1692 VariableID Var = getVariableID(DebugVariable(Assign)); in processTaggedInstruction()
1695 assert(VarsWithStackSlot->count(getAggregate(Assign)) && in processTaggedInstruction()
1701 LLVM_DEBUG(dbgs() << " linked to " << *Assign << "\n"); in processTaggedInstruction()
1716 emitDbgValue(LocKind::Mem, Assign, &I); in processTaggedInstruction()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp45 Type = LocationType::Assign;
46 const DbgAssignIntrinsic *Assign = local
48 resetDebugValue(1, Assign->getRawAddress());
49 AddressExpression = Assign->getAddressExpression();
50 setAssignId(Assign->getAssignID());
77 Type(LocationType::Assign), Variable(Variable), Expression(Expression),
422 case DbgVariableRecord::LocationType::Assign: in createDebugIntrinsic()
/freebsd/contrib/googletest/docs/reference/
H A Dactions.md25 | `Assign(&variable, value)` | Assign `value` to variable. |
30 | `SetArgReferee<N>(value)` | Assign `value` to the variable referenced by the `N`-th (0-based) arg…
31 | `SetArgPointee<N>(value)` | Assign `value` to the variable pointed by the `N`-th (0-based) argume…
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp512 auto SetDeadFragExpr = [](auto *Assign, in shortenAssignment()
517 Assign->getExpression() in shortenAssignment()
522 Assign->getExpression(), RelativeOffset, DeadFragment.SizeInBits)) { in shortenAssignment()
523 Assign->setExpression(*NewExpr); in shortenAssignment()
529 DIExpression::get(Assign->getContext(), {}), DeadFragment.OffsetInBits, in shortenAssignment()
531 Assign->setExpression(Expr); in shortenAssignment()
532 Assign->setKillLocation(); in shortenAssignment()
554 auto InsertAssignForOverlap = [&](auto *Assign) { in shortenAssignment() argument
557 DeadSliceSizeInBits, Assign, in shortenAssignment()
562 Assign->setKillAddress(); in shortenAssignment()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp172 for (auto *Assign : at::getAssignmentMarkers(ToDelete)) in updateForDeletedStore() local
173 InsertValueForAssign(Assign, DbgAssignsToDelete); in updateForDeletedStore()
174 for (auto *Assign : at::getDVRAssignmentMarkers(ToDelete)) in updateForDeletedStore() local
175 InsertValueForAssign(Assign, DVRAssignsToDelete); in updateForDeletedStore()
185 auto ConvertUnlinkedAssignToValue = [&](auto *Assign) { in updateForDeletedStore() argument
186 if (VarHasDbgAssignForStore.contains(DebugVariableAggregate(Assign))) in updateForDeletedStore()
188 ConvertDebugDeclareToDebugValue(Assign, ToDelete, DIB); in updateForDeletedStore()
/freebsd/sys/contrib/device-tree/Bindings/rtc/
H A Dsa1100-rtc.txt9 - interrupt-names: Assign name of irq resource.
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DZ3Solver.cpp864 SMTExprRef Assign = newExprRef( in getInterpretation() local
867 SMTSortRef Sort = getSort(Assign); in getInterpretation()
868 return toAPSInt(Sort, Assign, Int, true); in getInterpretation()
878 SMTExprRef Assign = newExprRef( in getInterpretation() local
881 SMTSortRef Sort = getSort(Assign); in getInterpretation()
882 return toAPFloat(Sort, Assign, Float, true); in getInterpretation()
/freebsd/sys/contrib/device-tree/src/arm64/ti/
H A Dk3-am642-phyboard-electra-pcie-usb2.dtso74 * Assign pcie_refclk0 to serdes_wiz0 as ext_ref_clk.
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dnxp,lpc1850-scu.txt26 - nxp,gpio-pin-interrupt : Assign pin to gpio pin interrupt controller
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dsstream62 // [stringbuf.assign] Assign and swap:
142 // [istringstream.assign] Assign and swap:
211 // [ostringstream.assign] Assign and swap:
281 // [stringstream.assign] Assign and swap:
370 // [stringbuf.assign] Assign and swap:
730 // [istringstream.assign] Assign and swap:
791 // [ostringstream.assign] Assign and swap:
854 // [stringstream.assign] Assign and swap:
H A Dostream33 // 27.7.2.3 Assign/swap
74 // 27.7.3.3 Assign/swap
/freebsd/contrib/llvm-project/libcxx/include/
H A Dostream33 // 27.7.2.3 Assign/swap
74 // 27.7.3.3 Assign/swap
H A Dsstream62 // [stringbuf.assign] Assign and swap:
142 // [istringstream.assign] Assign and swap:
211 // [ostringstream.assign] Assign and swap:
281 // [stringstream.assign] Assign and swap:
451 // [stringbuf.assign] Assign and swap:
939 // [istringstream.assign] Assign and swap:
1076 // [ostringstream.assign] Assign and swap:
1217 // [stringstream.assign] Assign and swap:
/freebsd/crypto/openssl/doc/man3/
H A DSSL_set1_server_cert_type.pod112 /* Assign rpk to an EVP_PKEY from a file or other means */
138 /* Assign rpk to an EVP_PKEY from a file or other means */
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp486 bool Assign; in computeMapping() local
487 if (assignmentMatch(Reg, ValMapping, Assign)) { in computeMapping()
491 if (Assign) { in computeMapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h284 Assign, enumerator
512 bool isDbgAssign() const { return getType() == LocationType::Assign; } in isDbgAssign()
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock_link_test.h134 using testing::Assign;
286 EXPECT_CALL(mock, VoidFromString(_)).WillOnce(Assign(&ch, 'y')); in TEST()
/freebsd/sys/contrib/device-tree/src/arm/rockchip/
H A Drk3288-veyron-chromebook.dtsi18 /* Assign 20 so we don't get confused w/ builtin ones */
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtVisitor.h140 BINOP_FALLBACK(Assign) in BINOP_FALLBACK()
/freebsd/stand/forth/
H A Dmenu.4th389 \ Assign first to kernel[x]
392 \ Assign second to menu_caption[x][y]
398 \ Assign third to ansi_caption[x][y]
883 \ Assign toggled text to menu caption
902 \ Assign init_textN text to menu caption
976 \ Assign array value text to menu caption
1024 \ Assign configuration values
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h197 Assign, enumerator
1893 bool IsAssign = getPrecedence() == Prec::Assign; in printLeft()
1963 Else->printAsOperand(OB, Prec::Assign, true); in printLeft()
3369 {"aN", OperatorInfo::Binary, false, Node::Prec::Assign, "operator&="},
3370 {"aS", OperatorInfo::Binary, false, Node::Prec::Assign, "operator="},
3386 {"dV", OperatorInfo::Binary, false, Node::Prec::Assign, "operator/="},
3397 {"dv", OperatorInfo::Binary, false, Node::Prec::Assign, "operator/"},
3398 {"eO", OperatorInfo::Binary, false, Node::Prec::Assign, "operator^="},
3404 {"lS", OperatorInfo::Binary, false, Node::Prec::Assign, "operator<<="},
3408 {"mI", OperatorInfo::Binary, false, Node::Prec::Assign, "operator-="},
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp686 (PropDecl->getSetterKind() == ObjCPropertyDecl::Assign && in diagnoseExtraRelease()
901 case ObjCPropertyDecl::Assign: in getDeallocReleaseRequirement()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRawPtrRefMemberChecker.cpp233 !PD->isReadOnly() && PD->getSetterKind() == ObjCPropertyDecl::Assign; in isPropImplUnsafePtr()

123