Searched defs:isExpr (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCInst.h59 bool isExpr() const { return Kind == kExpr; } function in class:llvm::MCOperand
94 assert(isExpr() && "This is not an expression");
98 assert(isExpr() && "This is not an expression");
/external/llvm/include/llvm/CodeGen/
H A DDIE.h209 isExpr, enumerator in enum:llvm::DIEValue::Type
302 explicit DIEExpr(const MCExpr *E) : DIEValue(isExpr), Expr(E) {}
317 static bool classof(const DIEValue *E) { return E->getType() == isExpr; }
/external/clang/include/clang/AST/
H A DExprCXX.h560 CXXTypeidExpr(EmptyShell Empty, bool isExpr) argument
562 if (isExpr)
699 CXXUuidofExpr(EmptyShell Empty, bool isExpr) argument
701 if (isExpr)
/external/llvm/lib/Target/R600/AsmParser/
H A DAMDGPUAsmParser.cpp120 assert(isExpr());
224 bool isExpr() const { function in class:__anon10834::AMDGPUOperand
229 return isExpr() || isImm();

Completed in 719 milliseconds