Home
last modified time | relevance | path

Searched defs:Assignment (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp1030 struct Assignment { struct in __anon71b57efa0211::AssignmentTrackingLowering
1031 enum S { Known, NoneOrPhi } Status;
1033 DIAssignID *ID;
1036 AssignRecord Source;
1043 void dump(raw_ostream &OS) { in dump()
1071 static Assignment makeFromMemDef(DIAssignID *ID) { in makeFromMemDef()
1076 Assignment() : Status(NoneOrPhi), ID(nullptr) {} // Can we delete this? in Assignment() function
1077 Assignment(S Status, DIAssignID *ID) : Status(Status), ID(ID) { in Assignment() argument
1081 Assignment(S Status, DIAssignID *ID, DbgAssignIntrinsic *Source) in Assignment() function
1086 Assignment(S Status, DIAssignID *ID, DPValue *Source) in Assignment() argument
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDebugSupport.cpp44 Solver::Result::Assignment Assignment) { in operator <<()
H A DWatchedLiteralsSolver.cpp484 enum class Assignment : int8_t { enum in clang::dataflow::WatchedLiteralsSolverImpl
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DOperatorPrecedence.h29 Assignment = 2, // =, *=, /=, %=, +=, -=, <<=, >>=, &=, ^=, |= enumerator
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DSolver.h46 enum class Assignment : uint8_t { AssignedFalse = 0, AssignedTrue = 1 }; enum
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h135 Assignment, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStubV5.cpp858 const Symbol *Sym) { in serializeSymbols()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp1497 void checkSuppression(const BinaryOperator *Assignment) { in checkSuppression()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp14767 ExprResult Assignment = S.CreateBuiltinBinOp( in buildSingleCopyAssignRecursively() local