Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp1244 unsigned TempOffset = this->allocateLocalPrimitive(E, *RT, /*IsConst=*/true); in VisitFloatCompoundAssignOperator() local
1245 if (!this->emitSetLocal(*RT, TempOffset, E)) in VisitFloatCompoundAssignOperator()
1260 if (!this->emitGetLocal(*RT, TempOffset, E)) in VisitFloatCompoundAssignOperator()
1363 unsigned TempOffset = this->allocateLocalPrimitive(E, *RT, /*IsConst=*/true); in VisitCompoundAssignOperator() local
1365 if (!this->emitSetLocal(*RT, TempOffset, E)) in VisitCompoundAssignOperator()
1380 if (!this->emitGetLocal(*RT, TempOffset, E)) in VisitCompoundAssignOperator()