Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaTemplate/
H A Dconcepts-friends.cpp320 friend void dupe() {} // #S1DUPE in dupe() function
328 friend void dupe() {} // #S2DUPE in dupe() function
338 friend void dupe() {} in dupe() function
343 friend void dupe() {} in dupe() function
/llvm-project/clang/test/CXX/over/over.match/over.match.funcs/over.match.class.deduct/
H A Dp2.cpp79 Optional dupe(opt); in main() local