Home
last modified time | relevance | path

Searched defs:ExprPtr (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dfwd_decls.h33 using ExprPtr = NodePtr<Expr>; variable
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaCast.cpp2535 if (const PointerType *ExprPtr = SrcType->getAs<PointerType>()) { in CheckCStyleCast() local