HomeSort by relevance Sort by last modified time
    Searched defs:isExpr (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/MC/
MCInst.h 59 bool isExpr() const { return Kind == kExpr; }
94 assert(isExpr() && "This is not an expression");
98 assert(isExpr() && "This is not an expression");
  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.h 197 isExpr,
276 explicit DIEExpr(const MCExpr *E) : DIEValue(isExpr), Expr(E) {}
291 static bool classof(const DIEValue *E) { return E->getType() == isExpr; }
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 52 milliseconds