Home
last modified time | relevance | path

Searched defs:Used (Results 1 – 25 of 114) sorted by relevance

12345

/external/webrtc/rtc_base/experiments/
Dfield_trial_list.cc24 bool FieldTrialListBase::Used() const { in Used() function in webrtc::FieldTrialListBase
34 bool FieldTrialListWrapper::Used() { in Used() function in webrtc::FieldTrialListWrapper
/external/guice/extensions/grapher/test/com/google/inject/grapher/demo/
DUsed.java29 @interface Used {} annotation
/external/doclava/doclet_adapter/src/main/java/com/google/doclava/annotation/
DUsed.java32 public @interface Used { annotation
/external/llvm/lib/Object/
DRecordStreamer.h18 enum State { NeverSeen, Global, GlobalWeak, Defined, DefinedGlobal, Used }; enumerator
/external/crosvm/devices/src/virtio/queue/
Dsplit_queue.rs633 struct Used { struct
634 flags: Le16,
635 idx: Le16,
636 used_elem_ring: [UsedElem; QUEUE_SIZE],
637 avail_event: Le16,
640 impl Default for Used { implementation
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DFunctionImportUtils.h44 SmallPtrSet<GlobalValue *, 8> Used; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DTargetLoweringObjectFileImpl.h37 SmallPtrSet<GlobalObject *, 2> Used; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/
DFunctionImportUtils.h57 SmallPtrSet<GlobalValue *, 4> Used; variable
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/
DRISCVInsertVSETVLI.cpp201 const DemandedFields &Used) { in areCompatibleVTYPEs()
430 bool hasCompatibleVTYPE(const DemandedFields &Used, in hasCompatibleVTYPE()
438 bool isCompatible(const DemandedFields &Used, const VSETVLIInfo &Require) const { in isCompatible() argument
810 DemandedFields Used = getDemanded(MI); in needVSETVLI() local
1247 const DemandedFields &Used) { in canMutatePriorConfig()
1292 DemandedFields Used; in doLocalPostpass() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DRecordStreamer.h27 enum State { NeverSeen, Global, Defined, DefinedGlobal, DefinedWeak, Used, enumerator
DIRSymtab.cpp122 SmallPtrSet<GlobalValue *, 8> Used; in addModule() local
196 const SmallPtrSet<GlobalValue *, 8> &Used, in addSymbol()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
DRecordStreamer.h26 enum State { NeverSeen, Global, Defined, DefinedGlobal, DefinedWeak, Used, enumerator
DIRSymtab.cpp145 SmallPtrSet<GlobalValue *, 4> Used(UsedV.begin(), UsedV.end()); in addModule() local
219 const SmallPtrSet<GlobalValue *, 4> &Used, in addSymbol()
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_variable.h19 int Used; member
Dradeon_program_pair.h36 unsigned int Used : 1; member
/external/clang/test/SemaCXX/
Dwarn-unused-value.cpp58 struct Used { struct
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
DSampleProfileLoaderBaseUtil.cpp163 unsigned SampleCoverageTracker::computeCoverage(unsigned Used, in computeCoverage()
/external/pigweed/pw_allocator/block/public/pw_allocator/block/
Dallocatable.h66 constexpr bool Used() const { return !IsFree(); } in Used() function
/external/llvm/include/llvm/
DPassAnalysisSupport.h49 SmallVector<AnalysisID, 0> Used; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/
DPassAnalysisSupport.h54 SmallVector<AnalysisID, 0> Used; variable
/external/llvm/lib/Transforms/IPO/
DInternalize.cpp157 SmallPtrSet<GlobalValue *, 8> Used; in internalizeModule() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DInternalize.cpp154 SmallPtrSet<GlobalValue *, 8> Used; in internalizeModule() local
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/
DPassAnalysisSupport.h59 SmallVector<AnalysisID, 0> Used; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Demangle/
DMicrosoftDemangle.h29 size_t Used = 0; member
/external/rust/android-crates-io/crates/serde-xml-rs/src/de/
Dbuffer.rs130 Used, enumerator

12345