OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsUsed
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/tools/acpiexec/
aecommon.h
92
BOOLEAN
IsUsed
;
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CoverageMappingGen.h
88
bool
IsUsed
;
120
bool
IsUsed
= true);
CGCall.h
229
mutable bool
IsUsed
;
234
: RV(rv), HasLV(false),
IsUsed
(false), Ty(ty) {}
236
: LV(lv), HasLV(true),
IsUsed
(false), Ty(ty) {}
245
assert(HasLV && !
IsUsed
);
249
assert(!HasLV && !
IsUsed
);
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonFrameLowering.cpp
1583
auto
IsUsed
= [&HRI,&MRI] (unsigned Reg) -> bool {
1593
if (!
IsUsed
(*P))
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp
887
OperandData(Value *V, bool APO, bool
IsUsed
)
888
: V(V), APO(APO),
IsUsed
(
IsUsed
) {}
898
bool
IsUsed
= false;
940
OpsVec[OpIdx][Lane].
IsUsed
= false;
1215
if (OpData.
IsUsed
)
1250
getData(BestOp.Idx.getValue(), Lane).
IsUsed
= true;
1343
/// Note: This modifies the '
IsUsed
' flag, so a cleanUsed() must follow.
1353
if (Data.APO != OpAPO || Data.
IsUsed
)
1357
Data.
IsUsed
= true
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
733
bool
IsUsed
;
Completed in 49 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026