HomeSort by: relevance | last modified time | path
    Searched refs:secondVal (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp 454 SVal secondVal = state->getSVal(Second.Expression, LCtx);
460 Optional<Loc> secondLoc = secondVal.getAs<Loc>();
494 // Switch the values so that firstVal is before secondVal.
  /src/external/mpl/bind/dist/bin/tests/system/dnssec/
tests.sh 3026 secondVal=$(my_dig insecure.example. dnskey | awk '$1 != ";;" { print $2 }')
3027 if [ "${firstVal:-0}" -eq "${secondVal:-0}" ]; then

Completed in 72 milliseconds