Home
last modified time | relevance | path

Searched defs:ASSIGN (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/test/Analysis/copypaste/
H A Dmacros.cpp31 #define ASSIGN(T, V) T = T + V macro
/llvm-project/clang/test/CoverageMapping/
H A Dmacro-expressions.cpp6 #define ASSIGN(x, y) x = y macro
/llvm-project/llvm/lib/Support/
H A Dregexec.c64 #define ASSIGN(d, s) ((d) = (s)) macro
111 #define ASSIGN(d, s) memmove(d, s, m->g->nstates) macro
/llvm-project/clang/test/Sema/
H A Duninit-variables.c434 #define ASSIGN(T, x, y) T y = x; macro
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp1989 #define ASSIGN( global() macro