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
/
algorithm
blob
9122ec7179bfcb9655230552411fae49386d5e88
1
#pragma once
2
3
namespace std {
4
template<class T> constexpr const T& min(const T& a, const T& b);
5
template<class T> constexpr const T& max(const T& a, const T& b);
6
}