Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/designs/
H A Dfunctions-for-explicitly-fetched-signature-algorithms.md63 ### For limited input size / oneshot signing with `EVP_SIGNATURE`
71 ### For signing a stream with `EVP_SIGNATURE`
87 ### For limited input size / oneshot verification with `EVP_SIGNATURE`
95 ### For verifying a stream with `EVP_SIGNATURE`
116 ### For verify_recover with `EVP_SIGNATURE`
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DSortJavaScriptImports.cpp163 JsModuleReference Reference = References[I]; in analyze() local
295 auto *Reference = std::next(References.begin()); in mergeModuleReferences() local
323 void appendReference(std::string &Buffer, JsModuleReference &Reference) { in appendReference()
403 JsModuleReference Reference; in parseModuleReferences() local
441 JsModuleReference &Reference) { in parseModuleReference()
479 JsModuleReference &Reference) { in parseModuleBindings()
486 JsModuleReference &Reference) { in parseStarBinding()
507 JsModuleReference &Reference) { in parseNamedBindings()
/freebsd/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/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyFunctionDumper.h22 enum class PointerType { None, Pointer, Reference }; enumerator
H A Dllvm-pdbutil.cpp1539 auto propagate = [&](auto &Target, auto &Reference) { in main()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.cpp541 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
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSymbol.cpp241 LVSymbol *Reference = getReference(); in resolveReferences() local
440 if (LVSymbol *Reference = getReference()) in printExtra() local
H A DLVScope.cpp293 void LVScope::addMissingElements(LVScope *Reference) { in addMissingElements()
429 LVScope *Reference = getReference(); in resolveReferences() local
1071 LVScope *Reference = getReference(); in printExtra() local
1806 LVScope *Reference = getReference(); in resolveReferences() local
1815 if (LVScope *Reference = getReference()) in resolveReferences() local
1877 LVScope *Reference = getReference(); in printExtra() local
2029 if (LVScope *Reference = getReference()) in printExtra() local
H A DLVElement.cpp373 void LVElement::setFile(LVElement *Reference) { in setFile()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSymbol.h49 LVSymbol *Reference = nullptr; variable
H A DLVScope.h332 LVScope *Reference = nullptr; // DW_AT_specification, DW_AT_abstract_origin. variable
658 LVScope *Reference = nullptr; // DW_AT_specification, DW_AT_abstract_origin. variable
781 LVScope *Reference = nullptr; // Reference to DW_AT_extension attribute. variable
H A DLVOptions.h122 Reference, // --attribute=reference enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Index/
H A DIndexSymbol.h105 Reference = 1 << 2, enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp369 LVElementEntry &Reference = ElementTable[Offset]; in processOneDie() local
/freebsd/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/sys/contrib/dev/acpica/include/
H A Dacbuffer.h250 UINT8 Reference; member
H A Dacobject.h648 ACPI_OBJECT_REFERENCE Reference; member
H A Dactypes.h1112 } Reference; member
H A Dactbl2.h2298 UINT32 Reference; member
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp1195 const KnownCalledOnceParameter &Reference) { in shouldBlockArgumentBeCalledOnce()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp3860 Reference = 1 enumerator
6855 Reference, enumerator
9883 QualType Reference = in BuiltinAddReference() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1254 Pointer, Reference, Array, Function, BlockPointer, MemberPointer, Paren, Pipe enumerator
H A DSema.h447 Reference, // Reference to a tag: 'struct foo *X;' enumerator