Searched defs:Deref (Results 1 – 9 of 9) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | MemDerefPrinter.cpp | 26 SmallVector<Value *, 4> Deref; in run() local
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | PostfixExpression.h | 135 Deref, // *a enumerator
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugFrame.h | 84 std::optional<uint32_t> AS, bool Deref) in UnwindLocation() argument 87 UnwindLocation(DWARFExpression E, bool Deref) in UnwindLocation() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
H A D | Stencil.cpp | 103 Deref, enumerator
|
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/ |
H A D | BodyFarm.cpp | 474 MemberExpr *Deref = M.makeMemberExpression(FlagDecl, FlagFieldDecl); in create_call_once() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | VarLocBasedImpl.cpp | 583 auto Deref = Indirect ? DIExpression::DerefAfter : 0; in BuildDbgValue() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 1298 bool Deref = false; in collectVariableInfoFromMFTable() local
|
/freebsd-src/contrib/googletest/googlemock/test/ |
H A D | gmock-actions_test.cc | 2050 int Deref(std::unique_ptr<int> ptr) { return *ptr; } in Deref() function
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 5775 buildLoopVarFunc(Sema & Actions,QualType LoopVarTy,QualType LogicalTy,DeclRefExpr * StartExpr,Expr * Step,bool Deref) buildLoopVarFunc() argument
|