xref
: /
minix3
/
external
/
bsd
/
llvm
/
dist
/
clang
/
test
/
Modules
/
Inputs
/
irgen.h
(revision 433d6423c39e34ec4b79c950597bb2d236f886be)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
static
inline
int
triple
(
int
x
) {
return
x
*
3
; }
2