clang 22.0.0git
clang::CodeGen::CGOpenMPRuntime::NontemporalDeclsRAII Class Reference

Manages list of nontemporal decls for the specified directive. More...

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CodeGen/CGOpenMPRuntime.h"

Public Member Functions

 NontemporalDeclsRAII (CodeGenModule &CGM, const OMPLoopDirective &S)
 ~NontemporalDeclsRAII ()

Detailed Description

Manages list of nontemporal decls for the specified directive.

Definition at line 244 of file CGOpenMPRuntime.h.

Constructor & Destructor Documentation

◆ NontemporalDeclsRAII()

CGOpenMPRuntime::NontemporalDeclsRAII::NontemporalDeclsRAII ( CodeGenModule & CGM,
const OMPLoopDirective & S )

Definition at line 11615 of file CGOpenMPRuntime.cpp.

References clang::C, clang::cast(), and clang::isa().

◆ ~NontemporalDeclsRAII()

CGOpenMPRuntime::NontemporalDeclsRAII::~NontemporalDeclsRAII ( )

Definition at line 11641 of file CGOpenMPRuntime.cpp.


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