Searched refs:DistroVal (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Driver/
H A DDistro.h75 DistroType DistroVal; member in class:clang::driver::Distro
82 Distro() : DistroVal() {}
85 Distro(DistroType D) : DistroVal(D) {}
91 return DistroVal == Other.DistroVal;
95 return DistroVal != Other.DistroVal;
99 return DistroVal >= Other.DistroVal;
103 return DistroVal <
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
H A DDistro.cpp170 : DistroVal(DetectDistro(VFS, TargetOrHost)) {}

Completed in 64 milliseconds