/external/llvm/lib/Target/Lanai/MCTargetDesc/ |
D | LanaiMCExpr.h | 37 const MCExpr *getSubExpr() const { return Expr; } in getSubExpr() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/MCTargetDesc/ |
D | LanaiMCExpr.h | 36 const MCExpr *getSubExpr() const { return Expr; } in getSubExpr() function
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMCExpr.h | 55 const MCExpr *getSubExpr() const { return Expr; } in getSubExpr() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMCExpr.h | 54 const MCExpr *getSubExpr() const { return Expr; } in getSubExpr() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/ |
D | AVRMCExpr.h | 48 const MCExpr *getSubExpr() const { return SubExpr; } in getSubExpr() function
|
/external/clang/include/clang/AST/ |
D | ExprObjC.h | 108 Expr *getSubExpr() { return cast<Expr>(SubExpr); } in getSubExpr() function 109 const Expr *getSubExpr() const { return cast<Expr>(SubExpr); } in getSubExpr() function
|
D | ExprCXX.h | 547 Expr *getSubExpr() { return static_cast<Expr*>(SubExpr); } in getSubExpr() function 548 const Expr *getSubExpr() const { return static_cast<const Expr*>(SubExpr); } in getSubExpr() function 933 const Expr *getSubExpr() const { return cast_or_null<Expr>(Op); } in getSubExpr() function 934 Expr *getSubExpr() { return cast_or_null<Expr>(Op); } in getSubExpr() function 1143 const Expr *getSubExpr() const { return cast<Expr>(SubExpr); } in getSubExpr() function 1144 Expr *getSubExpr() { return cast<Expr>(SubExpr); } in getSubExpr() function 2976 Expr *getSubExpr() { return cast<Expr>(SubExpr); } in getSubExpr() function 2977 const Expr *getSubExpr() const { return cast<Expr>(SubExpr); } in getSubExpr() function
|
D | Expr.h | 1435 const Expr *getSubExpr() const { return cast<Expr>(Val); } in getSubExpr() function 1436 Expr *getSubExpr() { return cast<Expr>(Val); } in getSubExpr() function 1635 const Expr *getSubExpr() const { return cast<Expr>(Val); } in getSubExpr() function 1636 Expr *getSubExpr() { return cast<Expr>(Val); } in getSubExpr() function 1695 Expr *getSubExpr() const { return cast<Expr>(Val); } in getSubExpr() function 2684 Expr *getSubExpr() { return cast<Expr>(Op); } in getSubExpr() function 2685 const Expr *getSubExpr() const { return cast<Expr>(Op); } in getSubExpr() function 3673 const Expr *getSubExpr() const { return cast<Expr>(Val); } in getSubExpr() function 3674 Expr *getSubExpr() { return cast<Expr>(Val); } in getSubExpr() function 4198 Expr *getSubExpr(unsigned Idx) const { in getSubExpr() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/MCTargetDesc/ |
D | RISCVMCExpr.h | 58 const MCExpr *getSubExpr() const { return Expr; } in getSubExpr() function
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMCExpr.h | 72 const MCExpr *getSubExpr() const { return Expr; } in getSubExpr() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMCExpr.h | 73 const MCExpr *getSubExpr() const { return Expr; } in getSubExpr() function
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsMCExpr.h | 67 const MCExpr *getSubExpr() const { return Expr; } in getSubExpr() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsMCExpr.h | 67 const MCExpr *getSubExpr() const { return Expr; } in getSubExpr() function
|
/external/llvm/lib/Target/Sparc/MCTargetDesc/ |
D | SparcMCExpr.h | 82 const MCExpr *getSubExpr() const { return Expr; } in getSubExpr() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/MCTargetDesc/ |
D | SparcMCExpr.h | 83 const MCExpr *getSubExpr() const { return Expr; } in getSubExpr() function
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64MCExpr.h | 126 const MCExpr *getSubExpr() const { return Expr; } in getSubExpr() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64MCExpr.h | 135 const MCExpr *getSubExpr() const { return Expr; } in getSubExpr() function
|
/external/llvm/include/llvm/MC/ |
D | MCExpr.h | 373 const MCExpr *getSubExpr() const { return Expr; } in getSubExpr() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCExpr.h | 413 const MCExpr *getSubExpr() const { return Expr; } in getSubExpr() function
|