| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MemDerefPrinter.cpp | 23 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 D | DWARFUnwindTable.h | 76 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 D | Stencil.cpp | 107 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 D | PostfixExpression.cpp | 42 return UnaryOpNode::Deref; in GetUnaryOpType() 235 case UnaryOpNode::Deref: in Visit()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | BodyFarm.cpp | 474 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 D | PostfixExpression.h | 135 Deref, // *a enumerator
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/ |
| H A D | DILAST.h | 32 Deref, // "*" enumerator
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtVisitor.h | 164 UNARYOP_FALLBACK(AddrOf) UNARYOP_FALLBACK(Deref)
|
| H A D | OperationKinds.def | 442 UNARY_OPERATION(Deref, "*")
|
| H A D | Type.h | 3299 TypeCoupledDeclRefInfo(ValueDecl *D = nullptr, bool Deref = false);
|
| /freebsd/contrib/llvm-project/lldb/source/ValueObject/ |
| H A D | DILParser.cpp | 105 return std::make_unique<UnaryOpNode>(loc, UnaryOpKind::Deref, in ParseUnaryExpression()
|
| H A D | DILEval.cpp | 183 case UnaryOpKind::Deref: { in Visit()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | HLSLBuiltinTypeDeclBuilder.cpp | 480 Expr *Deref = in dereference() local 485 StmtsList.push_back(Deref); in dereference()
|
| H A D | SemaOpenMP.cpp | 5553 bool Deref) { in buildLoopVarFunc() argument 5598 if (Deref) { in buildLoopVarFunc()
|
| /freebsd/contrib/googletest/googlemock/test/ |
| H A D | gmock-actions_test.cc | 2114 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 D | VarLocBasedImpl.cpp | 585 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 D | CodeViewDebug.cpp | 1305 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 D | Type.cpp | 3973 TypeCoupledDeclRefInfo::TypeCoupledDeclRefInfo(ValueDecl *D, bool Deref) in TypeCoupledDeclRefInfo() argument 3974 : Data(D, Deref << DerefShift) {} in TypeCoupledDeclRefInfo()
|