Searched defs:Assignment (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/ |
H A D | GIMatchDagInstr.cpp |
|
H A D | GIMatchDag.cpp |
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | AssignmentTrackingAnalysis.cpp | 1031 struct Assignment { struct in __anon3afac2c40211::AssignmentTrackingLowering 1032 enum S { Known, NoneOrPhi } Status; 1034 DIAssignID *ID; 1037 AssignRecord Source; 1039 bool isSameSourceAssignment(const Assignment &Other) const { in isSameSourceAssignment() 1044 void dump(raw_ostream &OS) { in dump() 1061 static Assignment make(DIAssignID *ID, DbgAssignIntrinsic *Source) { in make() 1064 static Assignment make(DIAssignID *ID, DbgVariableRecord *Source) { in make() 1069 static Assignment make(DIAssignID *ID, AssignRecord Source) { in make() 1072 static Assignment makeFromMemDef(DIAssignID *ID) { in makeFromMemDef() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | DebugSupport.cpp | 42 Solver::Result::Assignment Assignment) { in operator <<()
|
H A D | WatchedLiteralsSolver.cpp | 88 enum class Assignment : int8_t { enum in clang::dataflow::__anondce44e890111::WatchedLiteralsSolverImpl
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | OperatorPrecedence.h | 29 Assignment = 2, // =, *=, /=, %=, +=, -=, <<=, >>=, &=, ^=, |= enumerator
|
/freebsd/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/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
H A D | BugReporterVisitors.h | 135 Assignment, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
H A D | TextStubV5.cpp | 858 const Symbol *Sym) { in serializeSymbols()
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | CalledOnceCheck.cpp | 1498 void checkSuppression(const BinaryOperator *Assignment) { in checkSuppression()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 14639 ExprResult Assignment = S.CreateBuiltinBinOp( in buildSingleCopyAssignRecursively() local
|