Searched refs:C17 (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DLangStandard.h45 C17 = (1 << 3), enumerator in enum:clang::LangFeatures
93 /// isC17 - Language is a superset of C17.
94 bool isC17() const { return Flags & C17; }
/freebsd-11-stable/lib/msun/ld128/
H A Ds_expl.c157 * With my coeffs (C10-C17 double; s = best_s):
165 C17 = 2.8074757356658877e-15, /* 0x1.949992a1937d9p-49 */ variable
249 dx * (C17 + dx * C18))))))))))))));
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp118 .Case("c17", LangOpts.C17)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp131 SP::C16, SP::C17, SP::C18, SP::C19,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp369 if (LangOpts.C17)
H A DCompilerInvocation.cpp2284 Opts.C17 = Std.isC17();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp185 Sparc::C16, Sparc::C17, Sparc::C18, Sparc::C19,
/freebsd-11-stable/crypto/openssl/crypto/modes/
H A Dgcm128.c2148 static const u8 C17[] = { local

Completed in 114 milliseconds