Searched refs:getRangeForType (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExpr.cpp | 1867 static bool getRangeForType(CodeGenFunction &CGF, QualType Ty, in getRangeForType() function 1888 if (!getRangeForType(*this, Ty, Min, End, CGM.getCodeGenOpts().StrictEnums, in getRangeForLoadFromType() 1918 if (!getRangeForType(*this, Ty, Min, End, /*StrictEnums=*/true, IsBool)) in EmitScalarRangeCheck()
|