Home
last modified time | relevance | path

Searched refs:allocateLocalPrimitive (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp607 unsigned LHSOffset = this->allocateLocalPrimitive(LHS, PT_Ptr, true, false); in VisitComplexBinOp()
608 unsigned RHSOffset = this->allocateLocalPrimitive(RHS, PT_Ptr, true, false); in VisitComplexBinOp()
611 ResultOffset = this->allocateLocalPrimitive(E, PT_Ptr, true, false); in VisitComplexBinOp()
1103 allocateLocalPrimitive(E, SubExprT, /*IsConst=*/true); in VisitOpaqueValueExpr()
1244 unsigned TempOffset = this->allocateLocalPrimitive(E, *RT, /*IsConst=*/true); in VisitFloatCompoundAssignOperator()
1363 unsigned TempOffset = this->allocateLocalPrimitive(E, *RT, /*IsConst=*/true); in VisitCompoundAssignOperator()
1509 if (std::optional<unsigned> LocalIndex = allocateLocalPrimitive( in VisitMaterializeTemporaryExpr()
2236 unsigned ByteCodeExprGen<Emitter>::allocateLocalPrimitive(DeclTy &&Src, in allocateLocalPrimitive() function in ByteCodeExprGen
2430 unsigned Offset = this->allocateLocalPrimitive( in visitVarDecl()
H A DByteCodeExprGen.h212 unsigned allocateLocalPrimitive(DeclTy &&Decl, PrimType Ty, bool IsConst,
H A DByteCodeStmtGen.cpp586 unsigned CondVar = this->allocateLocalPrimitive(Cond, CondT, true, false); in visitSwitchStmt()