Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 88 of file qv4codegen_p.h.

Member Function Documentation

◆ add()

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

Definition at line 99 of file qv4codegen_p.h.

◆ isVolatile()

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

Definition at line 93 of file qv4codegen_p.h.

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

+ Here is the caller graph for this function:

◆ setAllVolatile()

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

Definition at line 100 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: