Searched defs:Assignment (Results 1 – 10 of 10) sorted by relevance
/openbsd-src/gnu/llvm/llvm/utils/TableGen/GlobalISel/ |
H A D | GIMatchDagInstr.cpp | 28 for (const auto &Assignment : UserAssignedNamesForOperands) in print() local 32 for (const auto &Assignment : ToPrint) { in print() local
|
H A D | GIMatchDag.cpp | 42 for (const auto &Assignment : N->user_assigned_operand_names()) in writeDOTGraph() local 46 for (const auto &Assignment : ToPrint) { in writeDOTGraph() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | AssignmentTrackingAnalysis.cpp | 916 struct Assignment { struct in __anonf860719b0211::AssignmentTrackingLowering 917 enum S { Known, NoneOrPhi } Status; 919 DIAssignID *ID; 922 DbgAssignIntrinsic *Source; 924 bool isSameSourceAssignment(const Assignment &Other) const { in isSameSourceAssignment() 929 void dump(raw_ostream &OS) { in dump() 944 static Assignment make(DIAssignID *ID, DbgAssignIntrinsic *Source) { in make() 947 static Assignment makeFromMemDef(DIAssignID *ID) { in makeFromMemDef() 950 static Assignment makeNoneOrPhi() { in makeNoneOrPhi() 954 Assignment() in Assignment() function [all …]
|
/openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
H A D | OperatorPrecedence.h | 29 Assignment = 2, // =, *=, /=, %=, +=, -=, <<=, >>=, &=, ^=, |= enumerator
|
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/ |
H A D | Solver.h | 44 enum class Assignment : uint8_t { AssignedFalse = 0, AssignedTrue = 1 }; enum
|
/openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/ |
H A D | DebugSupport.cpp | 63 llvm::StringRef debugString(Solver::Result::Assignment Assignment) { in debugString()
|
H A D | WatchedLiteralsSolver.cpp | 423 enum class Assignment : int8_t { enum in clang::dataflow::WatchedLiteralsSolverImpl
|
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
H A D | BugReporterVisitors.h | 129 Assignment, enumerator
|
/openbsd-src/gnu/llvm/clang/lib/Analysis/ |
H A D | CalledOnceCheck.cpp | 1497 void checkSuppression(const BinaryOperator *Assignment) { in checkSuppression()
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 14328 ExprResult Assignment = S.CreateBuiltinBinOp( in buildSingleCopyAssignRecursively() local
|