Home
last modified time | relevance | path

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

123

/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDSymbolManager.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
/NextBSD/contrib/llvm/lib/DebugInfo/PDB/
HDPDBSymbolData.cpp23 std::unique_ptr<PDBSymbol> PDBSymbolData::getType() const { in getType() function in PDBSymbolData
/NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDDynamicTypeInfo.h34 QualType getType() const { return T; } in getType() function
HDSymbolManager.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
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDLocInfoType.h49 QualType getType() const { return getCanonicalTypeInternal(); } in getType() function
/NextBSD/contrib/llvm/include/llvm/MC/
HDMCSectionMachO.h59 MachO::SectionType getType() const { in getType() function
HDMCSymbolCOFF.h32 uint16_t getType() const { in getType() function
HDMCSectionELF.h76 unsigned getType() const { return Type; } in getType() function
/NextBSD/contrib/llvm/include/llvm/Transforms/Utils/
HDSymbolRewriter.h78 Type getType() const { return Kind; } in getType() function
/NextBSD/contrib/llvm/include/llvm/Analysis/
HDScalarEvolutionExpressions.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
440 Type *getType() const { return getValPtr()->getType(); } in getType() function
/NextBSD/contrib/llvm/include/llvm/Object/
HDObjectFile.h330 inline SymbolRef::Type SymbolRef::getType() const { in getType() function
440 inline uint64_t RelocationRef::getType() const { in getType() function
HDBinary.h85 unsigned int getType() const { return TypeID; } in getType() function
/NextBSD/contrib/llvm/tools/clang/lib/Driver/
HDInputInfo.h62 types::ID getType() const { return Type; } in getType() function
/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDMachineConstantPool.h47 Type *getType() const { return Ty; } in getType() function
HDWinEHFuncInfo.h39 ActionType getType() const { return Type; } in getType() function
/NextBSD/contrib/llvm/lib/MC/
HDMCSymbolELF.cpp125 unsigned MCSymbolELF::getType() const { in getType() function in llvm::MCSymbolELF
/NextBSD/contrib/compiler-rt/lib/ubsan/
HDubsan_value.h170 const TypeDescriptor &getType() const { return Type; } in getType() function
/NextBSD/contrib/llvm/include/llvm/IR/
HDConstants.h140 inline IntegerType *getType() const { in getType() function
HDInstructions.h115 PointerType *getType() const { in getType() function
HDCallSite.h166 Type *getType() const { return (*this)->getType(); } in getType() function
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDVirtualFileSystem.h59 llvm::sys::fs::file_type getType() const { return Type; } in getType() function
/NextBSD/contrib/llvm/tools/clang/include/clang/Driver/
HDAction.h95 types::ID getType() const { return Type; } in getType() function
/NextBSD/contrib/llvm/tools/clang/include/clang/Serialization/
HDASTWriter.h146 QualType getType() const { in getType() function
326 QualType getType() const { return QualType::getFromOpaquePtr(Type); } in getType() function
/NextBSD/contrib/llvm/include/llvm/Support/
HDELF.h772 unsigned char getType() const { return st_info & 0x0f; } in getType() function
792 unsigned char getType() const { return st_info & 0x0f; } in getType() function
862 unsigned char getType() const { return (unsigned char) (r_info & 0x0ff); } in getType() function
879 unsigned char getType() const { return (unsigned char) (r_info & 0x0ff); } in getType() function
895 Elf64_Word getType() const { in getType() function
914 Elf64_Word getType() const { in getType() function
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
HDELFHeader.h240 unsigned char getType() const { return st_info & 0x0F; } in getType() function

123