Home
last modified time | relevance | path

Searched defs:Assign (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp86 if (auto Assign = dyn_cast_or_null<BinaryOperator>(S)) { in parseAssignment() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h107 Assign, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp167 for (auto *Assign : at::getAssignmentMarkers(ToDelete)) in updateForDeletedStore() local
169 for (auto *Assign : at::getDPVAssignmentMarkers(ToDelete)) in updateForDeletedStore() local
180 auto ConvertUnlinkedAssignToValue = [&](auto *Assign) { in updateForDeletedStore()
H A DLocal.cpp2192 template <typename T> static void salvageDbgAssignAddress(T *Assign) { in salvageDbgAssignAddress()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DHLSLExternalSemaSource.cpp193 BinaryOperator *Assign = BinaryOperator::Create( in addDefaultHandleConstructor() local
H A DSemaExpr.cpp14451 SourceRange Assign; in CheckForModifiableLvalue() local
14512 SourceRange Assign; in CheckForModifiableLvalue() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DZ3Solver.cpp852 SMTExprRef Assign = newExprRef( in getInterpretation() local
866 SMTExprRef Assign = newExprRef( in getInterpretation() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp1559 const auto *Assign = CastToDbgAssign(Source); in emitDbgValue() local
1685 auto ProcessLinkedAssign = [&](auto *Assign) { in processTaggedInstruction()
1763 void AssignmentTrackingLowering::processDbgAssign(AssignRecord Assign, in processDbgAssign()
2182 auto HandleDbgAssignForStore = [&](auto *Assign) { in buildOverlapMapAndRecordDeclares()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp485 bool Assign; in computeMapping() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp29 const DbgAssignIntrinsic *Assign = local
H A DDebugInfo.cpp2110 auto *Assign = DPValue::createLinkedDPVAssign( in emitDbgAssign() local
2116 auto *Assign = DIB.insertDbgAssign(&StoreLikeInst, Val, VarRec.Var, Expr, in emitDbgAssign() local
2284 assert(llvm::any_of(Markers, [Declare](auto *Assign) { in runOnFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp492 DIExpression::FragmentInfo DeadFragment) { in shortenAssignment()
532 auto InsertAssignForOverlap = [&](auto *Assign) { in shortenAssignment()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp538 bool Assign) { in translateBinAssign()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp747 auto Assign = [&](COFFSection &Section) { in assignSectionNumbers() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h120 Assign, // ?4 # operator= enumerator
H A DItaniumDemangle.h193 Assign, enumerator
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h733 enum SetterKind { Assign, Retain, Copy, Weak }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp3543 auto Assign = [&MFI](int FI, int64_t Offset) { in determineSVEStackObjectOffsets() local