Searched defs:Assignment (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/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
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | OperatorPrecedence.h | 29 Assignment = 2, // =, *=, /=, %=, +=, -=, <<=, >>=, &=, ^=, |= enumerator
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporterVisitors.h | 127 Assignment, enumerator
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CalledOnceCheck.cpp | 1497 void checkSuppression(const BinaryOperator *Assignment) { in checkSuppression()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 14016 ExprResult Assignment = S.CreateBuiltinBinOp( in buildSingleCopyAssignRecursively() local
|