Searched refs:isAggregate (Results 1 - 20 of 20) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGValue.h48 bool isAggregate() const { return V1.getInt() == Aggregate; } function in class:clang::CodeGen::RValue
66 assert(isAggregate() && "Not an aggregate!");
H A DCGAtomic.cpp984 if (rvalue.isAggregate()) {
1016 if (rvalue.isAggregate())
1034 assert(!rvalue.isAggregate() ||
H A DCGCleanup.cpp29 if (rv.isAggregate())
60 assert(rv.isAggregate());
H A DCGExprAgg.cpp263 assert(src.isAggregate() && "value must be aggregate value!");
H A DCGCall.cpp2537 assert(RV.isAggregate() && "Unexpected rvalue during struct expansion");
2679 if (RV.isAggregate()) {
H A DCGStmt.cpp970 } else if (RV.isAggregate()) {
H A DCGObjCMac.cpp1651 if (result.isAggregate()) {
1652 assert(result.isAggregate() && "null init of non-aggregate result?");
H A DCGObjCGNU.cpp1436 } else if (msgRet.isAggregate()) {
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DSymbolTable.h399 if (type.isAggregate())
H A DTypes.h581 bool isAggregate() const function in struct:TPublicType
H A DParseContext.cpp600 if (pType.type != EbtBool || pType.isAggregate()) {
/external/clang/lib/Sema/
H A DSemaFixItUtils.cpp217 if (RD->isAggregate())
H A DSemaType.cpp5412 } else if (!RD->isAggregate() && !RD->hasConstexprNonCopyMoveConstructor() &&
H A DSemaInit.cpp5575 assert(RD->isAggregate() && "aggregate init on non-aggregate");
H A DSemaDeclCXX.cpp4499 !Record->isAggregate() && !Record->hasUserDeclaredConstructor() &&
/external/clang/include/clang/AST/
H A DDeclCXX.h1093 bool isAggregate() const { return data().Aggregate; } function in class:clang::CXXRecordDecl
1309 (isAggregate() || hasConstexprNonCopyMoveConstructor() ||
/external/clang/lib/AST/
H A DType.cpp881 return ClassDecl->isAggregate();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 2167 milliseconds