HomeSort by: relevance | last modified time | path
    Searched refs:isAggregate (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCall.h 257 bool isAggregate() const { return HasLV || RV.isAggregate(); }
CGValue.h 54 bool isAggregate() const { return V1.getInt() == Aggregate; }
72 assert(isAggregate() && "Not an aggregate!");
77 assert(isAggregate() && "Not an aggregate!");
CGAtomic.cpp 1616 if (rvalue.isAggregate()) {
1649 if (rvalue.isAggregate())
2002 assert(!rvalue.isAggregate() ||
2073 assert(!Expected.isAggregate() ||
2076 assert(!Desired.isAggregate() ||
CGCleanup.cpp 29 if (rv.isAggregate())
60 assert(rv.isAggregate());
CGExprAgg.cpp 316 assert(src.isAggregate() && "value must be aggregate value!");
1025 if (RV.isAggregate())
CGCall.cpp 4725 if (I->isAggregate()) {
4778 if (!I->isAggregate()) {
4877 if (!I->isAggregate())
4920 if (!I->isAggregate()) {
4988 if (I->isAggregate()) {
CGStmt.cpp 1152 } else if (RV.isAggregate()) {
CGObjCMac.cpp 1821 if (result.isAggregate()) {
1822 assert(result.isAggregate() && "null init of non-aggregate result?");
CGObjCGNU.cpp 2755 } else if (msgRet.isAggregate()) {
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
aliasthis.d 89 for (AggregateDeclaration ad = isAggregate(e.type); ad;)
opover.d 305 AggregateDeclaration ad = isAggregate(t1b);
376 AggregateDeclaration ad = isAggregate(e.e1.type);
445 AggregateDeclaration ad = isAggregate(t1b);
553 AggregateDeclaration ad = isAggregate(e.e1.type);
605 AggregateDeclaration ad1 = isAggregate(e.e1.type);
606 AggregateDeclaration ad2 = isAggregate(e.e2.type);
1120 AggregateDeclaration ad = isAggregate(t1b);
1205 AggregateDeclaration ad1 = isAggregate(e.e1.type);
1277 return checkAliasThisForRhs(isAggregate(e.e2.type), sc, e);
1310 AggregateDeclaration ad1 = isAggregate(e.e1.type)
    [all...]
mtype.h 933 AggregateDeclaration *isAggregate(Type *t);
dcast.d 83 auto ad = isAggregate(e.type);
95 if (ad != isAggregate(tob))
1616 if (AggregateDeclaration t1ad = isAggregate(t1b))
1618 AggregateDeclaration toad = isAggregate(tob);
expressionsem.d 211 AggregateDeclaration ad = isAggregate(ae.e1.type);
5860 if (auto ad = isAggregate(exp.e1.type))
7604 if (auto ad = isAggregate(t1b))
7830 if (auto ad = isAggregate(tp.next.toBasetype()))
8130 if (isAggregate(exp.e1.type))
8754 AggregateDeclaration ad = isAggregate(t1b);
9215 AggregateDeclaration ad2 = isAggregate(e2x.type);
9300 AggregateDeclaration ad2 = isAggregate(e2x.type);
10173 AggregateDeclaration ad1 = isAggregate(exp.e1.type);
10192 AggregateDeclaration ad2 = isAggregate(exp.e2.type)
    [all...]
dsymbol.d 2032 AggregateDeclaration ad = isAggregate(t);
semantic3.d 867 AggregateDeclaration aggDecl = isAggregate(exp.type);
traits.d 1893 AggregateDeclaration ad = t ? isAggregate(t) : null;
statementsem.d 737 if (isAggregate(fs.aggr.type))
2197 auto ad = isAggregate(ss.condition.type);
mtype.d 2005 auto ad = isAggregate(this);
2011 auto ad = isAggregate(this);
7181 extern (C++) AggregateDeclaration isAggregate(Type t)
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaFixItUtils.cpp 213 if (RD->isAggregate())
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclCXX.h 1097 bool isAggregate() const { return data().Aggregate; }
1404 (isAggregate() || isLambda() ||
  /src/external/apache2/llvm/dist/clang/lib/AST/
JSONNodeDumper.cpp 449 FIELD1(isAggregate);
TextNodeDumper.cpp 1874 FLAG(isAggregate, aggregate);
Type.cpp 2186 return ClassDecl->isAggregate();
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 2389 assert((CRD->isAggregate() || (Ctx.getLangOpts().ObjC && VI == VE)) &&

Completed in 66 milliseconds

1 2