OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Unused
(Results
1 - 25
of
25
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
xray-fdr-dump.cpp
36
static CommandRegistration
Unused
(&Dump, []() -> Error {
xray-extract.cpp
76
static CommandRegistration
Unused
(&Extract, []() -> Error {
xray-converter.cpp
361
static CommandRegistration
Unused
(&Convert, []() -> Error {
xray-graph-diff.cpp
413
static CommandRegistration
Unused
(&GraphDiff, []() -> Error {
xray-graph.cpp
505
static CommandRegistration
Unused
(&GraphC, []() -> Error {
xray-account.cpp
448
static CommandRegistration
Unused
(&Account, []() -> Error {
xray-stacks.cpp
685
static CommandRegistration
Unused
(&Stack, []() -> Error {
/src/external/apache2/llvm/dist/llvm/lib/Support/
AMDGPUMetadata.cpp
115
Optional<ValueType>
Unused
;
116
YIO.mapOptional(Kernel::Arg::Key::ValueType,
Unused
);
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
ObjCUnusedIVarsChecker.cpp
1
//==- ObjCUnusedIVarsChecker.cpp - Check for
unused
ivars --------*- C++ -*-==//
29
enum IVarState {
Unused
, Used };
117
// (b) explicitly marked
unused
126
M[Ivar] =
Unused
;
135
// Any potentially
unused
ivars?
138
if (I->second ==
Unused
) {
146
// We found some potentially
unused
ivars. Scan the entire translation unit
154
// Find ivars that are
unused
.
156
if (I->second ==
Unused
) {
165
BR.EmitBasicReport(D, Checker, "
Unused
instance variable", "Optimization"
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
ObjCARC.h
43
bool
Unused
= CI->use_empty();
45
if (!
Unused
) {
56
if (
Unused
)
/src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_profiling.cc
520
static auto
UNUSED
Unused
= __xray::profilingDynamicInitializer();
xray_basic_logging.cc
127
thread_local bool
UNUSED
TOnce = [] {
373
XRayLogInitStatus basicLoggingInit(
UNUSED
size_t BufferSize,
374
UNUSED
size_t BufferMax, void *Options,
516
static auto
UNUSED
Unused
= __xray::basicLogDynamicInitializer();
xray_fdr_logging.cc
758
static auto
UNUSED
Unused
= __xray::fdrLogDynamicInitializer();
/src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZSelectionDAGInfo.cpp
237
SDValue
Unused
= DAG.getNode(SystemZISD::STRCMP, DL, VTs, Chain, Src2, Src1,
239
SDValue CCReg =
Unused
.getValue(1);
240
Chain =
Unused
.getValue(2);
/src/external/apache2/llvm/dist/clang/lib/CrossTU/
CrossTranslationUnit.cpp
207
const T *
Unused
;
208
return hasBodyOrInit(D,
Unused
);
/src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Linux.cpp
748
std::string
Unused
;
751
isFastMathRuntimeAvailable(DriverArgs,
Unused
))
/src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
gmock-actions.h
939
// An
Unused
object can be implicitly constructed from ANY value.
962
// // We can declare any uninteresting argument as
Unused
.
963
// double DistanceToOrigin(
Unused
, double x, double y) {
969
typedef internal::IgnoredValue
Unused
;
/src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
Minidump.h
53
Unused
= 0,
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopDistribute.cpp
216
SmallVector<Instruction *, 8>
Unused
;
227
Unused
.push_back(NewInst);
232
for (auto *Inst : reverse(
Unused
)) {
841
LLVM_DEBUG(dbgs() << "\nAfter removing
unused
Instrs:\n");
/src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProf.h
113
/// functions of those names are not emitted by FE (e.g,
unused
inline
1002
uint64_t
Unused
; // Becomes
unused
since version 4
/src/external/apache2/llvm/dist/llvm/lib/IR/
Attributes.cpp
623
void *
Unused
;
624
return C.pImpl->AttrsSet.FindNodeOrInsertPos(ID,
Unused
) == pImpl;
868
void *
Unused
;
869
return C.pImpl->AttrsSetNodes.FindNodeOrInsertPos(ID,
Unused
) == SetNode;
1676
void *
Unused
;
1677
return C.pImpl->AttrsLists.FindNodeOrInsertPos(ID,
Unused
) == pImpl;
/src/sys/arch/ibmnws/include/
pnp.h
461
Unused
= 0,
/src/sys/arch/prep/include/
pnp.h
461
Unused
= 0,
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
COFF.h
518
uint8_t
Unused
;
/src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/
dnssdutil.c
3279
#define
Unused
( X ) (void)(X)
3476
Unused
( inOption );
3477
Unused
( inArg );
3478
Unused
( inUnset );
3990
Unused
( inClass );
3991
Unused
( inTTL );
4062
Unused
( inFlags );
4308
Unused
( inSDRef );
4642
Unused
( inSDRef );
5074
Unused
( inSDRef )
[
all
...]
Completed in 76 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026