Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/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-15.0.7/libcxx/test/std/algorithms/
H A Drobust_against_proxy_iterators_lifetime_bugs.pass.cpp116 struct Reference { struct in LifetimeIterator
117 Value* v_;
120 Reference(Value& v) : v_(&v) { in Reference() argument
124 ~Reference() { in ~Reference()
128 Reference(const Reference& rhs) : v_(rhs.v_) { in Reference() argument
135 Reference(Reference&& rhs) noexcept : v_(rhs.v_) { in Reference() argument
166 operator Value() const { in operator Value()
360 struct Reference { struct in ConstexprIterator
361 int* v_;
364 constexpr Reference(int& v) : v_(&v) { } in Reference() function
[all …]
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DXRefs.h88 struct Reference { struct
96 const ReferencesResult::Reference &); argument
/llvm-project-15.0.7/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 main() typedef
41 …typedef std::allocator<char const>::reference Reference; // expected-warning {{'refer… in main() typedef
/llvm-project-15.0.7/clang-tools-extra/clang-doc/
H A DRepresentation.h115 struct Reference { struct
117 Reference(llvm::StringRef Name) : Name(Name) {} in Reference() argument
120 Reference(llvm::StringRef Name, StringRef Path) in Reference() function
122 Reference(SymbolID USR, StringRef Name, InfoType IT) in Reference() argument
126 Reference(SymbolID USR, StringRef Name, InfoType IT, StringRef Path) in Reference() function
147 // Reference (namespace, record, argument
169 Reference Type; // Referenced type in this info. argument
/llvm-project-15.0.7/clang/lib/Format/
H A DSortJavaScriptImports.cpp166 JsModuleReference Reference = References[I]; in analyze() local
300 auto *Reference = std::next(References.begin()); in mergeModuleReferences() local
327 void appendReference(std::string &Buffer, JsModuleReference &Reference) { in appendReference()
407 JsModuleReference Reference; in parseModuleReferences() local
445 JsModuleReference &Reference) { in parseModuleReference()
483 JsModuleReference &Reference) { in parseModuleBindings()
490 JsModuleReference &Reference) { in parseStarBinding()
506 JsModuleReference &Reference) { in parseNamedBindings()
/llvm-project-15.0.7/clang/docs/
H A DAPINotes.rst67 Reference chapter
/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DRef.h51 Reference = 1 << 2, enumerator
145 Ref Reference; member
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DPrettyFunctionDumper.h22 enum class PointerType { None, Pointer, Reference }; enumerator
/llvm-project-15.0.7/llvm/docs/TableGen/
H A DBackEnds.rst597 Generic Enumerated Types
679 Generic Tables
901 Search Indexes
/llvm-project-15.0.7/llvm/docs/
H A DReference.rst1 Reference title
/llvm-project-15.0.7/flang/include/flang/Lower/
H A DMangler.h38 class Reference; variable
H A DConvertType.h36 class Reference; variable
H A DPFTDefs.h39 class Reference; variable
H A DAbstractConverter.h37 class Reference; variable
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp47 struct Reference { struct
50 Reference &operator|=(const Reference &Other) { in operator |=()
56 explicit operator bool() const { return Def || Use; } in operator bool()
60 bool Def = false;
61 bool Use = false;
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dast-print.cpp10 struct Reference struct
17 Reference r; in test1() argument
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.cpp502 DWARFDIE DWARFFormValue::Reference() const { in Reference() function in DWARFFormValue
547 uint64_t DWARFFormValue::Reference(dw_offset_t base_offset) const { in Reference() function in DWARFFormValue
/llvm-project-15.0.7/llvm/unittests/Support/
H A Dbuffer_ostream_test.cpp33 TEST(buffer_ostreamTest, Reference) { in TEST() argument
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dchecksum_test.cpp40 const scudo::u16 Reference = F(Seed, Array, ArraySize); in verifyChecksumFunctionBitFlip() local
/llvm-project-15.0.7/llvm/test/DebugInfo/PDB/Inputs/
H A Devery-array.cpp15 void Reference(T &t) { } in Reference() function
H A Devery-type.cpp56 void Reference(T &t) { } in Reference() function
/llvm-project-15.0.7/clang/unittests/Tooling/RecursiveASTVisitorTests/
H A DDeclRefExpr.cpp25 bool VisitDeclRefExpr(DeclRefExpr *Reference) { in VisitDeclRefExpr()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DConstCorrectnessCheck.cpp111 enum class VariableCategory { Value, Reference, Pointer }; enumerator
/llvm-project-15.0.7/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowEnvironment.h44 Reference, enumerator

12