Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QV4::Compiler::Codegen::VolatileMemoryLocations Class Reference

#include <qv4codegen_p.h>

+ Collaboration diagram for QV4::Compiler::Codegen::VolatileMemoryLocations:

Public Member Functions

bool isVolatile (QStringView name)
 
void add (QStringView name)
 
void setAllVolatile ()
 

Detailed Description

Definition at line 87 of file qv4codegen_p.h.

Member Function Documentation

◆ add()

void QV4::Compiler::Codegen::VolatileMemoryLocations::add ( QStringView  name)
inline

Definition at line 98 of file qv4codegen_p.h.

References QList< T >::append().

+ Here is the call graph for this function:

◆ isVolatile()

bool QV4::Compiler::Codegen::VolatileMemoryLocations::isVolatile ( QStringView  name)
inline

Definition at line 92 of file qv4codegen_p.h.

References QListSpecialMethodsBase< T >::contains().

Referenced by QV4::Compiler::Codegen::referenceForName().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setAllVolatile()

void QV4::Compiler::Codegen::VolatileMemoryLocations::setAllVolatile ( )
inline

Definition at line 99 of file qv4codegen_p.h.

Referenced by QV4::Compiler::Codegen::VolatileMemoryLocationScanner::visit(), and QV4::Compiler::Codegen::VolatileMemoryLocationScanner::visit().

+ Here is the caller graph for this function:

The documentation for this class was generated from the following file: