Home
last modified time | relevance | path

Searched refs:cloneWithValue (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h524 ArgumentInit *cloneWithValue(Init *Value) const { return get(Value, Aux); } in cloneWithValue() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp403 return cloneWithValue(NewValue); in resolveReferences()
H A DTGParser.cpp4351 Values[I] = Value->cloneWithValue(CastValue); in CheckTemplateArgValues()