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
[TableGen] Fix validateOperandClass for non Phyical Reg (#118146)
[llvm-project.git]
/
clang
/
test
/
SemaCUDA
/
Inputs
/
overload.h
blob
1c021f1ec572cba171d97ff170488ffbbb510cac
1
// This header is used by tests which are interested in __device__ functions
2
// which appear in a system header.
3
4
__device__
int
OverloadMe
();
5
6
namespace
ns
{
7
using
::
OverloadMe
;
8
}