Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp215 std::optional<unsigned> LocalIndex = allocateLocal(SubExpr); in VisitCastExpr()
585 std::optional<unsigned> LocalIndex = allocateLocal(CE); in VisitCastExpr()
630 std::optional<unsigned> LocalIndex = allocateLocal(CE); in VisitCastExpr()
863 std::optional<unsigned> ResultIndex = this->allocateLocal(BO); in VisitBinaryOperator()
2037 std::optional<unsigned> LocalIndex = allocateLocal( in visitCallArgs()
2876 allocateLocal(E, Inner->getType(), E->getExtendingDecl())) { in VisitMaterializeTemporaryExpr()
2947 else if (std::optional<unsigned> MaybeIndex = this->allocateLocal(Init)) in VisitCompoundLiteralExpr()
3131 std::optional<unsigned> LocalIndex = allocateLocal(E); in VisitCXXConstructExpr()
3334 std::optional<unsigned> LocalIndex = allocateLocal(E); in VisitCXXScalarValueInitExpr()
3357 std::optional<unsigned> LocalIndex = allocateLocal(E); in VisitCXXScalarValueInitExpr()
[all …]
H A DCompiler.h320 allocateLocal(DeclTy &&Decl, QualType Ty = QualType(),