Home
last modified time | relevance | path

Searched defs:isAggregate (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecordHelpers.h46 inline bool isAggregate(CVType CVT) { in isAggregate() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.h251 bool isAggregate() const { return HasLV || RV.isAggregate(); } in isAggregate() function
H A DCGValue.h56 bool isAggregate() const { return V1.getInt() == Aggregate; } in isAggregate() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1146 bool isAggregate() const { return data().Aggregate; } in isAggregate() function