repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add and use DominatorTreeBase::findNearestCommonDominator().
[llvm-complete.git]
/
test
/
C++Frontend
/
2007-04-31-TryCatch.cpp
blob
8b8254d76e769255bd44503bc0e58389e58fb997
1
// RUN: %llvmgxx -S %s -o /dev/null
2
3
#include <locale>
4
5
namespace
std
6
{
7
codecvt
<
char
,
char
,
mbstate_t
>::
8
codecvt
(
size_t
__refs
)
9
:
__codecvt_abstract_base
<
char
,
char
,
mbstate_t
>(
__refs
),
10
_M_c_locale_codecvt
(
_S_get_c_locale
())
11
{ }
12
}