Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DRISCVISAInfo.cpp948 bool HasC = Exts.count("c") != 0; in checkDependency() local
987 (HasC || Exts.count("zcd"))) in checkDependency()
991 "' extension is incompatible with '" + (HasC ? "c" : "zcd") + in checkDependency()