| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | CheckerHelpers.cpp | 85 if (auto Assign = dyn_cast_or_null<BinaryOperator>(S)) { in parseAssignment() local 86 if (Assign->isAssignmentOp()) { in parseAssignment() 88 RHS = Assign->getRHS(); in parseAssignment() 89 if (auto DE = dyn_cast_or_null<DeclRefExpr>(Assign->getLHS())) in parseAssignment()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/rtc/ |
| H A D | sa1100-rtc.txt | 9 - interrupt-names: Assign name of irq resource.
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | sstream | 36 // 27.8.1.2 Assign and swap: 84 // 27.8.2.2 Assign and swap: 123 // 27.8.3.2 Assign/swap: 162 // 27.8.5.1 Assign/swap: 240 // 27.8.1.2 Assign and swap: 663 // 27.8.2.2 Assign and swap: 743 // 27.8.2.2 Assign and swap: 824 // 27.8.2.2 Assign and swap:
|
| H A D | ostream | 33 // 27.7.2.3 Assign/swap 73 // 27.7.3.3 Assign/swap 171 // 27.7.2.3 Assign/swap
|
| H A D | istream | 33 // 27.7.1.1.2 Assign/swap: 87 // 27.7.2.1.2 Assign/swap: 198 // 27.7.1.1.2 Assign/swap:
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Z3Solver.cpp | 850 SMTExprRef Assign = newExprRef( in getInterpretation() local 853 SMTSortRef Sort = getSort(Assign); in getInterpretation() 854 return toAPSInt(Sort, Assign, Int, true); in getInterpretation() 864 SMTExprRef Assign = newExprRef( in getInterpretation() local 867 SMTSortRef Sort = getSort(Assign); in getInterpretation() 868 return toAPFloat(Sort, Assign, Float, true); in getInterpretation()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/pinctrl/ |
| H A D | nxp,lpc1850-scu.txt | 26 - nxp,gpio-pin-interrupt : Assign pin to gpio pin interrupt controller
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | RegBankSelect.cpp | 479 bool Assign; in computeMapping() local 480 if (assignmentMatch(Reg, ValMapping, Assign)) { in computeMapping() 484 if (Assign) { in computeMapping()
|
| /freebsd-13.1/contrib/googletest/googlemock/test/ |
| H A D | gmock-actions_test.cc | 59 using testing::Assign; 1019 Action<void(int)> a = Assign(&x, 5); in TEST() 1026 Action<void(void)> a = Assign(&x, "Hello, world"); in TEST() 1033 Action<void(int)> a = Assign(&x, 5); in TEST()
|
| H A D | gmock_link_test.h | 135 using testing::Assign; 285 EXPECT_CALL(mock, VoidFromString(_)).WillOnce(Assign(&ch, 'y')); in TEST()
|
| /freebsd-13.1/sys/contrib/device-tree/src/arm/ |
| H A D | rk3288-veyron-chromebook.dtsi | 18 /* Assign 20 so we don't get confused w/ builtin ones */
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtVisitor.h | 138 BINOP_FALLBACK(Assign) in BINOP_FALLBACK()
|
| /freebsd-13.1/stand/forth/ |
| H A D | menu.4th | 390 \ Assign first to kernel[x] 393 \ Assign second to menu_caption[x][y] 399 \ Assign third to ansi_caption[x][y] 884 \ Assign toggled text to menu caption 903 \ Assign init_textN text to menu caption 977 \ Assign array value text to menu caption 1025 \ Assign configuration values
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/ |
| H A D | WinCOFFObjectWriter.cpp | 937 auto Assign = [&](COFFSection &Section) { in assignSectionNumbers() local 949 Assign(*Section); in assignSectionNumbers() 952 Assign(*Section); in assignSectionNumbers()
|
| /freebsd-13.1/contrib/googletest/googlemock/docs/ |
| H A D | CheatSheet.md | 374 |`Assign(&variable, value)`|Assign `value` to variable.| 379 | `SetArgReferee<N>(value)` | Assign value to the variable referenced by the `N`-th (0-based) argum… 380 |`SetArgPointee<N>(value)` |Assign `value` to the variable pointed by the `N`-th (0-based) argument…
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CheckObjCDealloc.cpp | 678 (PropDecl->getSetterKind() == ObjCPropertyDecl::Assign && in diagnoseExtraRelease() 910 case ObjCPropertyDecl::Assign: in getDeallocReleaseRequirement()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcCallingConv.td | 103 // - Assign all arguments to 64-bit aligned stack slots, 32-bits for inreg.
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
| H A D | ThreadSafetyCommon.h | 414 CallingContext *Ctx, bool Assign = false);
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ThreadSafetyCommon.cpp | 493 bool Assign) { in translateBinAssign() argument 506 if (!Assign) { in translateBinAssign()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| H A D | MicrosoftDemangleNodes.h | 121 Assign, // ?4 # operator= enumerator
|
| /freebsd-13.1/share/examples/netgraph/ |
| H A D | ngctl | 24 name Assign name <name> to the node at <path>
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | Threading.inc | 279 // Assign the current thread to a more appropriate CPU socket or CPU group
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Demangle/ |
| H A D | MicrosoftDemangleNodes.cpp | 260 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, Assign, "operator="); in output()
|
| /freebsd-13.1/contrib/netbsd-tests/lib/libcurses/ |
| H A D | testframe.txt | 53 Assign a value to a variable. The syntax is:
|
| /freebsd-13.1/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-actions.h | 1205 PolymorphicAction<internal::AssignAction<T1, T2> > Assign(T1* ptr, T2 val) {
|