Home
last modified time | relevance | path

Searched refs:field_empty (Results 1 – 10 of 10) sorted by relevance

/external/bcc/src/cc/
Djson_map_decl_visitor.cc60 if (D->isUnion() || D->field_empty()) in shouldSkipPadding()
157 if (!D->getDefinition()->field_empty()) in VisitRecordDecl()
/external/clang/lib/StaticAnalyzer/Checkers/
DPaddingChecker.cpp132 if (RD->field_empty()) in shouldSkipDecl()
/external/clang/lib/CodeGen/
DCGCXX.cpp46 !D->getParent()->field_empty()) in TryEmitBaseDestructorAsAlias()
DCGClass.cpp2588 if (!RD->field_empty()) in LeastDerivedClassWithSameLayout()
DTargetInfo.cpp159 assert(!UD->field_empty() && "sema created an empty transparent union"); in useFirstFieldIfTransparentUnion()
7654 if (RD && !RD->field_empty()) { in appendRecordType()
DCGOpenMPRuntime.cpp3810 if (!SharedsTy->getAsStructureType()->getDecl()->field_empty()) { in emitTaskInit()
/external/clang/lib/StaticAnalyzer/Core/
DRegionStore.cpp1923 if (!RD->field_empty()) in isRecordEmpty()
/external/clang/include/clang/AST/
DDecl.h3391 bool field_empty() const { in field_empty() function
/external/clang/lib/Sema/
DSemaDeclCXX.cpp5865 !FieldRecord->field_empty()) { in shouldDeleteForField()
5893 !MD->getParent()->field_empty()) { in shouldDeleteForAllConstMembers()
/external/clang/lib/AST/
DExprConstant.cpp2283 if (!RD || (RD->isUnion() && !RD->field_empty())) in isReadByLvalueToRvalueConversion()