| /freebsd-12.1/contrib/llvm/tools/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()
|
| H A D | Z3ConstraintManager.cpp | 759 SMTExprRef Assign = newExprRef( in getInterpretation() local 762 SMTSortRef Sort = getSort(Assign); in getInterpretation() 763 return toAPSInt(Sort, Assign, Int, true); in getInterpretation() 773 SMTExprRef Assign = newExprRef( in getInterpretation() local 776 SMTSortRef Sort = getSort(Assign); in getInterpretation() 777 return toAPFloat(Sort, Assign, Float, true); in getInterpretation()
|
| /freebsd-12.1/contrib/libc++/include/ |
| H A D | sstream | 35 // 27.8.1.2 Assign and swap: 80 // 27.8.2.2 Assign and swap: 116 // 27.8.3.2 Assign/swap: 152 // 27.8.5.1 Assign/swap: 220 // 27.8.1.2 Assign and swap: 657 // 27.8.2.2 Assign and swap: 774 // 27.8.2.2 Assign and swap: 893 // 27.8.2.2 Assign and swap:
|
| H A D | ostream | 34 // 27.7.2.3 Assign/swap 73 // 27.7.3.3 Assign/swap 173 // 27.7.2.3 Assign/swap
|
| H A D | istream | 34 // 27.7.1.1.2 Assign/swap: 88 // 27.7.2.1.2 Assign/swap: 199 // 27.7.1.1.2 Assign/swap:
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/ |
| H A D | RegBankSelect.cpp | 426 bool Assign; in computeMapping() local 427 if (assignmentMatch(Reg, ValMapping, Assign)) { in computeMapping() 431 if (Assign) { in computeMapping()
|
| /freebsd-12.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-12.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] 879 \ Assign toggled text to menu caption 898 \ Assign init_textN text to menu caption 972 \ Assign array value text to menu caption 1002 \ Assign configuration values
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | StmtVisitor.h | 138 BINOP_FALLBACK(Assign) in BINOP_FALLBACK()
|
| H A D | RecursiveASTVisitor.h | 67 OPERATOR(LAnd) OPERATOR(LOr) OPERATOR(Assign) OPERATOR(Comma) 423 GENERAL_BINOP_FALLBACK(NAME##Assign, CompoundAssignOperator) 564 case BO_##NAME##Assign: \ 565 DISPATCH_STMT(Bin##NAME##Assign, CompoundAssignOperator, S);
|
| /freebsd-12.1/sys/gnu/dts/arm/ |
| H A D | rk3288-veyron-chromebook.dtsi | 17 /* Assign 20 so we don't get confused w/ builtin ones */
|
| /freebsd-12.1/contrib/llvm/lib/MC/ |
| H A D | WinCOFFObjectWriter.cpp | 874 auto Assign = [&](COFFSection &Section) { in assignSectionNumbers() local 886 Assign(*Section); in assignSectionNumbers() 889 Assign(*Section); in assignSectionNumbers()
|
| /freebsd-12.1/contrib/libpcap/cmake/Modules/ |
| H A D | FindPthreads-w32.cmake | 65 # Assign default if needed
|
| /freebsd-12.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-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CheckObjCDealloc.cpp | 680 (PropDecl->getSetterKind() == ObjCPropertyDecl::Assign && in diagnoseExtraRelease() 912 case ObjCPropertyDecl::Assign: in getDeallocReleaseRequirement()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Sparc/ |
| H A D | SparcCallingConv.td | 104 // - Assign all arguments to 64-bit aligned stack slots, 32-bits for inreg.
|
| /freebsd-12.1/contrib/binutils/include/elf/ |
| H A D | ChangeLog | 61 (V850_OTHER_SDA, V850_OTHER_ZDA, V850_OTHER_TDA): Assign bits 370 * dwarf2.h (enum dwarf_type): Assign DW_ATE_GNU_decimal_float from
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ |
| H A D | ThreadSafetyCommon.h | 415 CallingContext *Ctx, bool Assign = false);
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/ |
| H A D | ThreadSafetyCommon.cpp | 489 bool Assign) { in translateBinAssign() argument 502 if (!Assign) { in translateBinAssign()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Demangle/ |
| H A D | MicrosoftDemangleNodes.h | 94 Assign, // ?4 # operator= enumerator
|
| /freebsd-12.1/share/examples/netgraph/ |
| H A D | ngctl | 24 name Assign name <name> to the node at <path>
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | ScriptParser.cpp | 832 } else if (SymbolAssignment *Assign = readAssignment(Tok)) { in readOutputSectionDescription() local 833 Cmd->SectionCommands.push_back(Assign); in readOutputSectionDescription()
|
| /freebsd-12.1/contrib/llvm/lib/Demangle/ |
| H A D | MicrosoftDemangleNodes.cpp | 255 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, Assign, "operator="); in output()
|
| /freebsd-12.1/contrib/netbsd-tests/lib/libcurses/ |
| H A D | testframe.txt | 53 Assign a value to a variable. The syntax is:
|