Home
last modified time | relevance | path

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

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