OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isUnion
(Results
1 - 25
of
54
) sorted by relevancy
1
2
3
/src/external/apache2/llvm/dist/clang/lib/AST/Interp/
Record.h
51
bool
isUnion
() const { return getDecl()->
isUnion
(); }
Pointer.h
226
bool
isUnion
() const;
EvalEmitter.cpp
119
if (RT->getDecl()->
isUnion
()) {
Descriptor.cpp
119
const bool
IsUnion
= D->ElemRecord->
isUnion
();
126
Desc->IsActive = IsActive && !
IsUnion
;
Interp.cpp
128
assert(R && R->
isUnion
() && "Not a union");
/src/external/apache2/llvm/dist/clang/utils/ABITest/
TypeGen.py
86
def __init__(self, index,
isUnion
, fields):
88
self.
isUnion
=
isUnion
99
return '%s { %s }'%(('struct','union')[self.
isUnion
],
115
return 'typedef %s %s { %s } %s;'%(('struct','union')[self.
isUnion
],
372
isUnion
,I = False,N
374
isUnion
,I = (I&1),I>>1
376
return RecordType(N,
isUnion
, fields)
ABITestGen.py
229
if t.
isUnion
:
330
if t.
isUnion
:
/src/external/apache2/llvm/dist/clang/lib/AST/
ItaniumCXXABI.cpp
47
assert(RT->getDecl()->
isUnion
() && "RecordType is expected to be a union.");
CommentSema.cpp
938
return RD->
isUnion
();
943
return !record->
isUnion
();
DeclCXX.cpp
663
if (!X->
isUnion
())
1017
if (
isUnion
() && !Field->isAnonymousStructOrUnion())
1053
if (
isUnion
()) {
1159
if (
isUnion
()) {
1258
(
isUnion
() || IsFirstField || IsZeroSize) &&
1297
!FieldRec->hasConstexprDefaultConstructor() && !
isUnion
())
1333
(!Field->hasInClassInitializer() && !
isUnion
() &&
3303
if (!RD || RD->
isUnion
())
ExprConstant.cpp
2367
if (Value.
isUnion
() && Value.getUnionField()) {
3450
if (RD->
isUnion
())
3484
(RD->
isUnion
() || isReadByLvalueToRvalueConversion(Field->getType()))) {
3755
if (RD->
isUnion
()) {
4742
if (RD->
isUnion
()) {
5909
if (FD->getParent()->
isUnion
()) {
6088
(MD->getParent()->
isUnion
() ||
6095
MD->getParent()->
isUnion
()))
6177
(Definition->getParent()->
isUnion
() ||
6181
Definition->getParent()->
isUnion
());
[
all
...]
ASTStructuralEquivalence.cpp
1363
if (D1->
isUnion
() != D2->
isUnion
()) {
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
PaddingChecker.cpp
148
if (RD->
isUnion
())
/src/external/apache2/llvm/dist/clang/include/clang/AST/
APValue.h
402
bool
isUnion
() const { return Kind == Union; }
556
assert(
isUnion
() && "Invalid accessor");
560
assert(
isUnion
() && "Invalid accessor");
DeclCXX.h
1113
return !
isUnion
() && !hasUserDeclaredConstructor() &&
1209
(!
isUnion
() || hasInClassInitializer() || !hasVariantMembers() ||
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp
282
if (D->
isUnion
()) {
885
if (isa<CXXRecordDecl>(D) && !D->
isUnion
() && !D->hasAttr<FinalAttr>()) {
978
if (D->
isUnion
()) {
CGExprConstant.cpp
691
if (RD->
isUnion
() &&
818
if (RD->
isUnion
() && !declaresSameEntity(Val.getUnionField(), *Field))
827
RD->
isUnion
() ? Val.getUnionValue() : Val.getStructField(FieldNo);
2249
if (record->
isUnion
()) {
SwiftCallingConv.cpp
125
if (record->
isUnion
()) {
CGExprAgg.cpp
1671
if (record->
isUnion
()) {
2061
Record->hasAttr<TrivialABIAttr>() || Record->
isUnion
()) &&
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp
4714
<< Record->
isUnion
() << DS.getSourceRange();
4837
bool
IsUnion
) {
4850
<<
IsUnion
<< Name;
4885
AnonRecord->
isUnion
())) {
4972
if (!Parent->
isUnion
() || !Parent->hasInClassInitializer())
4981
if (!Parent->
isUnion
() || !Parent->hasInClassInitializer())
4998
if (Record->
isUnion
() && !getLangOpts().CPlusPlus && !getLangOpts().C11)
5000
else if (!Record->
isUnion
() && getLangOpts().CPlusPlus)
5002
else if (!Record->
isUnion
() && !getLangOpts().C11)
5010
if (Record->
isUnion
()) {
[
all
...]
SemaCUDA.cpp
483
if (CD->getParent()->
isUnion
())
527
if (DD->getParent()->
isUnion
())
SemaDeclCXX.cpp
1527
if (!RD || RD->
isUnion
()) {
2010
if (!RD->
isUnion
() || Inits.count(I))
2242
if (RD->
isUnion
()) {
2477
if (Class->
isUnion
()) {
4819
if (!Field->getParent()->
isUnion
()) {
4906
if (!Record->
isUnion
())
5095
if (FD && FD->getParent()->
isUnion
())
5100
if (FD->getParent()->
isUnion
())
5435
while (Parent->isAnonymousStructOrUnion() || Parent->
isUnion
()) {
5436
if (Parent->
isUnion
()) {
[
all
...]
SemaExprCXX.cpp
4672
if (!RD->
isUnion
())
4848
return !RD->
isUnion
() && RD->isEmpty();
4852
return !RD->
isUnion
() && RD->isPolymorphic();
4856
return !RD->
isUnion
() && RD->isAbstract();
5363
if (lhsRecord && lhsRecord->getDecl()->
isUnion
())
5365
if (rhsRecord && rhsRecord->getDecl()->
isUnion
())
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
UninitializedObjectChecker.cpp
149
if (CtorDecl->getParent()->
isUnion
())
/src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
Registry.cpp
446
REGISTER_MATCHER(
isUnion
);
Completed in 87 milliseconds
1
2
3
Indexes created Wed Jun 17 00:25:26 UTC 2026