Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Option/
H A DOptionMarshallingTest.cpp15 const char *ImpliedValue; member
47 ASSERT_STREQ(MarshallingTable[1].ImpliedValue, "true"); in TEST()
50 ASSERT_STREQ(MarshallingTable[2].ImpliedValue, "true"); in TEST()
54 ASSERT_STREQ(MarshallingTable[3].ImpliedValue, "true"); in TEST()
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DOptParserEmitter.cpp72 StringRef ImpliedValue; member in MarshallingInfo
119 emitScopedNormalizedValue(OS, ImpliedValue); in emit()
174 Ret.ImpliedValue = in createMarshallingInfo()
/llvm-project-15.0.7/llvm/include/llvm/Option/
H A DOptParser.td103 code ImpliedValue = ?;
163 code ImpliedValue = value;