xref
: /
llvm-project
/
clang
/
test
/
Modules
/
Inputs
/
irgen.h
(revision 81ac842151e26d5c64cd744b654d199754155c2d)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
triple(int x)
1
static
inline
int
triple
(
int
x
) {
return
x
*
3
; }
2