HomeSort by relevance Sort by last modified time
    Searched refs:pointeeTy (Results 1 - 10 of 10) 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);
  /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...]
  /external/deqp-deps/SPIRV-Tools/source/opt/
inline_pass.cpp 44 analysis::Type* pointeeTy;
46 std::tie(pointeeTy, pointerTy) =
scalar_replacement_pass.cpp 360 analysis::Type* pointeeTy;
362 std::tie(pointeeTy, pointerTy) =
366 if (id == context()->get_type_mgr()->GetId(pointeeTy)) {
type_manager.cpp 382 Type* pointeeTy = GetType(type_id);
383 Pointer pointerTy(pointeeTy, storage_class);
384 if (pointeeTy->IsUniqueType(true)) {
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
inline_pass.cpp 48 analysis::Type* pointeeTy;
50 std::tie(pointeeTy, pointerTy) =
scalar_replacement_pass.cpp 360 analysis::Type* pointeeTy;
362 std::tie(pointeeTy, pointerTy) =
366 if (pointeeTy->IsUniqueType()) {
type_manager.cpp 382 Type* pointeeTy = GetType(type_id);
383 Pointer pointerTy(pointeeTy, storage_class);
384 if (pointeeTy->IsUniqueType(true)) {
    [all...]

Completed in 397 milliseconds