clang 22.0.0git
clang::ASTContext::CUDAConstantEvalContext Struct Reference

#include "clang/AST/ASTContext.h"

Public Attributes

bool NoWrongSidedVars = false
 Do not allow wrong-sided variables in constant expressions.

Detailed Description

Definition at line 748 of file ASTContext.h.

Member Data Documentation

◆ NoWrongSidedVars

bool clang::ASTContext::CUDAConstantEvalContext::NoWrongSidedVars = false

Do not allow wrong-sided variables in constant expressions.

Definition at line 750 of file ASTContext.h.

Referenced by clang::ASTContext::CUDAConstantEvalContextRAII::CUDAConstantEvalContextRAII().


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