Home
last modified time | relevance | path

Searched defs:getType (Results 1 – 25 of 57) sorted by relevance

123

/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DDynamicTypeInfo.h34 QualType getType() const { return T; } in getType() function
H A DSymbolManager.h320 QualType getType() const override { return ToTy; } in getType() function
356 QualType getType() const override { return T; } in getType() function
541 QualType getType(const SymExpr *SE) const { in getType() function
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DLocInfoType.h49 QualType getType() const { return getCanonicalTypeInternal(); } in getType() function
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp307 QualType SymbolConjured::getType() const { in getType() function in SymbolConjured
311 QualType SymbolDerived::getType() const { in getType() function in SymbolDerived
315 QualType SymbolExtent::getType() const { in getType() function in SymbolExtent
320 QualType SymbolMetadata::getType() const { in getType() function in SymbolMetadata
324 QualType SymbolRegionValue::getType() const { in getType() function in SymbolRegionValue
/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCSectionMachO.h67 MachO::SectionType getType() const { in getType() function
H A DMCSectionELF.h76 unsigned getType() const { return Type; } in getType() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DSymbolRewriter.h78 Type getType() const { return Kind; } in getType() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h47 Type *getType() const { return V->getType(); } in getType() function
68 Type *getType() const { return Ty; } in getType() function
162 Type *getType() const { return getOperand(0)->getType(); } in getType() function
216 Type *getType() const { in getType() function
263 Type *getType() const { in getType() function
518 Type *getType() const { return getValPtr()->getType(); } in getType() function
/minix3/external/bsd/llvm/dist/clang/lib/Driver/
H A DInputInfo.h62 types::ID getType() const { return Type; } in getType() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h47 Type *getType() const { return Ty; } in getType() function
/minix3/minix/llvm/passes/include/magic/support/
H A DBitFieldAggregation.h78 inline TYPECONST Type *BitFieldAggregation::getType() const { in getType() function
H A DSmartType.h115 inline TYPECONST Type *SmartType::getType() const { in getType() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfo.h624 DISubroutineType getType() const { return getFieldAs<DISubroutineType>(3); } in getType() function
732 DITypeRef getType() const { return getFieldAs<DITypeRef>(2); } in getType() function
751 DITypeRef getType() const { return getFieldAs<DITypeRef>(2); } in getType() function
780 DITypeRef getType() const { return getFieldAs<DITypeRef>(3); } in getType() function
808 DITypeRef getType() const { return getFieldAs<DITypeRef>(3); } in getType() function
970 DIType getType() const { return getFieldAs<DIType>(2); } in getType() function
H A DConstants.h135 inline IntegerType *getType() const { in getType() function
H A DInstructions.h109 PointerType *getType() const { in getType() function
H A DInlineAsm.h74 PointerType *getType() const { in getType() function
H A DCallSite.h157 Type *getType() const { return (*this)->getType(); } in getType() function
H A DGlobalValue.h168 inline PointerType *getType() const { in getType() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Object/
H A DBinary.h85 unsigned int getType() const { return TypeID; } in getType() function
H A DObjectFile.h347 inline std::error_code SymbolRef::getType(SymbolRef::Type &Result) const { in getType() function
470 inline std::error_code RelocationRef::getType(uint64_t &Result) const { in getType() function
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DVirtualFileSystem.h59 llvm::sys::fs::file_type getType() const { return Type; } in getType() function
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInst.cpp83 unsigned HexagonMCInst::getType() const { in getType() function in HexagonMCInst
/minix3/external/bsd/llvm/dist/clang/include/clang/Driver/
H A DAction.h93 types::ID getType() const { return Type; } in getType() function
/minix3/external/bsd/llvm/dist/clang/include/clang/Serialization/
H A DASTWriter.h142 QualType getType() const { in getType() function
316 QualType getType() const { return QualType::getFromOpaquePtr(Type); } in getType() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DYAMLParser.h145 unsigned int getType() const { return TypeID; } in getType() function

123