Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DSortJavaScriptImports.cpp167 JsModuleReference Reference = References[I]; in analyze() local
300 auto *Reference = std::next(References.begin()); in mergeModuleReferences() local
328 void appendReference(std::string &Buffer, JsModuleReference &Reference) { in appendReference()
408 JsModuleReference Reference; in parseModuleReferences() local
446 JsModuleReference &Reference) { in parseModuleReference()
484 JsModuleReference &Reference) { in parseModuleBindings()
491 JsModuleReference &Reference) { in parseStarBinding()
512 JsModuleReference &Reference) { in parseNamedBindings()
/freebsd-14.2/contrib/llvm-project/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;
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyFunctionDumper.h22 enum class PointerType { None, Pointer, Reference }; enumerator
H A Dllvm-pdbutil.cpp1534 auto propagate = [&](auto &Target, auto &Reference) { in main()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.cpp547 DWARFDIE DWARFFormValue::Reference() const { in Reference() function in DWARFFormValue
552 uint64_t DWARFFormValue::Reference(dw_offset_t base_offset) const { in Reference() function in DWARFFormValue
/freebsd-14.2/contrib/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
H A DLVElement.cpp374 void LVElement::setFile(LVElement *Reference) { in setFile()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSymbol.h48 LVSymbol *Reference = nullptr; variable
H A DLVScope.h327 LVScope *Reference = nullptr; // DW_AT_specification, DW_AT_abstract_origin. variable
647 LVScope *Reference = nullptr; // DW_AT_specification, DW_AT_abstract_origin. variable
753 LVScope *Reference = nullptr; // Reference to DW_AT_extension attribute. variable
H A DLVOptions.h122 Reference, // --attribute=reference enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp557 LVElementEntry &Reference = ElementTable[Offset]; in processOneDie() local
1071 uint64_t Reference = *FormValue.getAsReference(); in updateReference() local
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Index/
H A DIndexSymbol.h105 Reference = 1 << 2, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h53 enum class PointerAffinity { None, Pointer, Reference, RValueReference }; enumerator
54 enum class FunctionRefQualifier { None, Reference, RValueReference }; enumerator
/freebsd-14.2/sys/contrib/dev/acpica/include/
H A Dacbuffer.h250 UINT8 Reference; member
H A Dacobject.h648 ACPI_OBJECT_REFERENCE Reference; member
H A Dactypes.h1111 } Reference; member
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp1196 const KnownCalledOnceParameter &Reference) { in shouldBlockArgumentBeCalledOnce()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp4281 Reference = 1 enumerator
7245 Reference, enumerator
9870 QualType Reference = in BuiltinAddReference() local
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1216 Pointer, Reference, Array, Function, BlockPointer, MemberPointer, Paren, Pipe enumerator