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

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
StdLibraryFunctionsChecker.cpp 794 QualType OtherT = Summary.getArgType(OtherArg);
796 OtherV = SVB.evalCast(OtherV, T, OtherT);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp 11371 QualType OtherT = Other->getType();
11372 if (const auto *AT = OtherT->getAs<AtomicType>())
11373 OtherT = AT->getValueType();
11374 IntRange OtherTypeRange = IntRange::forValueOfType(S.Context, OtherT);
11379 S.NSAPIObj->isObjCBOOLType(OtherT) &&
11380 OtherT->isSpecificBuiltinType(BuiltinType::SChar);
11385 !OtherT->isBooleanType() && Other->isKnownToHaveBooleanValue();
11476 << OS.str() << classifyConstantValue(Constant) << OtherT
11480 bool IsCharTy = OtherT.withoutLocalFastQualifiers() == S.Context.CharTy;
11490 << RhsConstant << OtherT << E->getOpcodeStr() << OS.str() << *Resul
    [all...]

Completed in 39 milliseconds