Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemDerefPrinter.cpp23 SmallVector<Value *, 4> Deref; in run() local
31 Deref.push_back(PO); in run()
39 for (Value *V : Deref) { in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/LowLevel/
H A DDWARFUnwindTable.h76 std::optional<uint32_t> AS, bool Deref) in UnwindLocation() argument
77 : Kind(K), RegNum(Reg), Offset(Off), AddrSpace(AS), Dereference(Deref) {} in UnwindLocation()
79 UnwindLocation(DWARFExpression E, bool Deref) in UnwindLocation() argument
81 Dereference(Deref) {} in UnwindLocation()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DStencil.cpp107 Deref, enumerator
129 case UnaryNodeOperator::Deref: in toString()
164 case UnaryNodeOperator::Deref: in eval()
448 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/clang/lib/Analysis/
H A DBodyFarm.cpp474 MemberExpr *Deref = M.makeMemberExpression(FlagDecl, FlagFieldDecl); in create_call_once() local
475 assert(Deref->isLValue()); in create_call_once()
476 QualType DerefType = Deref->getType(); in create_call_once()
482 M.makeImplicitCast(M.makeLvalueToRvalue(Deref, DerefType), DerefType, in create_call_once()
492 Deref, M.makeIntegralCast(M.makeIntegerLiteral(1, C.IntTy), DerefType), in create_call_once()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DPostfixExpression.h135 Deref, // *a enumerator
/freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/
H A DDILAST.h32 Deref, // "*" enumerator
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtVisitor.h164 UNARYOP_FALLBACK(AddrOf) UNARYOP_FALLBACK(Deref)
H A DOperationKinds.def442 UNARY_OPERATION(Deref, "*")
H A DType.h3299 TypeCoupledDeclRefInfo(ValueDecl *D = nullptr, bool Deref = false);
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DDILParser.cpp105 return std::make_unique<UnaryOpNode>(loc, UnaryOpKind::Deref, in ParseUnaryExpression()
H A DDILEval.cpp183 case UnaryOpKind::Deref: { in Visit()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DHLSLBuiltinTypeDeclBuilder.cpp480 Expr *Deref = in dereference() local
485 StmtsList.push_back(Deref); in dereference()
H A DSemaOpenMP.cpp5553 bool Deref) { in buildLoopVarFunc() argument
5598 if (Deref) { in buildLoopVarFunc()
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-actions_test.cc2114 int Deref(std::unique_ptr<int> ptr) { return *ptr; } in Deref() function
2132 Action<int(std::unique_ptr<int>)> a1 = &Deref; in TEST()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp585 auto Deref = Indirect ? DIExpression::DerefAfter : 0; in BuildDbgValue() local
587 DIExpr, DIExpression::ApplyOffset | Deref, in BuildDbgValue()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1305 bool Deref = false; in collectVariableInfoFromMFTable() local
1310 Deref = true; in collectVariableInfoFromMFTable()
1340 if (Deref) in collectVariableInfoFromMFTable()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp3973 TypeCoupledDeclRefInfo::TypeCoupledDeclRefInfo(ValueDecl *D, bool Deref) in TypeCoupledDeclRefInfo() argument
3974 : Data(D, Deref << DerefShift) {} in TypeCoupledDeclRefInfo()