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

  /external/clang/lib/Analysis/
FormatString.cpp 371 QualType pointeeTy = PT->getPointeeType();
372 if (const BuiltinType *BT = pointeeTy->getAs<BuiltinType>())
391 QualType pointeeTy =
393 return pointeeTy == C.getWideCharType() ? Match : NoMatch;
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 237 QualType pointeeTy, uint64_t index = 0);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 263 QualType pointeeTy, uint64_t index = 0);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 263 QualType pointeeTy,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 263 QualType pointeeTy,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 263 QualType pointeeTy,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 263 QualType pointeeTy,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 263 QualType pointeeTy,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 263 QualType pointeeTy,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 263 QualType pointeeTy, uint64_t index = 0);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 263 QualType pointeeTy,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 263 QualType pointeeTy,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 263 QualType pointeeTy,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 263 QualType pointeeTy,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 263 QualType pointeeTy,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 263 QualType pointeeTy,
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 475 QualType pointeeTy = ty->getPointeeType();
479 ASTCtx.getTargetAddressSpace(pointeeTy.getAddressSpace()))));
483 pointeeTy.getUnqualifiedType().getAsString(Policy) + "*";
487 if (pointeeTy.isCanonical() && pos != std::string::npos)
493 pointeeTy.getUnqualifiedType().getCanonicalType().getAsString(
507 if (pointeeTy.isConstQualified() ||
508 (pointeeTy.getAddressSpace() == LangAS::opencl_constant))
510 if (pointeeTy.isVolatileQualified())
    [all...]
CGCall.cpp     [all...]

Completed in 381 milliseconds