Home
last modified time | relevance | path

Searched defs:rc2 (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/CodeGenOpenCLCXX/
H A Daddress-space-castoperators.cpp13 __generic int& rc2 = reinterpret_cast<__generic int&>(y); in test_reinterpret_cast() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/google/
H A Dreadability-casting.cpp59 char &rc2 = (char&)*cpc; in f() local