Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaCXX/
H A Dexplicit.cpp189 int copy4 = n; // expected-error {{no viable conversion}} in testBool() local
H A Dcxx2a-explicit-bool.cpp654 int copy4 = n; in testBool() local
/llvm-project/clang/test/CodeGen/
H A Dtbaa-struct.cpp66 void copy4(C *c1, C *c2) { in copy4() function