HomeSort by: relevance | last modified time | path
    Searched refs:Deref (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
MemDerefPrinter.cpp 26 SmallVector<Value *, 4> Deref;
39 Deref.clear();
61 Deref.push_back(PO);
72 for (Value *V: Deref) {
88 SmallVector<Value *, 4> Deref;
96 Deref.push_back(PO);
104 for (Value *V : Deref) {
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
Stencil.cpp 62 Deref,
125 case UnaryNodeOperator::Deref:
126 OpName = "deref";
232 case UnaryNodeOperator::Deref:
409 Stencil transformer::deref(llvm::StringRef ExprId) {
411 UnaryNodeOperator::Deref, std::string(ExprId));
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugFrame.h 51 /// reg = deref(reg + offset)
56 /// reg = deref(eval(dwarf_expr))
77 UnwindLocation(Location K, uint32_t Reg, int32_t Off, bool Deref)
78 : Kind(K), RegNum(Reg), Offset(Off), Dereference(Deref) {}
80 UnwindLocation(DWARFExpression E, bool Deref)
82 Dereference(Deref) {}
94 /// Create a location that is in (Deref == false) or at (Deref == true) the
97 /// unique offset from the CFA with \a Deref set to true. This value will be
103 /// Create a location where the saved value is in (Deref == false) or a
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
BodyFarm.cpp 442 MemberExpr *Deref = M.makeMemberExpression(FlagDecl, FlagFieldDecl);
443 assert(Deref->isLValue());
444 QualType DerefType = Deref->getType();
450 M.makeImplicitCast(M.makeLvalueToRvalue(Deref, DerefType), DerefType,
460 Deref, M.makeIntegralCast(M.makeIntegerLiteral(1, C.IntTy), DerefType),
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtVisitor.h 162 UNARYOP_FALLBACK(AddrOf) UNARYOP_FALLBACK(Deref)
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp 1200 bool Deref = false;
1205 Deref = true;
1232 if (Deref)
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 5350 /// \param Deref Whether the loop variable is a dereference of the loop
5357 bool Deref) {
5402 if (Deref) {

Completed in 55 milliseconds