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][use-internal-linkage] fix false positive for consteval function (#122141)
[llvm-project.git]
/
libclc
/
generic
/
include
/
math
/
clc_pow.h
blob
adf6ee5e48f91716e5b12c6793118a49a6260e9f
1
#define __CLC_FUNCTION __clc_pow
2
#define __CLC_BODY <clc/math/binary_decl_tt.inc>
3
#include <clc/math/gentype.inc>
4
#undef __CLC_BODY
5
#undef __CLC_FUNCTION