Searched defs:ASSIGN (Results 1 - 7 of 7) sorted by last modified time

/freebsd-10.1-release/contrib/llvm/lib/Support/
H A Dregexec.c64 #define ASSIGN(d, s) ((d) = (s)) macro
90 #undef ASSIGN macro
111 #define ASSIGN(d, s) memmove(d, s, m->g->nstates) macro
/freebsd-10.1-release/contrib/nvi/regex/
H A Dregexec.c75 #define ASSIGN(d, s) ((d) = (s)) macro
101 #undef ASSIGN macro
122 #define ASSIGN(d, s) memcpy(d, s, m->g->nstates) macro
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dada-exp.c70 ASSIGN = 272, enumerator in enum:yytokentype
118 #define ASSIGN 272 macro
H A Dm2-exp.c89 ASSIGN = 291, enumerator in enum:yytokentype
137 #define ASSIGN 291 macro
H A Dp-exp.c73 ASSIGN = 275, enumerator in enum:yytokentype
109 #define ASSIGN 275 macro
/freebsd-10.1-release/usr.bin/xlint/lint1/
H A Dop.h94 ASSIGN, enumerator in enum:__anon11896
/freebsd-10.1-release/lib/libc/regex/
H A Dregexec.c104 #define ASSIGN(d, s) ((d) = (s)) macro
133 #undef ASSIGN macro
156 #define ASSIGN(d, s) memcpy(d, s, m->g->nstates) macro

Completed in 495 milliseconds