Home
last modified time | relevance | path

Searched defs:Ref (Results 1 – 25 of 183) sorted by relevance

12345678

/llvm-project/clang/test/Analysis/Checkers/WebKit/
H A Dmock-types.h46 template <typename T, typename PtrTraits = RawPtrTraits<T>, typename RefDerefTraits = DefaultRefDerefTraits<T>> struct Ref { global() struct
49 RefRef Ref() argument
50 RefRef Ref() argument
51 RefRef Ref() argument
52 ~RefRef ~Ref() argument
58 leakRefRef leakRef() argument
70 ptrRef RefPtr() argument
[all...]
H A Dcall-args.cpp132 template<typename T> struct Ref { struct
134 Ref(T*) { } in Ref() argument
135 getRef_to_reference_conversion_operator::Ref get() argument
136 operator T&Ref_to_reference_conversion_operator::Ref operator T&() argument
137 tRef_to_reference_conversion_operator::Ref global() argument
[all...]
/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/
H A Dpath.concat.pass.cpp194 path& Ref = (LHS += RHS); in doConcatSourceTest() local
201 path& Ref = LHS.concat(RHS); in doConcatSourceTest() local
209 path& Ref = (LHS += RHS); in doConcatSourceTest() local
216 path& Ref = LHS.concat(RHS); in doConcatSourceTest() local
224 path& Ref = (LHS += RHS); in doConcatSourceTest() local
231 path& Ref = LHS.concat(RHS); in doConcatSourceTest() local
238 path& Ref = LHS.concat(RHS, StrEnd(RHS)); in doConcatSourceTest() local
246 path& Ref = (LHS += RHS); in doConcatSourceTest() local
252 path& Ref = LHS.concat(RHS); in doConcatSourceTest() local
260 path& Ref = LHS.concat(RHS, REnd); in doConcatSourceTest() local
[all …]
H A Dpath.append.pass.cpp250 path& Ref = (Result /= RHS); in doAppendSourceTest() local
257 path& Ref = LHS.append(RHS); in doAppendSourceTest() local
265 path& Ref = (LHS /= RHS); in doAppendSourceTest() local
272 path& Ref = LHS.append(RHS); in doAppendSourceTest() local
280 path& Ref = (LHS /= RHS); in doAppendSourceTest() local
287 path& Ref = LHS.append(RHS); in doAppendSourceTest() local
294 path& Ref = LHS.append(RHS, StrEnd(RHS)); in doAppendSourceTest() local
302 path& Ref = (LHS /= RHS); in doAppendSourceTest() local
308 path& Ref = LHS.append(RHS); in doAppendSourceTest() local
316 path& Ref = LHS.append(RHS, REnd); in doAppendSourceTest() local
/llvm-project/clang-tools-extra/clangd/index/
H A DRef.h88 struct Ref { argument
85 struct Ref { global() struct
95 ContainerRef global() argument
[all...]
/llvm-project/clang-tools-extra/include-cleaner/lib/
H A DHTMLReport.cpp147 struct Ref { argument
145 struct Ref { global() struct in clang::include_cleaner::__anonf7a010870111::Reporter
146 Offsetclang::include_cleaner::__anonf7a010870111::Reporter::Ref global() argument
148 Symclang::include_cleaner::__anonf7a010870111::Reporter::Ref global() argument
149 Locationsclang::include_cleaner::__anonf7a010870111::Reporter::Ref global() argument
150 Headersclang::include_cleaner::__anonf7a010870111::Reporter::Ref global() argument
151 Includesclang::include_cleaner::__anonf7a010870111::Reporter::Ref global() argument
152 Satisfiedclang::include_cleaner::__anonf7a010870111::Reporter::Ref global() argument
153 Insertclang::include_cleaner::__anonf7a010870111::Reporter::Ref global() argument
526 for (const SymbolReference &Ref : MacroRefs) { writeHTMLReport() local
[all...]
/llvm-project/clang/test/Analysis/
H A Dllvm-conventions.cpp164 llvm::StringRef Ref = std::string("Yimmy yummy test."); in temporarayStringToStringRefAssignmentTest() local
168 llvm::StringRef Ref; in assigningStringToStringRefWithLongerLifetimeTest() local
182 llvm::StringRef Ref = getTemporaryString(); in assigningTempStringFromFunctionToStringRefTest() local
H A Dretain-count-alloc.cpp13 struct Object { int Ref; }; member
/llvm-project/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDieTest.cpp186 std::string Ref = TEST() local
292 std::string Ref = TEST() local
397 std::string Ref = TEST() local
519 std::string Ref = TEST() local
641 std::string Ref = TEST() local
[all...]
/llvm-project/libcxx/test/std/utilities/function.objects/refwrap/refwrap.const/
H A Dtype_ctor.pass.cpp48 using Ref = std::reference_wrapper<int>; in main() typedef
56 using Ref = std::reference_wrapper<int>; in main() typedef
/llvm-project/libcxx/test/std/containers/sequences/vector.bool/
H A Demplace_back.pass.cpp27 typedef C::reference Ref; in tests() typedef
61 typedef C::reference Ref; in tests() typedef
/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/path.modifiers/
H A Dreplace_extension.pass.cpp60 path& Ref = (p.replace_extension(TC.extension)); in main() local
67 path& Ref = (p.replace_extension()); in main() local
/llvm-project/libcxx/test/std/containers/sequences/vector.bool/reference/
H A Dtriviality.compile.pass.cpp14 using Ref = std::vector<bool>::reference; typedef
H A Dflip.pass.cpp20 typedef std::vector<bool>::reference Ref; in test() typedef
H A Dassign_bool.pass.cpp20 typedef std::vector<bool>::reference Ref; in test() typedef
H A Dctor_copy.pass.cpp20 typedef std::vector<bool>::reference Ref; in test() typedef
H A Dassign_copy.pass.cpp21 typedef std::vector<bool>::reference Ref; in test() typedef
H A Doperator_bool.pass.cpp21 typedef std::vector<bool>::reference Ref; in test() typedef
/llvm-project/llvm/lib/Support/
H A DBinaryStreamWriter.cpp18 BinaryStreamWriter::BinaryStreamWriter(WritableBinaryStreamRef Ref) in BinaryStreamWriter()
61 Error BinaryStreamWriter::writeStreamRef(BinaryStreamRef Ref) { in writeStreamRef()
65 Error BinaryStreamWriter::writeStreamRef(BinaryStreamRef Ref, uint64_t Length) { in writeStreamRef()
H A DBinaryStreamReader.cpp17 BinaryStreamReader::BinaryStreamReader(BinaryStreamRef Ref) : Stream(Ref) {} in BinaryStreamReader()
129 Error BinaryStreamReader::readStreamRef(BinaryStreamRef &Ref) { in readStreamRef()
133 Error BinaryStreamReader::readStreamRef(BinaryStreamRef &Ref, uint32_t Length) { in readStreamRef()
141 Error BinaryStreamReader::readSubstream(BinarySubstreamRef &Ref, in readSubstream()
H A DRegex.cpp175 StringRef Ref = Repl.slice(2, End); in sub() local
209 StringRef Ref = Repl.slice(0, Repl.find_first_not_of("0123456789")); in sub() local
/llvm-project/llvm/unittests/Support/
H A DConvertUTFTest.cpp20 ArrayRef<char> Ref(Src, sizeof(Src) - 1); in TEST() local
32 ArrayRef<char> Ref(Src, sizeof(Src) - 1); in TEST() local
43 ArrayRef<char> Ref(Src, sizeof(Src) - 1); in TEST() local
55 ArrayRef<char> Ref(Src, sizeof(Src) - 1); in TEST() local
66 StringRef Ref(Src, sizeof(Src) - 1); in TEST() local
[all...]
/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
H A DScopifyEnum.cpp107 for (const auto &Ref : in addClassKeywordToDeclarations() local
143 for (const auto &Ref : in scopifyEnumValue() local
218 ScopifyEnum::addReplacementForReference(const ReferencesResult::Reference &Ref, in addReplacementForReference()
/llvm-project/lldb/source/API/
H A DSBMemoryRegionInfoList.cpp69 MemoryRegionInfos &Ref() { return m_regions; } in Ref() function in MemoryRegionInfoListImpl
71 const MemoryRegionInfos &Ref() const { return m_regions; } in Ref() function in MemoryRegionInfoListImpl
/llvm-project/llvm/include/llvm/ADT/
H A DSmallString.h76 for (const StringRef &Ref : Refs) in append() local
79 for (const StringRef &Ref : Refs) { in append() local

12345678