Searched refs:EExpr (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Expr.h | 4894 EmbedExpr *EExpr = nullptr; variable 4898 ChildElementIter(EmbedExpr *E) : EExpr(E) { in ChildElementIter() 4906 assert(EExpr && CurOffset != ULLONG_MAX && 4908 IntegerLiteral *N = EExpr->FakeChildNode; 4909 StringRef DataRef = EExpr->Data->BinaryData->getBytes(); 4910 N->setValue(*EExpr->Ctx, 4915 return const_cast<typename BaseTy::reference>(EExpr->FakeChildNode); 4920 assert(EExpr && "trying to increment an invalid iterator"); 4924 EExpr->getDataElementCount() + EExpr->getStartingElementPos()) { 4926 EExpr = nullptr; [all …]
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 4730 const Expr *XExpr = nullptr, const Expr *EExpr = nullptr, in EmitOMPAggregateReduction() argument 4778 RedOpGen(CGF, XExpr, EExpr, UpExpr); in EmitOMPAggregateReduction() 5124 const Expr *EExpr = nullptr; in emitReduction() local 5145 EExpr = BORHS->getRHS(); in emitReduction() 5153 const Expr *EExpr, const Expr *UpExpr) { in emitReduction() argument 5156 if (EExpr) in emitReduction() 5157 E = CGF.EmitAnyExpr(EExpr); in emitReduction() 5177 AtomicRedGen, XExpr, EExpr, UpExpr); in emitReduction() 5180 AtomicRedGen(CGF, XExpr, EExpr, UpExpr); in emitReduction()
|