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 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
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
...]
aggregate.h
183
ThreeState
ispod
; // if struct is POD
member in class:StructDeclaration
193
bool
isPOD
();
Completed in 54 milliseconds
Indexes created Sun Sep 27 00:26:35 UTC 2026