Home
last modified time | relevance | path

Searched defs:Deref (Results 1 – 9 of 9) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DMemDerefPrinter.cpp26 SmallVector<Value *, 4> Deref; in run() local
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DPostfixExpression.h135 Deref, // *a enumerator
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h84 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 DStencil.cpp103 Deref, enumerator
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp474 MemberExpr *Deref = M.makeMemberExpression(FlagDecl, FlagFieldDecl); in create_call_once() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp583 auto Deref = Indirect ? DIExpression::DerefAfter : 0; in BuildDbgValue() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1298 bool Deref = false; in collectVariableInfoFromMFTable() local
/freebsd-src/contrib/googletest/googlemock/test/
H A Dgmock-actions_test.cc2050 int Deref(std::unique_ptr<int> ptr) { return *ptr; } in Deref() function
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp5775 buildLoopVarFunc(Sema & Actions,QualType LoopVarTy,QualType LogicalTy,DeclRefExpr * StartExpr,Expr * Step,bool Deref) buildLoopVarFunc() argument