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.cpp4486 auto *CastValue = ArgValue->getCastTo(ArgType); in CheckTemplateArgValues() local
4487 if (CastValue) { in CheckTemplateArgValues()
4488 assert((!isa<TypedInit>(CastValue) || in CheckTemplateArgValues()
4489 cast<TypedInit>(CastValue)->getType()->typeIsA(ArgType)) && in CheckTemplateArgValues()
4491 Value = Value->cloneWithValue(CastValue); in CheckTemplateArgValues()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1339 def CastValueChecker : Checker<"CastValue">,