HomeSort by: relevance | last modified time | path
    Searched defs:getExpr (Results 1 - 19 of 19) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
Source.cpp 31 const Expr *SourceMapper::getExpr(Function *F, CodePtr PC) const {
InterpFrame.cpp 186 const Expr *InterpFrame::getExpr(CodePtr PC) const {
187 return S.getExpr(Func, PC);
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZMCInstLower.cpp 36 SystemZMCInstLower::getExpr(const MachineOperand &MO,
89 return MCOperand::createExpr(getExpr(MO, Kind));
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
AnyCall.h 200 const Expr *getExpr() const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCExpr.cpp 78 auto expr = getExpr();
82 MCExpr const *HexagonMCExpr::getExpr() const { return Expr; }
HexagonMCInstrInfo.cpp 195 XMI.addOperand(MCOperand::createExpr(MO.getExpr()));
303 MCExpr const &HexagonMCInstrInfo::getExpr(MCExpr const &Expr) {
305 assert(HExpr.getExpr());
306 return *HExpr.getExpr();
545 if (isa<HexagonMCExpr>(MO.getExpr()) &&
546 HexagonMCInstrInfo::mustExtend(*MO.getExpr()))
561 if (isa<HexagonMCExpr>(MO.getExpr()) &&
562 HexagonMCInstrInfo::mustNotExtend(*MO.getExpr()))
565 if (!MO.getExpr()->evaluateAsAbsolute(Value))
868 if (!MCO.getExpr()->evaluateAsAbsolute(Value)
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
OSLog.h 104 const Expr *getExpr() const { return TheExpr; }
ExprConcepts.h 393 Expr *getExpr() const {
StmtOpenMP.h 2834 Expr *getExpr() { return cast_or_null<Expr>(Data->getChildren()[3]); }
2835 const Expr *getExpr() const {
DeclCXX.h 1802 const Expr *getExpr() const { return ExplicitSpec.getPointer(); }
1803 Expr *getExpr() { return ExplicitSpec.getPointer(); }
2463 assert((!ES.getExpr() ||
2467 if (ES.getExpr())
ExprCXX.h 1280 const Expr *getExpr() const { return getParam()->getDefaultArg(); }
1281 Expr *getExpr() { return getParam()->getDefaultArg(); }
1346 const Expr *getExpr() const {
1350 Expr *getExpr() {
Expr.h 4358 /// getExpr - Return the Expr at the specified index.
4359 Expr *getExpr(unsigned Index) {
4363 const Expr *getExpr(unsigned Index) const {
4372 return getExpr(N+2)->EvaluateKnownConstInt(Ctx);
5486 Expr *getExpr(unsigned Init) {
5491 const Expr *getExpr(unsigned Init) const {
5492 return const_cast<ParenListExpr *>(this)->getExpr(Init);
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SMTConv.h 421 // Sets the hasComparison and RetTy parameters. See getExpr().
465 static inline llvm::SMTExprRef getExpr(llvm::SMTSolverRef &Solver,
519 llvm::SMTExprRef Exp = getExpr(Solver, Ctx, Sym, &SymTy);
MemRegion.h 484 const Expr *getExpr() const { return Ex; }
1196 const Expr *getExpr() const { return Ex; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCInst.h 114 const MCExpr *getExpr() const {
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
IVUsers.cpp 389 /// getExpr - Return the expression for the use.
390 const SCEV *IVUsers::getExpr(const IVStrideUse &IU) const {
413 if (const SCEVAddRecExpr *AR = findAddRecForLoop(getExpr(IU), L))
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaPseudoObject.cpp 414 ExprResult getExpr = buildGet();
415 if (getExpr.isInvalid()) return ExprError();
416 addResultSemanticExpr(getExpr.get());
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp 262 const MCExpr *getExpr() const {
559 Inst.addOperand(MCOperand::createExpr(getExpr()));
572 Inst.addOperand(MCOperand::createExpr(getExpr()));
587 Inst.addOperand(MCOperand::createExpr(getExpr()));
597 Inst.addOperand(MCOperand::createExpr(getExpr()));
714 OS << *getExpr();
728 const MCExpr *Expr = Op.getExpr();
  /src/external/bsd/elftosb/dist/elftosb2/
ElftosbAST.h 341 ExprASTNode * getExpr() { return m_expr; }
364 ExprASTNode * getExpr() { return m_expr; }
519 ExprASTNode * getExpr() { return m_expr; }
554 ExprASTNode * getExpr() { return m_expr; }

Completed in 53 milliseconds