HomeSort by relevance Sort by last modified time
    Searched refs:IPAK_NotSet (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/
AnalyzerOptions.h 105 IPAK_NotSet = 0,
558 IPAMode(IPAK_NotSet),
  /external/clang/lib/StaticAnalyzer/Core/
AnalyzerOptions.cpp 40 if (IPAMode == IPAK_NotSet) {
62 .Default(IPAK_NotSet);
63 assert(IPAConfig != IPAK_NotSet && "IPA Mode is invalid.");

Completed in 506 milliseconds