Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp563 unsigned SubExprOffset = allocateLocalPrimitive( in VisitCastExpr()
610 unsigned ElemOffset = allocateLocalPrimitive( in VisitCastExpr()
986 ResultOffset = this->allocateLocalPrimitive(E, PT_Ptr, true, false); in VisitComplexBinOp()
1060 LHSOffset = this->allocateLocalPrimitive(LHS, PT_Ptr, true, false); in VisitComplexBinOp()
1067 LHSOffset = this->allocateLocalPrimitive(LHS, LHST, true, false); in VisitComplexBinOp()
1077 RHSOffset = this->allocateLocalPrimitive(RHS, PT_Ptr, true, false); in VisitComplexBinOp()
1084 RHSOffset = this->allocateLocalPrimitive(RHS, RHST, true, false); in VisitComplexBinOp()
1832 unsigned LocalIndex = allocateLocalPrimitive(E, SubExprT, /*IsConst=*/true); in VisitOpaqueValueExpr()
2010 unsigned TempOffset = this->allocateLocalPrimitive(E, *RT, /*IsConst=*/true); in VisitFloatCompoundAssignOperator()
2134 unsigned TempOffset = this->allocateLocalPrimitive(E, *RT, /*IsConst=*/true); in VisitCompoundAssignOperator()
[all …]
H A DCompiler.h289 unsigned allocateLocalPrimitive(DeclTy &&Decl, PrimType Ty, bool IsConst,