Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/Option/
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()
/external/llvm-project/llvm/utils/TableGen/
DOptParserEmitter.cpp73 StringRef ImpliedValue; member in MarshallingInfo
113 emitScopedNormalizedValue(OS, ImpliedValue); in emit()
167 Ret.ImpliedValue = in createMarshallingInfo()
/external/llvm-project/llvm/include/llvm/Option/
DOptParser.td102 code ImpliedValue = ?;
150 code ImpliedValue = value;