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 336 QualType pointeeTy = PT->getPointeeType();
337 if (const BuiltinType *BT = pointeeTy->getAs<BuiltinType>())
356 QualType pointeeTy =
358 return pointeeTy == C.getWideCharType();
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 237 QualType pointeeTy, uint64_t index = 0);
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 374 QualType pointeeTy = ty->getPointeeType();
378 pointeeTy.getAddressSpace())));
382 pointeeTy.getUnqualifiedType().getAsString(Policy) + "*";
394 if (pointeeTy.isConstQualified() ||
395 (pointeeTy.getAddressSpace() == LangAS::opencl_constant))
397 if (pointeeTy.isVolatileQualified())
    [all...]

Completed in 66 milliseconds