Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/docs/TableGen/
H A DBackEnds.rst597 Generic Enumerated Types
679 Generic Tables
901 Search Indexes
/openbsd-src/gnu/llvm/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;
/openbsd-src/gnu/llvm/clang/docs/
H A DAPINotes.rst67 Reference chapter
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DPrettyFunctionDumper.h22 enum class PointerType { None, Pointer, Reference }; enumerator
H A Dllvm-pdbutil.cpp1536 auto propagate = [&](auto &Target, auto &Reference) { in main()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.cpp503 DWARFDIE DWARFFormValue::Reference() const { in Reference() function in DWARFFormValue
546 uint64_t DWARFFormValue::Reference(dw_offset_t base_offset) const { in Reference() function in DWARFFormValue
/openbsd-src/gnu/llvm/llvm/docs/
H A DReference.rst1 Reference title
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSymbol.cpp244 LVSymbol *Reference = getReference(); in resolveReferences() local
443 if (LVSymbol *Reference = getReference()) in printExtra() local
H A DLVScope.cpp298 void LVScope::addMissingElements(LVScope *Reference) { in addMissingElements()
439 LVScope *Reference = getReference(); in resolveReferences() local
1073 LVScope *Reference = getReference(); in printExtra() local
1801 LVScope *Reference = getReference(); in resolveReferences() local
1810 if (LVScope *Reference = getReference()) in resolveReferences() local
1872 LVScope *Reference = getReference(); in printExtra() local
2012 if (LVScope *Reference = getReference()) in printExtra() local
H A DLVElement.cpp338 void LVElement::setFile(LVElement *Reference) { in setFile()
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dchecksum_test.cpp40 const scudo::u16 Reference = F(Seed, Array, ArraySize); in verifyChecksumFunctionBitFlip() local
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp557 LVElementEntry &Reference = ElementTable[Offset]; in processOneDie() local
1081 uint64_t Reference = *FormValue.getAsReference(); in updateReference() local
1140 LVElementEntry &Reference = Iter->second; in getElementForOffset() local
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h327 LVScope *Reference = nullptr; // DW_AT_specification, DW_AT_abstract_origin. variable
646 LVScope *Reference = nullptr; // DW_AT_specification, DW_AT_abstract_origin. variable
752 LVScope *Reference = nullptr; // Reference to DW_AT_extension attribute. variable
H A DLVSymbol.h48 LVSymbol *Reference = nullptr; variable
H A DLVOptions.h122 Reference, // --attribute=reference enumerator
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowEnvironment.h46 Reference, enumerator
H A DValue.h37 Reference, enumerator
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperldocstyle.pod647 =head3 Reference subsection
/openbsd-src/gnu/llvm/clang/include/clang/Index/
H A DIndexSymbol.h105 Reference = 1 << 2, enumerator
/openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h54 enum class PointerAffinity { None, Pointer, Reference, RValueReference }; enumerator
55 enum class FunctionRefQualifier { None, Reference, RValueReference }; enumerator
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DCalledOnceCheck.cpp1196 const KnownCalledOnceParameter &Reference) { in shouldBlockArgumentBeCalledOnce()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp4176 Reference = 1 enumerator
7086 Reference, enumerator
9378 QualType Reference = in BuiltinAddReference() local
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h1200 Pointer, Reference, Array, Function, BlockPointer, MemberPointer, Paren, Pipe enumerator