repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] Rewrite how VCMP are lowered, using a single node
[llvm-core.git]
/
test
/
tools
/
llvm-cxxfilt
/
underscore.test
blob
4a4ce898a9c39ef3163be158e10d18c804118906
1
RUN: llvm-cxxfilt -_ __ZN2ns1fE _ZSt1f _f | FileCheck %s -check-prefix CHECK-STRIPPED
2
RUN: llvm-cxxfilt __ZN2ns1fE _ZSt1f _f | FileCheck %s -check-prefix CHECK-UNSTRIPPED
3
4
CHECK-STRIPPED: ns::f
5
CHECK-STRIPPED: _ZSt1f
6
CHECK-STRIPPED: _f
7
8
CHECK-UNSTRIPPED: __ZN2ns1fE
9
CHECK-UNSTRIPPED: std::f
10
CHECK-UNSTRIPPED: _f
11