Searched defs:ASSIGN (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/test/Analysis/copypaste/ |
| H A D | macros.cpp | 31 #define ASSIGN(T, V) T = T + V macro
|
| /llvm-project-15.0.7/clang/test/CoverageMapping/ |
| H A D | macro-expressions.cpp | 6 #define ASSIGN(x, y) x = y macro
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | regexec.c | 64 #define ASSIGN(d, s) ((d) = (s)) macro 111 #define ASSIGN(d, s) memmove(d, s, m->g->nstates) macro
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | uninit-variables.c | 434 #define ASSIGN(T, x, y) T y = x; macro
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | RangeConstraintManager.cpp | 1921 #define ASSIGN(CLASS, TO, SYM, CONSTRAINT) \ macro
|