OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:saw_library
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/fortran/
gfortranspec.cc
197
int
saw_library
= 0;
local
333
if (
saw_library
== 1 && need_math) /* -l<library>. */
336
saw_library
= 0;
360
saw_library
= 0; /* -xfoo currently active. */
366
if (
saw_library
== 1)
367
saw_library
= 2; /* -l<library> -lm. */
374
saw_library
= 1; /* -l<library>. */
380
if (
saw_library
== 1 && need_math)
382
saw_library
= 0;
395
switch (
saw_library
)
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/fortran/
gfortranspec.cc
197
int
saw_library
= 0;
local
333
if (
saw_library
== 1 && need_math) /* -l<library>. */
336
saw_library
= 0;
360
saw_library
= 0; /* -xfoo currently active. */
366
if (
saw_library
== 1)
367
saw_library
= 2; /* -l<library> -lm. */
374
saw_library
= 1; /* -l<library>. */
380
if (
saw_library
== 1 && need_math)
382
saw_library
= 0;
395
switch (
saw_library
)
[
all
...]
Completed in 21 milliseconds
Indexes created Tue Apr 21 00:23:25 UTC 2026