HomeSort by: relevance | last modified time | path
    Searched defs:Deref (Results 1 - 4 of 4) 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/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/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp 1200 bool Deref = false;
1205 Deref = true;
1232 if (Deref)

Completed in 34 milliseconds