Home
last modified time | relevance | path

Searched defs:COPY (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dtautological-negation-compare.cpp5 #define COPY(x) x macro
/llvm-project/llvm/unittests/CodeGen/
H A DMachineBasicBlockTest.cpp71 MCInstrDesc COPY = {TargetOpcode::COPY, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; TEST() local
/llvm-project/polly/lib/External/isl/imath/
H A Dimath.c92 static inline void COPY(mp_digit *P, mp_digit *Q, mp_size S) { in COPY() function