OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsReturnValueUsed
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
FastISel.h
76
bool
IsReturnValueUsed
: 1;
101
DoesNotReturn(false),
IsReturnValueUsed
(true), IsPatchPoint(false) {}
112
IsReturnValueUsed
= !Call.use_empty();
136
IsReturnValueUsed
= !Call.use_empty();
TargetLowering.h
3709
bool
IsReturnValueUsed
: 1;
3736
DoesNotReturn(false),
IsReturnValueUsed
(true), IsConvergent(false),
3784
IsReturnValueUsed
= !Call.use_empty();
3821
IsReturnValueUsed
= !Value;
3868
bool
IsReturnValueUsed
: 1;
3873
: IsSExt(false), DoesNotReturn(false),
IsReturnValueUsed
(true),
3887
IsReturnValueUsed
= !Value;
Completed in 26 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026