ΒΆinline bool isPrimitiveType(
    const clang::QualType& T)

Description

Returns true if T is a primitive type. An object of a primitive type only needs to be analyzed as much as checking whether their value is undefined.

Declared at: clang/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedObject.h:324

Parameters

const clang::QualType& T