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

  /external/clang/lib/Analysis/
FormatString.cpp 315 QualType pointeeTy = PT->getPointeeType();
316 if (const BuiltinType *BT = pointeeTy->getAs<BuiltinType>())
335 QualType pointeeTy =
337 return pointeeTy == C.getWideCharType();
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 359 QualType pointeeTy = ty->getPointeeType();
363 pointeeTy.getAddressSpace())));
366 std::string typeName = pointeeTy.getUnqualifiedType().getAsString() + "*";
378 if (pointeeTy.isConstQualified() ||
379 (pointeeTy.getAddressSpace() == LangAS::opencl_constant))
381 if (pointeeTy.isVolatileQualified())
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 243 QualType pointeeTy, uint64_t index = 0);

Completed in 126 milliseconds