OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:temp_allocated
(Results
1 - 2
of
2
) sorted by null
/external/qemu/tcg/
tcg.c
430
ts->
temp_allocated
= 1;
440
ts->
temp_allocated
= 1;
446
ts->
temp_allocated
= 1;
457
ts->
temp_allocated
= 1;
501
assert(ts->
temp_allocated
!= 0);
502
ts->
temp_allocated
= 0;
[
all
...]
tcg.h
258
unsigned int
temp_allocated
:1; /* never used for code gen */
member in struct:TCGTemp
Completed in 33 milliseconds