HomeSort by relevance Sort by last modified time
    Searched defs:PointeeType (Results 1 - 19 of 19) sorted by null

  /frameworks/base/services/sensorservice/
traits.h 96 typedef NullType PointeeType;
100 typedef U PointeeType;
  /external/clang/lib/AST/
MicrosoftMangle.cpp     [all...]
DeclCXX.cpp     [all...]
ItaniumMangle.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 388 llvm::Type *PointeeType = ConvertTypeForMem(ETy);
390 ResultType = llvm::PointerType::get(PointeeType, AS);
396 llvm::Type *PointeeType = ConvertTypeForMem(ETy);
397 if (PointeeType->isVoidTy())
398 PointeeType = llvm::Type::getInt8Ty(getLLVMContext());
400 ResultType = llvm::PointerType::get(PointeeType, AS);
546 llvm::Type *PointeeType = ConvertTypeForMem(FTy);
548 ResultType = llvm::PointerType::get(PointeeType, AS);
CGException.cpp     [all...]
CGDebugInfo.cpp 869 llvm::DIType PointeeType = getOrCreateType(PointeeTy, Unit)
    [all...]
CGExpr.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocSizeofChecker.cpp 154 QualType PointeeType = CastedType->getAs<PointerType>()->getPointeeType();
155 if (PointeeType->isVoidType())
169 if (!BR.getContext().hasSameUnqualifiedType(PointeeType, SizeofType)) {
185 << PointeeType.getAsString() << "' is incompatible with "
  /frameworks/compile/slang/
slang_rs_metadata_spec_encoder.cpp 182 unsigned PointeeType = encodeRSType(RS_POINTER_TYPE_GET_POINTEE_TYPE(T));
183 if (!checkReturnIndex(&PointeeType))
187 // Push PointeeType after the base type
188 mEncodedRSTypeInfo.push_back(PointeeType);
slang_rs_export_type.cpp 270 const clang::Type *PointeeType = GET_POINTEE_TYPE(PT);
272 if (PointeeType->getTypeClass() == clang::Type::Pointer) {
279 if (PointeeType->isArrayType() ||
280 (TypeExportableHelper(PointeeType, SPS, DiagEngine, VD,
454 const clang::Type *PointeeType = GET_POINTEE_TYPE(PT);
456 return ValidateVarDeclHelper(VD, PointeeType, SPS, InCompositeType,
    [all...]
slang_rs_reflection.cpp 165 const RSExportType *PointeeType =
168 if (PointeeType->getClass() != RSExportType::ExportClassRecord)
171 return PointeeType->getElementName();
812 const RSExportType *PointeeType;
817 PointeeType = static_cast<const RSExportPointerType*>(ET)->getPointeeType();
835 if (PointeeType->getClass() == RSExportType::ExportClassRecord)
    [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp 413 QualType PointeeType = PT->getPointeeType();
414 if (Context.hasSameUnqualifiedType(PointeeType, Context.CharTy)) {
    [all...]
SemaTemplateDeduction.cpp     [all...]
SemaOverload.cpp     [all...]
TreeTransform.h 588 QualType RebuildPointerType(QualType PointeeType, SourceLocation Sigil);
594 QualType RebuildBlockPointerType(QualType PointeeType, SourceLocation Sigil);
613 QualType RebuildMemberPointerType(QualType PointeeType, QualType ClassType,
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]

Completed in 663 milliseconds