Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp4346 auto *CastValue = ArgValue->getCastTo(ArgType); in CheckTemplateArgValues() local
4347 if (CastValue) { in CheckTemplateArgValues()
4348 assert((!isa<TypedInit>(CastValue) || in CheckTemplateArgValues()
4349 cast<TypedInit>(CastValue)->getType()->typeIsA(ArgType)) && in CheckTemplateArgValues()
4351 Values[I] = Value->cloneWithValue(CastValue); in CheckTemplateArgValues()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1386 def CastValueChecker : Checker<"CastValue">,