Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/StaticAnalyzer/Frontend/
DCheckerRegistry.cpp361 StringRef SuppliedValue = It.first->getValue(); in insertAndValidate() local
364 if (SuppliedValue != "true" && SuppliedValue != "false") { in insertAndValidate()
377 bool HasFailed = SuppliedValue.getAsInteger(0, Tmp); in insertAndValidate()