OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tempvar
(Results
1 - 4
of
4
) sorted by relevancy
/src/bin/ksh/
expr.c
144
static struct tbl *
tempvar
ARGS((void));
205
es->val =
tempvar
();
502
es->val =
tempvar
();
514
es->val =
tempvar
();
573
tempvar
()
function
599
vq =
tempvar
();
/src/external/gpl3/gcc/dist/gcc/config/m32c/
m32c.cc
3790
rtx
tempvar
;
local
3799
tempvar
= gen_reg_rtx (mode);
3806
emit_insn (func (
tempvar
, operands[0], GEN_INT (8)));
3807
emit_insn (func (operands[0],
tempvar
, GEN_INT (8)));
3816
emit_insn (func (
tempvar
, operands[0], GEN_INT (-8)));
3817
emit_insn (func (operands[0],
tempvar
, GEN_INT (-8)));
/src/external/gpl3/gcc.old/dist/gcc/config/m32c/
m32c.cc
3788
rtx
tempvar
;
local
3797
tempvar
= gen_reg_rtx (mode);
3804
emit_insn (func (
tempvar
, operands[0], GEN_INT (8)));
3805
emit_insn (func (operands[0],
tempvar
, GEN_INT (8)));
3814
emit_insn (func (
tempvar
, operands[0], GEN_INT (-8)));
3815
emit_insn (func (operands[0],
tempvar
, GEN_INT (-8)));
/xsrc/external/mit/libxcb/dist/src/
c_client.py
124
def
tempvar
(self, fmt, *args):
member in class:PreCode
1708
_c_pre.
tempvar
("int %s; /* sumof length */", lengthvar)
1709
_c_pre.
tempvar
("int %s; /* sumof loop counter */", loopvar)
1710
_c_pre.
tempvar
("int64_t %s; /* sumof sum */", sumvar)
1711
_c_pre.
tempvar
("const %s* %s; /* sumof list ptr */", field.c_field_type, listvar)
Completed in 35 milliseconds
Indexes created Fri Aug 21 00:24:51 UTC 2026