Home
last modified time | relevance | path

Searched refs:allocateLocal (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp300 allocateLocal(CE, /*IsExtended=*/true); in VisitCastExpr()
389 std::optional<unsigned> ResultIndex = this->allocateLocal(BO, false); in VisitBinaryOperator()
1518 allocateLocal(SubExpr, /*IsExtended=*/true)) { in VisitMaterializeTemporaryExpr()
1558 if (std::optional<unsigned> LocalIndex = allocateLocal(Init)) { in VisitCompoundLiteralExpr()
1678 allocateLocal(E, /*IsExtended=*/true); in VisitCXXConstructExpr()
1878 std::optional<unsigned> LocalIndex = allocateLocal(E, /*IsExtended=*/true); in visit()
2261 ByteCodeExprGen<Emitter>::allocateLocal(DeclTy &&Src, bool IsExtended) { in allocateLocal() function in ByteCodeExprGen
2342 if (std::optional<unsigned> LocalOffset = this->allocateLocal(E)) { in visitExpr()
2441 if (std::optional<unsigned> Offset = this->allocateLocal(VD)) { in visitVarDecl()
2508 if (std::optional<unsigned> LocalIndex = allocateLocal(E)) { in VisitCallExpr()
H A DByteCodeExprGen.h216 std::optional<unsigned> allocateLocal(DeclTy &&Decl, bool IsExtended = false);