Home
last modified time | relevance | path

Searched defs:DefaultVal (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DAnalyzerOptions.cpp125 bool AnalyzerOptions::getBooleanOption(StringRef Name, bool DefaultVal, in getBooleanOption()
143 bool DefaultVal, const CheckerBase *C, in getBooleanOption()
230 int AnalyzerOptions::getOptionAsInteger(StringRef Name, int DefaultVal, in getOptionAsInteger()
250 StringRef DefaultVal, in getOptionAsString()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp5033 int DefaultVal = IsPacked ? -1 : 0; in cvtVOP3P() local