Home
last modified time | relevance | path

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

12345

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp205 QualType SymbolConjured::getType() const { in getType() function in SymbolConjured
209 QualType SymbolDerived::getType() const { in getType() function in SymbolDerived
213 QualType SymbolExtent::getType() const { in getType() function in SymbolExtent
218 QualType SymbolMetadata::getType() const { in getType() function in SymbolMetadata
222 QualType SymbolRegionValue::getType() const { in getType() function in SymbolRegionValue
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h73 Type *getType() const { return V->getType(); } in getType() function
90 Type *getType() const { return Ty; } in getType() function
120 Type *getType() const { return Ty; } in getType() function
284 Type *getType() const { return Ty; } in getType() function
298 Type *getType() const { return getOperand(0)->getType(); } in getType() function
327 Type *getType() const { in getType() function
358 Type *getType() const { return getStart()->getType(); } in getType() function
446 Type *getType() const { return getOperand(0)->getType(); } in getType() function
541 Type *getType() const { return getOperand(0)->getType(); } in getType() function
603 Type *getType() const { return getValPtr()->getType(); } in getType() function
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DDynamicTypeInfo.h34 QualType getType() const { return DynTy; } in getType() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DLocInfoType.h44 QualType getType() const { return getCanonicalTypeInternal(); } in getType() function
H A DAPValue.h51 const Type *getType() const { return T; } in getType() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionMachO.h58 MachO::SectionType getType() const { in getType() function
H A DMCSymbolCOFF.h36 uint16_t getType() const { in getType() function
H A DMCSectionELF.h80 unsigned getType() const { return Type; } in getType() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeTableCollection.cpp37 CVType TypeTableCollection::getType(TypeIndex Index) { in getType() function in TypeTableCollection
H A DAppendingTypeTableBuilder.cpp44 CVType AppendingTypeTableBuilder::getType(TypeIndex Index){ in getType() function in AppendingTypeTableBuilder
H A DGlobalTypeTableBuilder.cpp46 CVType GlobalTypeTableBuilder::getType(TypeIndex Index) { in getType() function in GlobalTypeTableBuilder
H A DMergingTypeTableBuilder.cpp47 CVType MergingTypeTableBuilder::getType(TypeIndex Index) { in getType() function in MergingTypeTableBuilder
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSymbolRewriter.h81 Type getType() const { return Kind; } in getType() function
H A DEvaluator.h57 Type *getType() const { in getType() function
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DAddress.h87 mlir::Type getType() const { in getType() function
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kELFObjectWriter.cpp48 static M68kRelType getType(unsigned Kind, M68k::Specifier &Modifier, in getType() function
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DTapiFile.cpp39 static SymbolRef::Type getType(const Symbol *Sym) { in getType() function
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/
H A DHeaderFile.h78 HeaderType getType() const { return Type; } in getType() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DAddress.h72 llvm::PointerType *getType() const { in getType() function
204 llvm::PointerType *getType() const { in getType() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h44 Type *getType() const { return Ty; } in getType() function
/freebsd/contrib/opencsd/decoder/include/mem_acc/
H A Dtrc_mem_acc_base.h142 const enum MemAccTypes getType() const { return m_type; }; in getType() function
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DValue.cpp46 Type *Value::getType() const { return Ctx.getType(Val->getType()); } in getType() function in llvm::sandboxir::Value
/freebsd/contrib/opencsd/decoder/include/opencsd/ptm/
H A Dtrc_pkt_elem_ptm.h208 inline const ocsd_ptm_pkt_type PtmTrcPacket::getType() const in getType() function
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DInputInfo.h77 types::ID getType() const { return Type; } in getType() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSymbolELF.cpp123 unsigned MCSymbolELF::getType() const { in getType() function in llvm::MCSymbolELF

12345