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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
CodeGenCXX
/
2004-03-09-UnmangledBuiltinMethods.cpp
blob
03c4ed623fdf2f30bcbc9a20dabfe420e5caaa25
1
// RUN: %clang_cc1 -emit-llvm -triple %itanium_abi_triple -o - %s | FileCheck %s
2
3
// CHECK: _ZN11AccessFlags6strlenEv
4
struct
AccessFlags
{
5
void
strlen
();
6
};
7
8
void
AccessFlags
::
strlen
() { }