Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/
DClangTidyOptions.cpp398 ClangTidyOptions NonConstValue = Options; in configurationAsText() local
399 Output << NonConstValue; in configurationAsText()
/external/googletest/googlemock/test/
Dgmock-actions_test.cc1244 TEST(ByRefTest, NonConstValue) { in TEST() argument