Home
last modified time | relevance | path

Searched refs:_Expr (Results 1 – 3 of 3) sorted by relevance

/external/libcxx/include/
Dvalarray919 template <class _Expr>
922 __is_val_expr<_Expr>::value,
926 operator*= (const _Expr& __v);
928 template <class _Expr>
931 __is_val_expr<_Expr>::value,
935 operator/= (const _Expr& __v);
937 template <class _Expr>
940 __is_val_expr<_Expr>::value,
944 operator%= (const _Expr& __v);
946 template <class _Expr>
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
DARMMCExpr.h29 explicit ARMMCExpr(VariantKind _Kind, const MCExpr *_Expr) in ARMMCExpr() argument
30 : Kind(_Kind), Expr(_Expr) {} in ARMMCExpr()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCExpr.h241 MCUnaryExpr(Opcode _Op, const MCExpr *_Expr) in MCUnaryExpr() argument
242 : MCExpr(MCExpr::Unary), Op(_Op), Expr(_Expr) {} in MCUnaryExpr()