Searched refs:EndsWithZeroSizedObject (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/clang/lib/AST/ |
H A D | RecordLayout.cpp | 53 bool EndsWithZeroSizedObject, in ASTRecordLayout() argument 73 CXXInfo->EndsWithZeroSizedObject = EndsWithZeroSizedObject; in ASTRecordLayout()
|
H A D | RecordLayoutBuilder.cpp | 2315 bool EndsWithZeroSizedObject : 1; member 2338 EndsWithZeroSizedObject = Layout.endsWithZeroSizedObject(); in getAdjustedElementInfo() 2373 EndsWithZeroSizedObject = Layout.endsWithZeroSizedObject(); in getAdjustedElementInfo() 2457 EndsWithZeroSizedObject = false; in initializeCXXLayout() 2817 EndsWithZeroSizedObject = true; in finalizeLayout() 2955 Builder.EndsWithZeroSizedObject, Builder.LeadsWithZeroSizedBase, in getASTRecordLayout()
|
/aosp_15_r20/external/clang/include/clang/AST/ |
H A D | RecordLayout.h | 107 bool EndsWithZeroSizedObject : 1; member 153 bool EndsWithZeroSizedObject, 282 return CXXInfo && CXXInfo->EndsWithZeroSizedObject; in endsWithZeroSizedObject()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/ |
D | RecordLayout.h | 125 bool EndsWithZeroSizedObject : 1; member 169 bool EndsWithZeroSizedObject, bool LeadsWithZeroSizedBase, 314 return CXXInfo && CXXInfo->EndsWithZeroSizedObject; in endsWithZeroSizedObject()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/ |
D | RecordLayout.h | 125 bool EndsWithZeroSizedObject : 1; member 169 bool EndsWithZeroSizedObject, bool LeadsWithZeroSizedBase, 314 return CXXInfo && CXXInfo->EndsWithZeroSizedObject; in endsWithZeroSizedObject()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/ |
D | RecordLayout.h | 125 bool EndsWithZeroSizedObject : 1; member 169 bool EndsWithZeroSizedObject, bool LeadsWithZeroSizedBase, 314 return CXXInfo && CXXInfo->EndsWithZeroSizedObject; in endsWithZeroSizedObject()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/ |
D | RecordLayout.h | 125 bool EndsWithZeroSizedObject : 1; member 169 bool EndsWithZeroSizedObject, bool LeadsWithZeroSizedBase, 314 return CXXInfo && CXXInfo->EndsWithZeroSizedObject; in endsWithZeroSizedObject()
|