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
[RISCV][VLOPT] Add vector narrowing integer right shift instructions to isSupportedIn...
[llvm-project.git]
/
llvm
/
test
/
tools
/
llvm-cxxfilt
/
noargs.test
blob
47eac84cbe8ee7244d5e8a30557f75ae8d3c9818
1
RUN: sed -n 's/^STDIN: //p' %s | llvm-cxxfilt -n | FileCheck %s
2
3
STDIN: _Znw
4
STDIN: _Znwj
5
STDIN: _Znwm
6
7
CHECK: operator new
8
CHECK: operator new(unsigned int)
9
CHECK: operator new(unsigned long)
10