Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp4395 auto *CastValue = ArgValue->getCastTo(ArgType); in CheckTemplateArgValues() local
4396 if (CastValue) { in CheckTemplateArgValues()
4397 assert((!isa<TypedInit>(CastValue) || in CheckTemplateArgValues()
4398 cast<TypedInit>(CastValue)->getType()->typeIsA(ArgType)) && in CheckTemplateArgValues()
4400 Value = Value->cloneWithValue(CastValue); in CheckTemplateArgValues()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1391 def CastValueChecker : Checker<"CastValue">,