/llvm-project/flang/include/flang/Common/ |
H A D | reference.h | 21 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 D | robust_against_proxy_iterators_lifetime_bugs.pass.cpp | 118 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 D | XRefs.h | 90 struct Reference { struct 98 const ReferencesResult::Reference &); argument
|
/llvm-project/clang/lib/Format/ |
H A D | SortJavaScriptImports.cpp | 165 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 D | Ref.h | 51 Reference = 1 << 2, enumerator 145 Ref Reference; global() member [all...] |
/llvm-project/clang/docs/ |
H A D | APINotes.rst | 67 Reference chapter
|
/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | PrettyFunctionDumper.h | 22 enum class PointerType { None, Pointer, Reference }; enumerator
|
/llvm-project/llvm/docs/TableGen/ |
H A D | BackEnds.rst | 603 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 D | allocator_types.deprecated_in_cxx17.verify.cpp | 34 …typedef std::allocator<char>::reference Reference; // expected-warning {{'reference' … in f() typedef
|
/llvm-project/llvm/docs/ |
H A D | Reference.rst | 1 Reference title
|
/llvm-project/clang-tools-extra/clang-doc/ |
H A D | Representation.h | 87 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 D | SystemZElimCompare.cpp | 47 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 D | PFTDefs.h | 39 class Reference; variable
|
H A D | Mangler.h | 25 class Reference; variable
|
H A D | ConvertType.h | 37 class Reference; variable
|
H A D | AbstractConverter.h | 39 class Reference; variable
|
/llvm-project/clang/test/SemaCXX/ |
H A D | ast-print.cpp | 10 struct Reference struct 17 Reference r; in test1() argument
|
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFFormValue.cpp | 552 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 D | buffer_ostream_test.cpp | 33 TEST(buffer_ostreamTest, Reference) { in TEST() argument
|
/llvm-project/compiler-rt/lib/scudo/standalone/tests/ |
H A D | checksum_test.cpp | 40 const scudo::u16 Reference = F(Seed, Array, ArraySize); in verifyChecksumFunctionBitFlip() local
|
/llvm-project/llvm/unittests/DebugInfo/LogicalView/ |
H A D | DWARFReaderTest.cpp | 181 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 D | every-array.cpp | 15 void Reference(T &t) { } in Reference() function
|
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVSymbol.cpp | 242 LVSymbol *Reference = getReference(); in resolveReferences() local 441 if (LVSymbol *Reference = getReference()) in printExtra() local
|
H A D | LVScope.cpp | 289 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 D | DeclRefExpr.cpp | 25 VisitDeclRefExpr(DeclRefExpr * Reference) VisitDeclRefExpr() argument
|