Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDagInstr.cpp
H A DGIMatchDag.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp1031 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 DDebugSupport.cpp42 Solver::Result::Assignment Assignment) { in operator <<()
H A DWatchedLiteralsSolver.cpp88 enum class Assignment : int8_t { enum in clang::dataflow::__anondce44e890111::WatchedLiteralsSolverImpl
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOperatorPrecedence.h29 Assignment = 2, // =, *=, /=, %=, +=, -=, <<=, >>=, &=, ^=, |= enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DSolver.h46 enum class Assignment : uint8_t { AssignedFalse = 0, AssignedTrue = 1 }; enum
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h135 Assignment, enumerator
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStubV5.cpp858 const Symbol *Sym) { in serializeSymbols()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp1498 void checkSuppression(const BinaryOperator *Assignment) { in checkSuppression()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp14639 ExprResult Assignment = S.CreateBuiltinBinOp( in buildSingleCopyAssignRecursively() local