Searched defs:Assignment (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | AssignmentTrackingAnalysis.cpp | 1030 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 D | DebugSupport.cpp | 44 Solver::Result::Assignment Assignment) { in operator <<()
|
| H A D | WatchedLiteralsSolver.cpp | 484 enum class Assignment : int8_t { enum in clang::dataflow::WatchedLiteralsSolverImpl
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | OperatorPrecedence.h | 29 Assignment = 2, // =, *=, /=, %=, +=, -=, <<=, >>=, &=, ^=, |= enumerator
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
| H A D | Solver.h | 46 enum class Assignment : uint8_t { AssignedFalse = 0, AssignedTrue = 1 }; enum
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporterVisitors.h | 135 Assignment, enumerator
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/TextAPI/ |
| H A D | TextStubV5.cpp | 858 const Symbol *Sym) { in serializeSymbols()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CalledOnceCheck.cpp | 1497 void checkSuppression(const BinaryOperator *Assignment) { in checkSuppression()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 14767 ExprResult Assignment = S.CreateBuiltinBinOp( in buildSingleCopyAssignRecursively() local
|