OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isPOD
(Results
1 - 21
of
21
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
aggregate.h
183
ThreeState
ispod
; // if struct is POD
member in class:StructDeclaration
193
bool
isPOD
();
dstruct.d
216
ThreeState
ispod
; // if struct is POD
225
ispod
= ThreeState.none;
404
final bool
isPOD
()
407
if (
ispod
!= ThreeState.none)
408
return (
ispod
== ThreeState.yes);
410
ispod
= ThreeState.yes;
414
ispod
= ThreeState.no;
424
ispod
= ThreeState.no;
433
if (!sd.
isPOD
())
435
ispod
= ThreeState.no
[
all
...]
argtypes.c
315
if (!t->sym->
isPOD
() || t->sym->fields.dim == 0)
traits.d
104
"
isPOD
",
606
if (e.ident == Id.
isPOD
)
623
return sd.
isPOD
() ? True() : False();
typesem.d
1531
const
isPOD
= !ts || ts.sym.
isPOD
();
1532
if (!
isPOD
|| target.preferPassByRef(t))
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/common/
file.d
40
static assert(__traits(
isPOD
, Datum) && Datum.sizeof == 1,
/src/external/apache2/llvm/dist/clang/lib/Sema/
JumpDiagnostics.cpp
210
else if (!Ctor->getParent()->
isPOD
())
SemaDeclObjC.cpp
3218
if ((isa<CXXRecordDecl>(left) && !cast<CXXRecordDecl>(left)->
isPOD
()) ||
3219
(isa<CXXRecordDecl>(right) && !cast<CXXRecordDecl>(right)->
isPOD
()))
SemaDeclAttr.cpp
2146
if (!cast<CXXRecordDecl>(R)->
isPOD
()) {
SemaDecl.cpp
12826
if (!CXXRecord->
isPOD
())
SemaExpr.cpp
15138
bool IsSafe = LangOpts.CPlusPlus11? CRD->isStandardLayout() : CRD->
isPOD
();
/src/external/gpl3/gcc.old/dist/gcc/d/
types.cc
1118
if (!t->sym->
isPOD
())
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/internal/
atomic.d
1067
(is(T == struct) && __traits(
isPOD
, T) &&
/src/external/apache2/llvm/dist/clang/lib/AST/
JSONNodeDumper.cpp
452
FIELD1(
isPOD
);
TextNodeDumper.cpp
1877
FLAG(
isPOD
, pod);
DeclCXX.cpp
1467
return
isPOD
() && data().HasOnlyCMembers;
RecordLayoutBuilder.cpp
2368
return RD->
isPOD
();
Type.cpp
2383
return ClassDecl->
isPOD
();
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclCXX.h
1125
bool
isPOD
() const { return data().PlainOldData; }
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/
object.d
3816
private U[] _dup(T, U)(scope T[] a) pure nothrow @trusted if (__traits(
isPOD
, T))
3840
private U[] _dup(T, U)(T[] a) if (!__traits(
isPOD
, T))
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
MicrosoftCXXABI.cpp
1116
bool isTrivialForABI = RD->
isPOD
();
Completed in 125 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026