Searched refs:Deref (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemDerefPrinter.cpp23 SmallVector<Value *, 4> Deref; member in struct:__anon1636::MemDerefPrinter
36 Deref.clear();
58 Deref.push_back(PO);
69 for (Value *V: Deref) {
/freebsd-11-stable/contrib/llvm-project/lld/include/lld/Core/
H A DFile.h129 static T* Deref(OwningAtomPtr<T> &p) { function in class:lld::File::AtomRange
141 return ItTy(_v.begin(), DerefFn(Deref));
144 return ItTy(_v.end(), DerefFn(Deref));
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DStencil.cpp61 Deref, member in class:__anon940::UnaryNodeOperator
123 case UnaryNodeOperator::Deref:
199 case UnaryNodeOperator::Deref:
322 UnaryNodeOperator::Deref, ExprId);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DPostfixExpression.cpp40 return UnaryOpNode::Deref;
233 case UnaryOpNode::Deref:
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp445 MemberExpr *Deref = M.makeMemberExpression(FlagDecl, FlagFieldDecl); local
446 assert(Deref->isLValue());
447 QualType DerefType = Deref->getType();
452 M.makeImplicitCast(M.makeLvalueToRvalue(Deref, DerefType), DerefType,
462 Deref, M.makeIntegralCast(M.makeIntegerLiteral(1, C.IntTy), DerefType),
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmtVisitor.h162 UNARYOP_FALLBACK(AddrOf) UNARYOP_FALLBACK(Deref)
H A DRecursiveASTVisitor.h57 OPERATOR(AddrOf) OPERATOR(Deref) OPERATOR(Plus) OPERATOR(Minus) \
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DPostfixExpression.h135 Deref, // *a enumerator in enum:lldb_private::postfix::UnaryOpNode::OpType
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1165 bool Deref = false; local
1170 Deref = true;
1194 if (Deref)

Completed in 196 milliseconds