Home
last modified time | relevance | path

Searched refs:Deref (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemDerefPrinter.cpp26 SmallVector<Value *, 4> Deref; in run() local
34 Deref.push_back(PO); in run()
42 for (Value *V : Deref) { in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h84 std::optional<uint32_t> AS, bool Deref) in UnwindLocation() argument
85 : Kind(K), RegNum(Reg), Offset(Off), AddrSpace(AS), Dereference(Deref) {} in UnwindLocation()
87 UnwindLocation(DWARFExpression E, bool Deref) in UnwindLocation() argument
89 Dereference(Deref) {} in UnwindLocation()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DStencil.cpp103 Deref, enumerator
125 case UnaryNodeOperator::Deref: in toString()
160 case UnaryNodeOperator::Deref: in eval()
444 return std::make_shared<UnaryOperationStencil>(UnaryNodeOperator::Deref, in deref()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DPostfixExpression.cpp42 return UnaryOpNode::Deref; in GetUnaryOpType()
235 case UnaryOpNode::Deref: in Visit()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DPostfixExpression.h135 Deref, // *a enumerator
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtVisitor.h163 UNARYOP_FALLBACK(AddrOf) UNARYOP_FALLBACK(Deref)
H A DOperationKinds.def436 UNARY_OPERATION(Deref, "*")
H A DType.h3204 TypeCoupledDeclRefInfo(ValueDecl *D = nullptr, bool Deref = false);
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-actions_test.cc2050 int Deref(std::unique_ptr<int> ptr) { return *ptr; } in Deref() function
2068 Action<int(std::unique_ptr<int>)> a1 = &Deref; in TEST()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp583 auto Deref = Indirect ? DIExpression::DerefAfter : 0; in BuildDbgValue() local
585 DIExpr, DIExpression::ApplyOffset | Deref, in BuildDbgValue()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1298 bool Deref = false; in collectVariableInfoFromMFTable()
1303 Deref = true; in collectVariableInfoFromMFTable()
1331 if (Deref) in canUseReferenceType()
1291 bool Deref = false; collectVariableInfoFromMFTable() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp3821 TypeCoupledDeclRefInfo::TypeCoupledDeclRefInfo(ValueDecl *D, bool Deref) in TypeCoupledDeclRefInfo() argument
3822 : Data(D, Deref << DerefShift) {} in TypeCoupledDeclRefInfo()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp5549 bool Deref) { in buildLoopVarFunc() argument
5594 if (Deref) { in buildLoopVarFunc()