OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:todoflags
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
coroutine-passes.cc
291
unsigned int
todoflags
= 0;
local
413
return
todoflags
;
462
todoflags
|= TODO_cleanup_cfg;
463
return
todoflags
;
tree-ssa-ccp.cc
4311
unsigned int
todoflags
= 0;
local
4566
todoflags
|= TODO_update_address_taken;
4605
todoflags
|= TODO_cleanup_cfg;
4607
return
todoflags
;
tree-ssa-forwprop.cc
3493
unsigned int
todoflags
= 0;
local
4194
todoflags
|= TODO_cleanup_cfg;
4196
return
todoflags
;
/src/external/gpl3/gcc.old/dist/gcc/
coroutine-passes.cc
291
unsigned int
todoflags
= 0;
local
418
return
todoflags
;
488
todoflags
|= TODO_cleanup_cfg;
489
return
todoflags
;
tree-ssa-ccp.cc
4232
unsigned int
todoflags
= 0;
local
4496
todoflags
|= TODO_update_address_taken;
4535
todoflags
|= TODO_cleanup_cfg;
4537
return
todoflags
;
tree-ssa-forwprop.cc
3410
unsigned int
todoflags
= 0;
local
3968
todoflags
|= TODO_cleanup_cfg;
3970
return
todoflags
;
Completed in 32 milliseconds
Indexes created Sat Mar 28 00:23:22 UTC 2026