Home
last modified time | relevance | path

Searched refs:TRUSTdefault (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Djson.c262 case TRUSTdefault: in property()
H A Dmtype.h569 TRUSTdefault = 0, enumerator
H A Dfunc.c428 if (tf->trust == TRUSTdefault) in initInferAttributes()
584 if (tf->trust != TRUSTdefault) in semantic()
H A Dmtype.c5178 this->trust = TRUSTdefault; in TypeFunction()
5496 if (tf->trust == TRUSTdefault) in semantic()
6389 if (trustAttrib == TRUSTdefault) in attributesApply()
H A Dhdrgen.c3341 case TRUSTdefault: return NULL; in trustToChars()