Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Basic/Targets/
H A DRISCV.h41 HasRISCVVTypes = true; in RISCVTargetInfo()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DTargetInfo.h249 unsigned HasRISCVVTypes : 1; variable
983 bool hasRISCVVTypes() const { return HasRISCVVTypes; } in hasRISCVVTypes()
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DTargetInfo.cpp156 HasRISCVVTypes = false; in TargetInfo()