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