/llvm-project/clang/test/Analysis/Checkers/WebKit/ |
H A D | mock-types.h | 46 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 D | call-args.cpp | 132 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 D | path.concat.pass.cpp | 194 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 D | path.append.pass.cpp | 250 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 D | Ref.h | 88 struct Ref { argument 85 struct Ref { global() struct 95 ContainerRef global() argument [all...] |
/llvm-project/clang-tools-extra/include-cleaner/lib/ |
H A D | HTMLReport.cpp | 147 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 D | llvm-conventions.cpp | 164 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 D | retain-count-alloc.cpp | 13 struct Object { int Ref; }; member
|
/llvm-project/llvm/unittests/DebugInfo/DWARF/ |
H A D | DWARFDieTest.cpp | 186 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 D | type_ctor.pass.cpp | 48 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 D | emplace_back.pass.cpp | 27 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 D | replace_extension.pass.cpp | 60 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 D | triviality.compile.pass.cpp | 14 using Ref = std::vector<bool>::reference; typedef
|
H A D | flip.pass.cpp | 20 typedef std::vector<bool>::reference Ref; in test() typedef
|
H A D | assign_bool.pass.cpp | 20 typedef std::vector<bool>::reference Ref; in test() typedef
|
H A D | ctor_copy.pass.cpp | 20 typedef std::vector<bool>::reference Ref; in test() typedef
|
H A D | assign_copy.pass.cpp | 21 typedef std::vector<bool>::reference Ref; in test() typedef
|
H A D | operator_bool.pass.cpp | 21 typedef std::vector<bool>::reference Ref; in test() typedef
|
/llvm-project/llvm/lib/Support/ |
H A D | BinaryStreamWriter.cpp | 18 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 D | BinaryStreamReader.cpp | 17 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 D | Regex.cpp | 175 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 D | ConvertUTFTest.cpp | 20 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 D | ScopifyEnum.cpp | 107 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 D | SBMemoryRegionInfoList.cpp | 69 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 D | SmallString.h | 76 for (const StringRef &Ref : Refs) in append() local 79 for (const StringRef &Ref : Refs) { in append() local
|