Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.h257 bool isAggregate() const { return HasLV || RV.isAggregate(); } in isAggregate() function
H A DCGValue.h54 bool isAggregate() const { return V1.getInt() == Aggregate; } in isAggregate() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dopover.c159 AggregateDeclaration *isAggregate(Type *t) in isAggregate() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h1097 bool isAggregate() const { return data().Aggregate; } in isAggregate() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmtype.d7181 extern (C++) AggregateDeclaration isAggregate(Type t) in isAggregate() function