repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[X86] Use NSW/NUW flags on ISD::TRUNCATE nodes to improve X86 PACKSS/PACKUS lowering...
[llvm-project.git]
/
lldb
/
test
/
API
/
lang
/
cpp
/
template-arguments
/
main.cpp
blob
728bd400c25866173e4dfe0eac39de784d9c2768
1
template
<
typename T
,
unsigned
value
>
2
struct
C
{
3
T member
=
value
;
4
};
5
6
C
<
int
,
2
>
temp1
;
7
8
int
main
() {}