/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | MemDerefPrinter.cpp | 26 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 D | DWARFDebugFrame.h | 84 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 D | Stencil.cpp | 103 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 D | PostfixExpression.cpp | 42 return UnaryOpNode::Deref; in GetUnaryOpType() 235 case UnaryOpNode::Deref: in Visit()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | PostfixExpression.h | 135 Deref, // *a enumerator
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | StmtVisitor.h | 163 UNARYOP_FALLBACK(AddrOf) UNARYOP_FALLBACK(Deref)
|
H A D | OperationKinds.def | 436 UNARY_OPERATION(Deref, "*")
|
H A D | Type.h | 3204 TypeCoupledDeclRefInfo(ValueDecl *D = nullptr, bool Deref = false);
|
/freebsd/contrib/googletest/googlemock/test/ |
H A D | gmock-actions_test.cc | 2050 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 D | VarLocBasedImpl.cpp | 583 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 D | CodeViewDebug.cpp | 1298 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 D | Type.cpp | 3821 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 D | SemaOpenMP.cpp | 5549 bool Deref) { in buildLoopVarFunc() argument 5594 if (Deref) { in buildLoopVarFunc()
|