Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DSortJavaScriptImports.cpp165 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()
/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.cpp1536 __anond8197bf10302(auto &Target, auto &Reference) main() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.cpp547 DWARFDIE DWARFFormValue::Reference() const { in Reference() function in DWARFFormValue
504 DWARFDIE DWARFFormValue::Reference() const { Reference() function in DWARFFormValue
/freebsd/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() argument
430 LVScope *Reference = getReference(); resolveReferences() local
1068 LVScope *Reference = getReference(); printExtra() local
1796 LVScope *Reference = getReference(); resolveReferences() local
1805 if (LVScope *Reference = getReference()) resolveReferences() local
1867 LVScope *Reference = getReference(); printExtra() local
2007 if (LVScope *Reference = getReference()) printExtra() local
[all...]
H A DLVElement.cpp375 setFile(LVElement * Reference) setFile() argument
[all...]
/freebsd/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/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.cpp570 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.h1110 } Reference; member
H A Dactbl2.h1869 UINT32 Reference; member
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp1197 const KnownCalledOnceParameter &Reference) { in shouldBlockArgumentBeCalledOnce()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp3807 Reference = 1 enumerator
6828 Reference, enumerator
9601 QualType Reference = in BuiltinAddReference() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1252 Pointer, Reference, Array, Function, BlockPointer, MemberPointer, Paren, Pipe enumerator
H A DSema.h470 Reference, // Reference to a tag: 'struct foo *X;' enumerator