Home
last modified time | relevance | path

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

123

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp85 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 DZ3ConstraintManager.cpp759 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 Dsstream35 // 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 Dostream34 // 27.7.2.3 Assign/swap
73 // 27.7.3.3 Assign/swap
173 // 27.7.2.3 Assign/swap
H A Distream34 // 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 DRegBankSelect.cpp426 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 Dgmock-actions_test.cc59 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 Dgmock_link_test.h135 using testing::Assign;
285 EXPECT_CALL(mock, VoidFromString(_)).WillOnce(Assign(&ch, 'y')); in TEST()
/freebsd-12.1/stand/forth/
H A Dmenu.4th390 \ 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 DStmtVisitor.h138 BINOP_FALLBACK(Assign) in BINOP_FALLBACK()
H A DRecursiveASTVisitor.h67 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 Drk3288-veyron-chromebook.dtsi17 /* Assign 20 so we don't get confused w/ builtin ones */
/freebsd-12.1/contrib/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp874 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 DFindPthreads-w32.cmake65 # Assign default if needed
/freebsd-12.1/contrib/googletest/googlemock/docs/
H A DCheatSheet.md374 |`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 DCheckObjCDealloc.cpp680 (PropDecl->getSetterKind() == ObjCPropertyDecl::Assign && in diagnoseExtraRelease()
912 case ObjCPropertyDecl::Assign: in getDeallocReleaseRequirement()
/freebsd-12.1/contrib/llvm/lib/Target/Sparc/
H A DSparcCallingConv.td104 // - Assign all arguments to 64-bit aligned stack slots, 32-bits for inreg.
/freebsd-12.1/contrib/binutils/include/elf/
H A DChangeLog61 (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 DThreadSafetyCommon.h415 CallingContext *Ctx, bool Assign = false);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp489 bool Assign) { in translateBinAssign() argument
502 if (!Assign) { in translateBinAssign()
/freebsd-12.1/contrib/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h94 Assign, // ?4 # operator= enumerator
/freebsd-12.1/share/examples/netgraph/
H A Dngctl24 name Assign name <name> to the node at <path>
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DScriptParser.cpp832 } 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 DMicrosoftDemangleNodes.cpp255 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, Assign, "operator="); in output()
/freebsd-12.1/contrib/netbsd-tests/lib/libcurses/
H A Dtestframe.txt53 Assign a value to a variable. The syntax is:

123