Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDagInstr.cpp28 for (const auto &Assignment : UserAssignedNamesForOperands) in print() local
32 for (const auto &Assignment : ToPrint) { in print() local
H A DGIMatchDag.cpp42 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 DAssignmentTrackingAnalysis.cpp916 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 DOperatorPrecedence.h29 Assignment = 2, // =, *=, /=, %=, +=, -=, <<=, >>=, &=, ^=, |= enumerator
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/
H A DSolver.h44 enum class Assignment : uint8_t { AssignedFalse = 0, AssignedTrue = 1 }; enum
/openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/
H A DDebugSupport.cpp63 llvm::StringRef debugString(Solver::Result::Assignment Assignment) { in debugString()
H A DWatchedLiteralsSolver.cpp423 enum class Assignment : int8_t { enum in clang::dataflow::WatchedLiteralsSolverImpl
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h129 Assignment, enumerator
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DCalledOnceCheck.cpp1497 void checkSuppression(const BinaryOperator *Assignment) { in checkSuppression()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp14328 ExprResult Assignment = S.CreateBuiltinBinOp( in buildSingleCopyAssignRecursively() local