CodeSonar C++ API
[For improved navigation, enable JavaScript.]
Variables
cs_point_syntax_kind_decls.hpp File Reference

Go to the source code of this file.

Variables

static const point_syntax_kind ASM
 An asm statement. More...
 
static const point_syntax_kind BREAK
 A break statement. More...
 
static const point_syntax_kind CASE
 A case label (in a switch statement). More...
 
static const point_syntax_kind CATCH
 The formal parameter of a catch clause. More...
 
static const point_syntax_kind CONTINUE
 A continue statement. More...
 
static const point_syntax_kind DO
 The controlling expression of a do-while statement. More...
 
static const point_syntax_kind ELSE
 An else label. More...
 
static const point_syntax_kind FOR
 An element of a for loop header: initialization clause, termination condition, or step clause. More...
 
static const point_syntax_kind GOTO
 A goto statement. More...
 
static const point_syntax_kind IF
 An if condition. More...
 
static const point_syntax_kind LABEL
 A statement label. More...
 
static const point_syntax_kind NONE
 All other program points. More...
 
static const point_syntax_kind RETURN
 A return statement or expression. More...
 
static const point_syntax_kind SWITCH
 The controlling expression of a switch statement. More...
 
static const point_syntax_kind THROW
 A throw expression. More...
 
static const point_syntax_kind TRY
 A try block header. More...
 
static const point_syntax_kind WHILE
 The controlling expression of a while statement. More...
 

Variable Documentation

◆ ASM

const point_syntax_kind ASM
static

An asm statement.

◆ BREAK

const point_syntax_kind BREAK
static

A break statement.

◆ CASE

const point_syntax_kind CASE
static

A case label (in a switch statement).

◆ CATCH

const point_syntax_kind CATCH
static

The formal parameter of a catch clause.

◆ CONTINUE

const point_syntax_kind CONTINUE
static

A continue statement.

◆ DO

const point_syntax_kind DO
static

The controlling expression of a do-while statement.

◆ ELSE

const point_syntax_kind ELSE
static

An else label.

◆ FOR

const point_syntax_kind FOR
static

An element of a for loop header: initialization clause, termination condition, or step clause.

◆ GOTO

const point_syntax_kind GOTO
static

A goto statement.

◆ IF

const point_syntax_kind IF
static

An if condition.

◆ LABEL

const point_syntax_kind LABEL
static

A statement label.

◆ NONE

const point_syntax_kind NONE
static

All other program points.

◆ RETURN

const point_syntax_kind RETURN
static

A return statement or expression.

◆ SWITCH

const point_syntax_kind SWITCH
static

The controlling expression of a switch statement.

◆ THROW

const point_syntax_kind THROW
static

A throw expression.

◆ TRY

const point_syntax_kind TRY
static

A try block header.

◆ WHILE

const point_syntax_kind WHILE
static

The controlling expression of a while statement.