| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | CheckerHelpers.cpp | 86 if (auto Assign = dyn_cast_or_null<BinaryOperator>(S)) { in parseAssignment() local 87 if (Assign->isAssignmentOp()) { in parseAssignment() 89 RHS = Assign->getRHS(); in parseAssignment() 90 if (auto DE = dyn_cast_or_null<DeclRefExpr>(Assign->getLHS())) in parseAssignment()
|
| /openbsd-src/gnu/usr.bin/perl/dist/threads-shared/t/ |
| H A D | 0nothread.t | 16 is(keys %hash,1, "Assign grows hash"); 19 is(keys %hash,2, "Assign grows hash"); 43 is(@array,1, "Assign grows array");
|
| /openbsd-src/gnu/llvm/libcxx/include/ |
| H A D | sstream | 37 // [stringbuf.assign] Assign and swap: 87 // [istringstream.assign] Assign and swap: 127 // [ostringstream.assign] Assign and swap: 167 // [stringstream.assign] Assign and swap: 248 // [stringbuf.assign] Assign and swap: 671 // [istringstream.assign] Assign and swap: 751 // [ostringstream.assign] Assign and swap: 832 // [stringstream.assign] Assign and swap:
|
| H A D | ostream | 33 // 27.7.2.3 Assign/swap 74 // 27.7.3.3 Assign/swap 204 // 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: 200 // 27.7.1.1.2 Assign/swap:
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | Z3Solver.cpp | 852 SMTExprRef Assign = newExprRef( in getInterpretation() local 855 SMTSortRef Sort = getSort(Assign); in getInterpretation() 856 return toAPSInt(Sort, Assign, Int, true); in getInterpretation() 866 SMTExprRef Assign = newExprRef( in getInterpretation() local 869 SMTSortRef Sort = getSort(Assign); in getInterpretation() 870 return toAPFloat(Sort, Assign, Float, true); in getInterpretation()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| H A D | RegBankSelect.cpp | 482 bool Assign; in computeMapping() local 483 if (assignmentMatch(Reg, ValMapping, Assign)) { in computeMapping() 487 if (Assign) { in computeMapping()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | str-1t.fin | 28 Assign ASSIGN
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/ |
| H A D | ItaniumDemangle.h | 187 Assign, enumerator 1718 bool IsAssign = getPrecedence() == Prec::Assign; in printLeft() 1788 Else->printAsOperand(OB, Prec::Assign, true); in printLeft() 2947 {"aN", OperatorInfo::Binary, false, Node::Prec::Assign, "operator&="}, 2948 {"aS", OperatorInfo::Binary, false, Node::Prec::Assign, "operator="}, 2961 {"dV", OperatorInfo::Binary, false, Node::Prec::Assign, "operator/="}, 2972 {"dv", OperatorInfo::Binary, false, Node::Prec::Assign, "operator/"}, 2973 {"eO", OperatorInfo::Binary, false, Node::Prec::Assign, "operator^="}, 2979 {"lS", OperatorInfo::Binary, false, Node::Prec::Assign, "operator<<="}, 2983 {"mI", OperatorInfo::Binary, false, Node::Prec::Assign, "operator-="}, [all …]
|
| H A D | MicrosoftDemangleNodes.h | 121 Assign, // ?4 # operator= enumerator
|
| /openbsd-src/gnu/llvm/libcxxabi/src/demangle/ |
| H A D | ItaniumDemangle.h | 187 Assign, enumerator 1718 bool IsAssign = getPrecedence() == Prec::Assign; in printLeft() 1788 Else->printAsOperand(OB, Prec::Assign, true); in printLeft() 2947 {"aN", OperatorInfo::Binary, false, Node::Prec::Assign, "operator&="}, 2948 {"aS", OperatorInfo::Binary, false, Node::Prec::Assign, "operator="}, 2961 {"dV", OperatorInfo::Binary, false, Node::Prec::Assign, "operator/="}, 2972 {"dv", OperatorInfo::Binary, false, Node::Prec::Assign, "operator/"}, 2973 {"eO", OperatorInfo::Binary, false, Node::Prec::Assign, "operator^="}, 2979 {"lS", OperatorInfo::Binary, false, Node::Prec::Assign, "operator<<="}, 2983 {"mI", OperatorInfo::Binary, false, Node::Prec::Assign, "operator-="}, [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | HLSLExternalSemaSource.cpp | 196 BinaryOperator *Assign = BinaryOperator::Create( in addDefaultHandleConstructor() local 201 CompoundStmt::Create(AST, {Assign}, FPOptionsOverride(), in addDefaultHandleConstructor()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | StmtVisitor.h | 138 BINOP_FALLBACK(Assign) in BINOP_FALLBACK()
|
| /openbsd-src/gnu/llvm/libcxxabi/src/ |
| H A D | cxa_demangle.cpp | 212 case Node::Prec::Assign: in print()
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | WinCOFFObjectWriter.cpp | 933 auto Assign = [&](COFFSection &Section) { in assignSectionNumbers() local 945 Assign(*Section); in assignSectionNumbers() 948 Assign(*Section); in assignSectionNumbers()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CheckObjCDealloc.cpp | 679 (PropDecl->getSetterKind() == ObjCPropertyDecl::Assign && in diagnoseExtraRelease() 911 case ObjCPropertyDecl::Assign: in getDeallocReleaseRequirement()
|
| /openbsd-src/gnu/usr.bin/binutils/cpu/ |
| H A D | ChangeLog | 37 (fmovs): Assign to UNIT FMALL.
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/ |
| H A D | SparcCallingConv.td | 103 // - Assign all arguments to 64-bit aligned stack slots, 32-bits for inreg.
|
| /openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/ |
| H A D | ThreadSafetyCommon.h | 432 CallingContext *Ctx, bool Assign = false);
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | ThreadSafetyCommon.cpp | 530 bool Assign) { in translateBinAssign() argument 543 if (!Assign) { in translateBinAssign()
|
| /openbsd-src/gnu/llvm/llvm/lib/Demangle/ |
| H A D | ItaniumDemangle.cpp | 211 case Node::Prec::Assign: in print()
|
| H A D | MicrosoftDemangleNodes.cpp | 258 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, Assign, "operator="); in output()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/Windows/ |
| H A D | Threading.inc | 294 // Assign the current thread to a more appropriate CPU socket or CPU group
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/lib/builtins/ |
| H A D | BUILD.gn | 38 # Assign to sources like this to hide from
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | DebugInfo.cpp | 1889 auto *Assign = in trackAssignments() local 1891 (void)Assign; in trackAssignments() 1892 LLVM_DEBUG(errs() << " > INSERT: " << *Assign << "\n"); in trackAssignments()
|