OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PLE
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCoroutine.cpp
598
Expr *
PLE
= ParenListExpr::Create(Context, FD->getLocation(),
602
VD->getLocation(), /*DirectInit=*/true,
PLE
);
SemaExpr.cpp
7568
ParenListExpr *
PLE
= dyn_cast<ParenListExpr>(CastExpr);
7570
&& castType->isVectorType() && (PE ||
PLE
)) {
7571
if (
PLE
&&
PLE
->getNumExprs() == 0) {
7572
Diag(
PLE
->getExprLoc(), diag::err_altivec_empty_initializer);
7575
if (PE ||
PLE
->getNumExprs() == 1) {
7576
Expr *E = (PE ? PE->getSubExpr() :
PLE
->getExpr(0));
Completed in 41 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026