Home
last modified time | relevance | path

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

12345

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDScalarEvolutionExpressions.h72 Type *getType() const { return V->getType(); } in getType() function
89 Type *getType() const { return Ty; } in getType() function
119 Type *getType() const { return Ty; } in getType() function
283 Type *getType() const { return Ty; } in getType() function
297 Type *getType() const { return getOperand(0)->getType(); } in getType() function
326 Type *getType() const { in getType() function
357 Type *getType() const { return getStart()->getType(); } in getType() function
443 Type *getType() const { return getOperand(0)->getType(); } in getType() function
537 Type *getType() const { return getOperand(0)->getType(); } in getType() function
599 Type *getType() const { return getValPtr()->getType(); } in getType() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDSymbolManager.cpp328 QualType SymbolConjured::getType() const { in getType() function in SymbolConjured
332 QualType SymbolDerived::getType() const { in getType() function in SymbolDerived
336 QualType SymbolExtent::getType() const { in getType() function in SymbolExtent
341 QualType SymbolMetadata::getType() const { in getType() function in SymbolMetadata
345 QualType SymbolRegionValue::getType() const { in getType() function in SymbolRegionValue
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDDynamicTypeInfo.h34 QualType getType() const { return DynTy; } in getType() function
HDSymbolManager.h303 QualType getType() const override { return ToTy; } in getType() function
355 QualType getType() const override { return T; } in getType() function
395 QualType getType() const override { return T; } in getType() function
557 QualType getType(const SymExpr *SE) const { in getType() function
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDLocInfoType.h44 QualType getType() const { return getCanonicalTypeInternal(); } in getType() function
HDAPValue.h51 const Type *getType() const { return T; } in getType() function
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCSectionMachO.h57 MachO::SectionType getType() const { in getType() function
HDMCSymbolCOFF.h36 uint16_t getType() const { in getType() function
HDMCSectionELF.h78 unsigned getType() const { return Type; } in getType() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDTypeTableCollection.cpp38 CVType TypeTableCollection::getType(TypeIndex Index) { in getType() function in TypeTableCollection
HDAppendingTypeTableBuilder.cpp45 CVType AppendingTypeTableBuilder::getType(TypeIndex Index){ in getType() function in AppendingTypeTableBuilder
HDGlobalTypeTableBuilder.cpp47 CVType GlobalTypeTableBuilder::getType(TypeIndex Index) { in getType() function in GlobalTypeTableBuilder
HDMergingTypeTableBuilder.cpp48 CVType MergingTypeTableBuilder::getType(TypeIndex Index) { in getType() function in MergingTypeTableBuilder
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
HDSymbolRewriter.h80 Type getType() const { return Kind; } in getType() function
HDEvaluator.h57 Type *getType() const { in getType() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/
HDM68kELFObjectWriter.cpp48 getType(unsigned Kind, MCSymbolRefExpr::VariantKind &Modifier, bool &IsPCRel) { in getType() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Object/
HDTapiFile.cpp40 static SymbolRef::Type getType(const Symbol *Sym) { in getType() function
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/InstallAPI/
HDHeaderFile.h78 HeaderType getType() const { return Type; } in getType() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDAddress.h72 llvm::PointerType *getType() const { in getType() function
199 llvm::PointerType *getType() const { in getType() function
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineConstantPool.h44 Type *getType() const { return Ty; } in getType() function
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
HDStorageLocation.h53 QualType getType() const { return Type; } in getType() function
/freebsd-14-stable/contrib/opencsd/decoder/include/mem_acc/
HDtrc_mem_acc_base.h142 const enum MemAccTypes getType() const { return m_type; }; in getType() function
/freebsd-14-stable/contrib/opencsd/decoder/include/opencsd/ptm/
HDtrc_pkt_elem_ptm.h208 inline const ocsd_ptm_pkt_type PtmTrcPacket::getType() const in getType() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/MC/
HDMCSymbolELF.cpp125 unsigned MCSymbolELF::getType() const { in getType() function in llvm::MCSymbolELF
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Driver/
HDInputInfo.h77 types::ID getType() const { return Type; } in getType() function

12345