Home
last modified time | relevance | path

Searched defs:Reference (Results 1 – 25 of 53) sorted by relevance

123

/llvm-project/flang/include/flang/Common/
H A Dreference.h21 Reference(type &x) : p_{&x} {} in Reference() function
22 Reference(const Reference &that) : p_{that.p_} {} in Reference() function
23 Reference(Reference &&that) : p_{that.p_} {} in Reference() function
/llvm-project/libcxx/test/std/algorithms/
H A Drobust_against_proxy_iterators_lifetime_bugs.pass.cpp118 struct Reference { argument
116 struct Reference { global() struct in LifetimeIterator
117 v_LifetimeIterator::Reference global() argument
120 ReferenceLifetimeIterator::Reference Reference() argument
124 ~ReferenceLifetimeIterator::Reference ~Reference() argument
128 ReferenceLifetimeIterator::Reference Reference() argument
135 ReferenceLifetimeIterator::Reference Reference() argument
144 operator =LifetimeIterator::Reference operator =() argument
154 operator =LifetimeIterator::Reference operator =() argument
166 operator ValueLifetimeIterator::Reference operator Value() argument
173 operator =LifetimeIterator::Reference operator =() argument
360 struct Reference { global() struct in ConstexprIterator
361 v_ConstexprIterator::Reference global() argument
362 moved_from_ConstexprIterator::Reference global() argument
364 ReferenceConstexprIterator::Reference Reference() argument
367 operator =ConstexprIterator::Reference operator =() argument
375 ReferenceConstexprIterator::Reference Reference() argument
380 operator =ConstexprIterator::Reference operator =() argument
389 operator intConstexprIterator::Reference operator int() argument
394 operator =ConstexprIterator::Reference operator =() argument
[all...]
/llvm-project/clang-tools-extra/clangd/
H A DXRefs.h90 struct Reference { struct
98 const ReferencesResult::Reference &); argument
/llvm-project/clang/lib/Format/
H A DSortJavaScriptImports.cpp165 JsModuleReference Reference = References[I]; in analyze() local
298 auto *Reference = std::next(References.begin()); in mergeModuleReferences() local
326 void appendReference(std::string &Buffer, JsModuleReference &Reference) { in appendReference()
406 JsModuleReference Reference; in parseModuleReferences() local
444 JsModuleReference &Reference) { in parseModuleReference()
482 JsModuleReference &Reference) { in parseModuleBindings()
489 JsModuleReference &Reference) { in parseStarBinding()
510 JsModuleReference &Reference) { in parseNamedBindings()
/llvm-project/clang-tools-extra/clangd/index/
H A DRef.h51 Reference = 1 << 2, enumerator
145 Ref Reference; global() member
[all...]
/llvm-project/clang/docs/
H A DAPINotes.rst67 Reference chapter
/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyFunctionDumper.h22 enum class PointerType { None, Pointer, Reference }; enumerator
/llvm-project/llvm/docs/TableGen/
H A DBackEnds.rst603 Generic Enumerated TypesSearchableTables Reference global() argument
685 Generic TablesSearchableTables Reference global() argument
975 Search IndexesSearchableTables Reference global() argument
/llvm-project/libcxx/test/std/utilities/memory/default.allocator/
H A Dallocator_types.deprecated_in_cxx17.verify.cpp34 …typedef std::allocator<char>::reference Reference; // expected-warning {{'reference' … in f() typedef
/llvm-project/llvm/docs/
H A DReference.rst1 Reference title
/llvm-project/clang-tools-extra/clang-doc/
H A DRepresentation.h87 struct Reference { struct
96 Reference(SymbolID USR, StringRef Name, InfoType IT, StringRef QualName, argument
100 bool operator==(const Reference &Other) const { argument
127 RefTypeReference global() argument
143 PathReference global() argument
[all...]
/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp47 struct Reference { struct
50 Reference &operator|=(const Reference &Other) { in operator |=() argument
56 operator bool__anon5a1c76740111::Reference operator bool() argument
60 Def__anon5a1c76740111::Reference global() argument
61 Use__anon5a1c76740111::Reference global() argument
/llvm-project/flang/include/flang/Lower/
H A DPFTDefs.h39 class Reference; variable
H A DMangler.h25 class Reference; variable
H A DConvertType.h37 class Reference; variable
H A DAbstractConverter.h39 class Reference; variable
/llvm-project/clang/test/SemaCXX/
H A Dast-print.cpp10 struct Reference struct
17 Reference r; in test1() argument
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.cpp552 DWARFDIE DWARFFormValue::Reference() const { in Reference() function in DWARFFormValue
547 DWARFDIE DWARFFormValue::Reference() const { Reference() function in DWARFFormValue
/llvm-project/llvm/unittests/Support/
H A Dbuffer_ostream_test.cpp33 TEST(buffer_ostreamTest, Reference) { in TEST() argument
/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Dchecksum_test.cpp40 const scudo::u16 Reference = F(Seed, Array, ArraySize); in verifyChecksumFunctionBitFlip() local
/llvm-project/llvm/unittests/DebugInfo/LogicalView/
H A DDWARFReaderTest.cpp181 void checkElementComparison(LVReader *Reference, LVReader *Target) { in checkElementComparison()
319 std::unique_ptr<LVReader> Reference = in compareElements() local
/llvm-project/llvm/test/DebugInfo/PDB/Inputs/
H A Devery-array.cpp15 void Reference(T &t) { } in Reference() function
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSymbol.cpp242 LVSymbol *Reference = getReference(); in resolveReferences() local
441 if (LVSymbol *Reference = getReference()) in printExtra() local
H A DLVScope.cpp289 void LVScope::addMissingElements(LVScope *Reference) { in addMissingElements()
422 LVScope *Reference = getReference(); in resolveReferences() local
1060 LVScope *Reference = getReference(); in printExtra() local
1788 LVScope *Reference = getReference(); in resolveReferences() local
1797 if (LVScope *Reference = getReference()) in resolveReferences() local
1859 LVScope *Reference = getReference(); in printExtra() local
1999 if (LVScope *Reference = getReference()) in printExtra() local
/llvm-project/clang/unittests/Tooling/RecursiveASTVisitorTests/
H A DDeclRefExpr.cpp25 VisitDeclRefExpr(DeclRefExpr * Reference) VisitDeclRefExpr() argument

123