clang 19.0.0git
Public Types | Static Public Member Functions | List of all members
llvm::simplify_type< clang::ento::CallEventRef< T > > Struct Template Reference

#include "clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h"

Public Types

using SimpleType = const T *
 

Static Public Member Functions

static SimpleType getSimplifiedValue (clang::ento::CallEventRef< T > Val)
 

Detailed Description

template<class T>
struct llvm::simplify_type< clang::ento::CallEventRef< T > >

Definition at line 1510 of file CallEvent.h.

Member Typedef Documentation

◆ SimpleType

template<class T >
using llvm::simplify_type< clang::ento::CallEventRef< T > >::SimpleType = const T *

Definition at line 1511 of file CallEvent.h.

Member Function Documentation

◆ getSimplifiedValue()

template<class T >
static SimpleType llvm::simplify_type< clang::ento::CallEventRef< T > >::getSimplifiedValue ( clang::ento::CallEventRef< T >  Val)
inlinestatic

Definition at line 1513 of file CallEvent.h.


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