Home
last modified time | relevance | path

Searched refs:strictfp (Results 1 – 11 of 11) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dkeyword.gperf85 strictfp, STRICT_TK
H A Djava-tree.h997 unsigned int strictfp : 1; member
1065 #define TYPE_STRICTFP(T) (TYPE_LANG_SPECIFIC(T)->strictfp)
1086 unsigned strictfp:1; /* `strictfp' class. */ member
1322 #define METHOD_STRICTFP(DECL) (DECL_LANG_SPECIFIC (DECL)->u.f.strictfp)
H A DChangeLog240 * 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 or
1561 recognize strictfp flag.
4388 * keyword.gperf (strictfp): Added.
H A Dgcj.texi490 @code{strictfp} keyword (it recognizes the keyword but ignores it).
/openbsd/gnu/llvm/llvm/utils/vim/syntax/
H A Dllvm.vim179 \ strictfp
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DAttributes.td250 def StrictFP : EnumAttr<"strictfp", [FnAttr]>;
H A DIntrinsicsAMDGPU.td1447 // unsafe to change in non-strictfp functions. The register properties
/openbsd/gnu/llvm/llvm/docs/
H A DBitCodeFormat.rst1060 * code 54: ``strictfp``
H A DLangRef.rst2139 ``strictfp``
23203 point intrinsics must have the ``strictfp`` attribute.
23206 must have the ``strictfp`` attribute.
/openbsd/gnu/gcc/gcc/doc/
H A Dgcj.info1358 Java 2 `strictfp' keyword (it recognizes the keyword but ignores
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.td322 // Call nodes for strictfp calls (that define RM).