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.cpp87 if (auto Assign = dyn_cast_or_null<BinaryOperator>(S)) { in parseAssignment() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp169 for (auto *Assign : at::getAssignmentMarkers(ToDelete)) in updateForDeletedStore() local
171 for (auto *Assign : at::getDVRAssignmentMarkers(ToDelete)) in updateForDeletedStore() local
182 auto ConvertUnlinkedAssignToValue = [&](auto *Assign) { in updateForDeletedStore()
H A DLocal.cpp2215 template <typename T> static void salvageDbgAssignAddress(T *Assign) { in salvageDbgAssignAddress()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h269 Assign, enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DHLSLExternalSemaSource.cpp197 BinaryOperator *Assign = BinaryOperator::Create( in addDefaultHandleConstructor() local
H A DSemaExpr.cpp13423 SourceRange Assign; in CheckForModifiableLvalue() local
13484 SourceRange Assign; in CheckForModifiableLvalue() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp1561 const auto *Assign = CastToDbgAssign(Source); in emitDbgValue() local
1687 auto ProcessLinkedAssign = [&](auto *Assign) { in processTaggedInstruction()
1765 void AssignmentTrackingLowering::processDbgAssign(AssignRecord Assign, in processDbgAssign()
2189 auto HandleDbgAssignForStore = [&](auto *Assign) { in buildOverlapMapAndRecordDeclares()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp486 bool Assign; in computeMapping() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DZ3Solver.cpp864 SMTExprRef Assign = newExprRef( in getInterpretation() local
878 SMTExprRef Assign = newExprRef( in getInterpretation() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp492 DIExpression::FragmentInfo DeadFragment) { in shortenAssignment()
533 auto InsertAssignForOverlap = [&](auto *Assign) { in shortenAssignment()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp45 const DbgAssignIntrinsic *Assign = local
H A DDebugInfo.cpp2036 auto *Assign = DbgVariableRecord::createLinkedDVRAssign( in emitDbgAssign() local
2042 auto Assign = DIB.insertDbgAssign(&StoreLikeInst, Val, VarRec.Var, Expr, Dest, in emitDbgAssign() local
2211 assert(llvm::any_of(Markers, [Declare](auto *Assign) { in runOnFunction()
/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.cpp717 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.h192 Assign, enumerator
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h734 enum SetterKind { Assign, Retain, Copy, Weak }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp4029 auto Assign = [&MFI](int FI, int64_t Offset) { in determineSVEStackObjectOffsets() local