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
[clang-tidy][NFC]remove deps of clang in clang tidy test (#116588)
[llvm-project.git]
/
libc
/
spec
/
gpu_ext.td
blob
d99531dc06bcd6b7ea8dc563ee9b66ef52c067ed
1
def GPUExtensions : StandardSpec<"GPUExtensions"> {
2
HeaderSpec RPC = HeaderSpec<
3
"gpu/rpc.h",
4
[], // Macros
5
[], // Types
6
[], // Enumerations
7
[
8
FunctionSpec<
9
"rpc_host_call",
10
RetValSpec<UnsignedLongLongType>,
11
[ArgSpec<VoidPtr>, ArgSpec<VoidPtr>, ArgSpec<SizeTType>]
12
>,
13
]
14
>;
15
let Headers = [
16
RPC,
17
];
18
}