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
/
Headers
/
Inputs
/
include
/
limits
blob
fbee11ef118f80a2e01987589bfa28e9cbc9b7cc
1
#pragma once
2
3
namespace std
4
{
5
struct __numeric_limits_base
6
{};
7
template<typename _Tp>
8
struct numeric_limits : public __numeric_limits_base
9
{};
10
}