Searched defs:BUILTIN_ROW (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaChecking.cpp1348 #define BUILTIN_ROW(x) \ macro
1353 BUILTIN_ROW(__sync_fetch_and_add),
1354 BUILTIN_ROW(__sync_fetch_and_sub),
1355 BUILTIN_ROW(__sync_fetch_and_or),
1356 BUILTIN_ROW(__sync_fetch_and_and),
1357 BUILTIN_ROW(__sync_fetch_and_xor),
1359 BUILTIN_ROW(__sync_add_and_fetch),
1360 BUILTIN_ROW(__sync_sub_and_fetch),
1361 BUILTIN_ROW(__sync_and_and_fetch),
1362 BUILTIN_ROW(__sync_or_and_fetc
1371 #undef BUILTIN_ROW macro
[all...]

Completed in 71 milliseconds