Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h1237 using ScalarExpr = Scalar<common::Indirection<Expr>>; variable
/external/clang/lib/Sema/
DSemaExpr.cpp7957 ExprResult *ScalarExpr = LHSVecType ? &RHS : &LHS; in CheckVectorOperands() local