Searched refs:strictfp (Results 1 – 11 of 11) sorted by relevance
85 strictfp, STRICT_TK
997 unsigned int strictfp : 1; member1065 #define TYPE_STRICTFP(T) (TYPE_LANG_SPECIFIC(T)->strictfp)1086 unsigned strictfp:1; /* `strictfp' class. */ member1322 #define METHOD_STRICTFP(DECL) (DECL_LANG_SPECIFIC (DECL)->u.f.strictfp)
240 * parse.y (method_header): Native method can't be strictfp.1546 (struct lang_type) [strictfp]: New field.1549 (struct lang_decl) [strictfp]: New field.1550 * parse.y (method_header): Disallow strictfp constructor or1561 recognize strictfp flag.4388 * keyword.gperf (strictfp): Added.
490 @code{strictfp} keyword (it recognizes the keyword but ignores it).
179 \ strictfp
250 def StrictFP : EnumAttr<"strictfp", [FnAttr]>;
1447 // unsafe to change in non-strictfp functions. The register properties
1060 * code 54: ``strictfp``
2139 ``strictfp``23203 point intrinsics must have the ``strictfp`` attribute.23206 must have the ``strictfp`` attribute.
1358 Java 2 `strictfp' keyword (it recognizes the keyword but ignores
322 // Call nodes for strictfp calls (that define RM).