Home
last modified time | relevance | path

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

12345

/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DScalarEvolutionExpressions.h72 Type *getType() const { return V->getType(); } in getType() function
102 Type *getType() const { return Ty; } in getType() function
266 Type *getType() const { return Ty; } in getType() function
280 Type *getType() const { return getOperand(0)->getType(); } in getType() function
309 Type *getType() const { in getType() function
340 Type *getType() const { return getStart()->getType(); } in getType() function
426 Type *getType() const { return getOperand(0)->getType(); } in getType() function
520 Type *getType() const { return getOperand(0)->getType(); } in getType() function
594 Type *getType() const { return getValPtr()->getType(); } in getType() function
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DSymbolManager.cpp338 QualType SymbolConjured::getType() const { in getType() function in SymbolConjured
342 QualType SymbolDerived::getType() const { in getType() function in SymbolDerived
346 QualType SymbolExtent::getType() const { in getType() function in SymbolExtent
351 QualType SymbolMetadata::getType() const { in getType() function in SymbolMetadata
355 QualType SymbolRegionValue::getType() const { in getType() function in SymbolRegionValue
/openbsd/src/gnu/llvm/lld/wasm/
DInputElement.h64 const WasmGlobalType &getType() const { return type; } in getType() function
89 const WasmTableType &getType() const { return type; } in getType() function
/openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DDynamicTypeInfo.h34 QualType getType() const { return DynTy; } in getType() function
DSymbolManager.h302 QualType getType() const override { return ToTy; } in getType() function
354 QualType getType() const override { return T; } in getType() function
394 QualType getType() const override { return T; } in getType() function
556 QualType getType(const SymExpr *SE) const { in getType() function
/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
DMCSectionMachO.h50 MachO::SectionType getType() const { in getType() function
DMCSymbolCOFF.h33 uint16_t getType() const { in getType() function
DMCSectionELF.h72 unsigned getType() const { return Type; } in getType() function
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DLocInfoType.h44 QualType getType() const { return getCanonicalTypeInternal(); } in getType() function
DAPValue.h51 const Type *getType() const { return T; } in getType() function
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
DTypeTableCollection.cpp38 CVType TypeTableCollection::getType(TypeIndex Index) { in getType() function in TypeTableCollection
DAppendingTypeTableBuilder.cpp45 CVType AppendingTypeTableBuilder::getType(TypeIndex Index){ in getType() function in AppendingTypeTableBuilder
DGlobalTypeTableBuilder.cpp47 CVType GlobalTypeTableBuilder::getType(TypeIndex Index) { in getType() function in GlobalTypeTableBuilder
DMergingTypeTableBuilder.cpp48 CVType MergingTypeTableBuilder::getType(TypeIndex Index) { in getType() function in MergingTypeTableBuilder
/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
DSymbolRewriter.h81 Type getType() const { return Kind; } in getType() function
DEvaluator.h57 Type *getType() const { in getType() function
/openbsd/src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/
DStorageLocation.h44 QualType getType() const { return Type; } in getType() function
/openbsd/src/gnu/llvm/llvm/include/llvm/Object/
DObjectFile.h427 inline Expected<SymbolRef::Type> SymbolRef::getType() const { in getType() function
571 inline uint64_t RelocationRef::getType() const { in getType() function
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DMachineConstantPool.h44 Type *getType() const { return Ty; } in getType() function
/openbsd/src/gnu/llvm/llvm/lib/MC/
DMCSymbolELF.cpp125 unsigned MCSymbolELF::getType() const { in getType() function in llvm::MCSymbolELF
/openbsd/src/gnu/llvm/clang/include/clang/Driver/
DInputInfo.h77 types::ID getType() const { return Type; } in getType() function
/openbsd/src/gnu/llvm/llvm/tools/dsymutil/
DDebugMap.h176 uint8_t getType() const { return Type; } in getType() function
/openbsd/src/gnu/llvm/compiler-rt/lib/ubsan/
Dubsan_value.h172 const TypeDescriptor &getType() const { return Type; } in getType() function
/openbsd/src/gnu/llvm/clang/lib/AST/
DComparisonCategories.cpp167 QualType ComparisonCategoryInfo::getType() const { in getType() function in ComparisonCategoryInfo
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
DTpiStream.cpp221 codeview::CVType TpiStream::getType(codeview::TypeIndex Index) { in getType() function in TpiStream

12345