Home
last modified time | relevance | path

Searched refs:WrongType (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.fill/
H A Dranges.fill_n.pass.cpp29 struct WrongType {}; struct
32 static_assert(!HasFillN<WrongType*>);
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGNonTrivialStruct.cpp446 bool WrongType = false; in getFunction() local
448 WrongType = true; in getFunction()
452 WrongType = true; in getFunction()
455 if (WrongType) { in getFunction()
/llvm-project-15.0.7/clang/unittests/AST/
H A DSourceLocationTest.cpp45 TEST(MatchVerifier, WrongType) { in TEST() argument