| /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 | 1028 struct Assignment { struct in __anon3afac2c40211::AssignmentTrackingLowering 1029 enum S { Known, NoneOrPhi } Status; 1031 DIAssignID *ID; 1034 DbgVariableRecord *Source = nullptr; 1036 bool isSameSourceAssignment(const Assignment &Other) const { in isSameSourceAssignment() 1041 void dump(raw_ostream &OS) { in dump() 1056 static Assignment make(DIAssignID *ID, DbgVariableRecord *Source) { in make() 1061 static Assignment makeFromMemDef(DIAssignID *ID) { in makeFromMemDef() 1064 static Assignment makeNoneOrPhi() { return Assignment(NoneOrPhi, nullptr); } in makeNoneOrPhi() 1066 Assignment() : Status(NoneOrPhi), ID(nullptr) {} // Can we delete this? in Assignment() function [all …]
|
| H A D | RegAllocFast.cpp | 1237 const LiveReg &Assignment) { in setPhysReg()
|
| /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 | 903 const Symbol *Sym) { in serializeSymbols()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CalledOnceCheck.cpp | 1496 void checkSuppression(const BinaryOperator *Assignment) { in checkSuppression()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 518 Assignment, enumerator 540 Assignment, enumerator
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 14928 ExprResult Assignment = S.CreateBuiltinBinOp( in buildSingleCopyAssignRecursively() local
|