Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dfunction-size-variables-c++17.cpp12 #define SWAP(x, y) ({auto& [x0, x1] = x; __typeof__(x) t = {x0, x1}; auto& [y0, y1] = y; auto& [t0… macro
H A Dfunction-size.cpp304 #define SWAP(x, y) ({__typeof__(x) temp = x; x = y; y = temp; }) macro
/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.h72 SWAP, enumerator
/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Ddffma.S61 #define SWAP p1 macro
195 SWAP = cmp.gt(EXPC,EXPA) // If C >> PP define
/llvm-project/polly/lib/External/isl/imath/
H A Dimath.c124 #define SWAP(T, A, B) \ macro