/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/Inputs/smart-ptr/ |
H A D | unique_ptr.h | 17 void reset() {} in reset() function 18 void reset(type *pt) {} in reset() function 19 void reset(type pt) {} in reset() function
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | TrackingMDRef.h | 62 void reset() { in reset() function 66 void reset(Metadata *MD) { in reset() function 134 void reset() { Ref.reset(); } in reset() function 135 void reset(T *MD) { Ref.reset(static_cast<Metadata *>(MD)); } in reset() function
|
/llvm-project/libcxx/test/support/ |
H A D | test_std_memory_resource.h | 54 void reset() { in reset() function 116 void reset() {} in reset() function 126 void reset() {} in reset() function 155 void reset() { in reset() function
|
/llvm-project/flang/include/flang/Common/ |
H A D | constexpr-bitset.h | 116 constexpr BitSet &reset() { in reset() function 120 constexpr BitSet &reset(std::size_t x) { in reset() function
|
H A D | enum-set.h | 158 constexpr EnumSet &reset() { in reset() function 162 constexpr EnumSet &reset(enumerationType x) { in reset() function
|
/llvm-project/clang/test/ExtractAPI/ |
H A D | objc_instancetype.m | 16 - (id) reset; method
|
/llvm-project/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/ |
H A D | types.h | 19 static void reset() { global_count_ = 0; } in reset() function 56 static void reset() { global_count_ = 0; } in reset() function 83 static void reset() { throw_after_ = -1; } in reset() function
|
/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/ |
H A D | derived_from_tuple_like.pass.cpp | 48 void reset() { in reset() function 78 auto reset = [&]() { in do_derived_assign_test() local
|
/llvm-project/mlir/lib/Query/Matcher/ |
H A D | VariantValue.cpp | 40 void VariantMatcher::reset() { value.reset(); } in reset() function in mlir::query::matcher::VariantMatcher 79 void VariantValue::reset() { in reset() function in mlir::query::matcher::VariantValue
|
/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeEnumLineNumbers.cpp | 40 void NativeEnumLineNumbers::reset() { Index = 0; } reset() function in NativeEnumLineNumbers
|
H A D | NativeEnumSymbols.cpp | 41 void NativeEnumSymbols::reset() { Index = 0; } reset() function in NativeEnumSymbols
|
H A D | NativeEnumModules.cpp | 37 void NativeEnumModules::reset() { Index = 0; } in reset() function in llvm::pdb::NativeEnumModules
|
/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
H A D | IPDBEnumChildren.h | 40 void reset() override {} in reset() function
|
H A D | ConcreteSymbolEnumerator.h | 43 void reset() override { Enumerator->reset(); } in reset() function
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCCodeEmitter.h | 31 virtual void reset() {} in reset() function
|
H A D | MCWasmStreamer.h | 35 void reset() override { in reset() function
|
H A D | MCWinCOFFStreamer.h | 34 void reset() override { reset() function
|
/llvm-project/clang/include/clang/Sema/ |
H A D | CleanupInfo.h | 33 void reset() { in reset() function
|
/llvm-project/libc/src/__support/threads/gpu/ |
H A D | mutex.h | 26 LIBC_INLINE MutexError reset() { return MutexError::NONE; } reset() function
|
/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
H A D | DIAEnumInjectedSources.cpp | 43 void DIAEnumInjectedSources::reset() { Enumerator->Reset(); } in reset() function in DIAEnumInjectedSources
|
H A D | DIAEnumFrameData.cpp | 41 void DIAEnumFrameData::reset() { Enumerator->Reset(); } in reset() function in DIAEnumFrameData
|
H A D | DIAEnumLineNumbers.cpp | 43 void DIAEnumLineNumbers::reset() { Enumerator->Reset(); } in reset() function in DIAEnumLineNumbers
|
H A D | DIAEnumSourceFiles.cpp | 43 void DIAEnumSourceFiles::reset() { Enumerator->Reset(); } in reset() function in DIAEnumSourceFiles
|
H A D | DIAEnumDebugStreams.cpp | 46 void DIAEnumDebugStreams::reset() { Enumerator->Reset(); } in reset() function in DIAEnumDebugStreams
|
/llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.modifiers/ |
H A D | reset_self.pass.cpp | 23 TEST_CONSTEXPR_CXX23 void reset() { ptr_.reset(); } in reset() function
|