clang 17.0.0git
Namespaces | Functions
Primitives.h File Reference
#include "clang/AST/ComparisonCategories.h"
Include dependency graph for Primitives.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  clang
 
namespace  clang::interp
 

Functions

template<typename T >
ComparisonCategoryResult clang::interp::Compare (const T &X, const T &Y)
 Helper to compare two comparable types.