Home
last modified time | relevance | path

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

1234

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp86 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 D0nothread.t16 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 Dsstream37 // [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 Dostream33 // 27.7.2.3 Assign/swap
74 // 27.7.3.3 Assign/swap
204 // 27.7.2.3 Assign/swap
H A Distream33 // 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 DZ3Solver.cpp852 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 DRegBankSelect.cpp482 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 Dstr-1t.fin28 Assign ASSIGN
/openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h187 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 DMicrosoftDemangleNodes.h121 Assign, // ?4 # operator= enumerator
/openbsd-src/gnu/llvm/libcxxabi/src/demangle/
H A DItaniumDemangle.h187 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 DHLSLExternalSemaSource.cpp196 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 DStmtVisitor.h138 BINOP_FALLBACK(Assign) in BINOP_FALLBACK()
/openbsd-src/gnu/llvm/libcxxabi/src/
H A Dcxa_demangle.cpp212 case Node::Prec::Assign: in print()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp933 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 DCheckObjCDealloc.cpp679 (PropDecl->getSetterKind() == ObjCPropertyDecl::Assign && in diagnoseExtraRelease()
911 case ObjCPropertyDecl::Assign: in getDeallocReleaseRequirement()
/openbsd-src/gnu/usr.bin/binutils/cpu/
H A DChangeLog37 (fmovs): Assign to UNIT FMALL.
/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcCallingConv.td103 // - Assign all arguments to 64-bit aligned stack slots, 32-bits for inreg.
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h432 CallingContext *Ctx, bool Assign = false);
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp530 bool Assign) { in translateBinAssign() argument
543 if (!Assign) { in translateBinAssign()
/openbsd-src/gnu/llvm/llvm/lib/Demangle/
H A DItaniumDemangle.cpp211 case Node::Prec::Assign: in print()
H A DMicrosoftDemangleNodes.cpp258 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, Assign, "operator="); in output()
/openbsd-src/gnu/llvm/llvm/lib/Support/Windows/
H A DThreading.inc294 // 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 DBUILD.gn38 # Assign to sources like this to hide from
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugInfo.cpp1889 auto *Assign = in trackAssignments() local
1891 (void)Assign; in trackAssignments()
1892 LLVM_DEBUG(errs() << " > INSERT: " << *Assign << "\n"); in trackAssignments()

1234