OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:num_constructors
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
gimple-ssa-store-merging.cc
5476
unsigned int
num_constructors
= 0;
local
5505
num_constructors
= 1;
5512
if (num_statements == 0 &&
num_constructors
== 0)
5521
return (num_statements >= 2 ||
num_constructors
) ? BB_VALID : BB_INVALID;
/src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-store-merging.cc
5370
unsigned int
num_constructors
= 0;
local
5399
num_constructors
= 1;
5406
if (num_statements == 0 &&
num_constructors
== 0)
5415
return (num_statements >= 2 ||
num_constructors
) ? BB_VALID : BB_INVALID;
Completed in 30 milliseconds
Indexes created Mon Sep 07 00:24:45 UTC 2026