Searched defs:getType (Results 1 - 25 of 47) sorted by relevance

12

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DLocInfoType.h49 QualType getType() const { return getCanonicalTypeInternal(); } function in class:clang::LocInfoType
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DDynamicTypeInfo.h34 QualType getType() const { return T; } function in class:clang::ento::DynamicTypeInfo
/freebsd-10.0-release/contrib/llvm/include/llvm/MC/
H A DMCSectionELF.h67 unsigned getType() const { return Type; } function in class:llvm::MCSectionELF
H A DMCSectionMachO.h159 unsigned getType() const { return TypeAndAttributes & SECTION_TYPE; } function in class:llvm::MCSectionMachO
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Driver/
H A DInputInfo.h61 types::ID getType() const { return Type; } function in class:clang::driver::InputInfo
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h46 Type *getType() const { return Ty; } function in class:llvm::MachineConstantPoolValue
H A DMachineOperand.h185 MachineOperandType getType() const { return (MachineOperandType)OpKind; } function in class:llvm::MachineOperand
/freebsd-10.0-release/contrib/llvm/include/llvm/Object/
H A DBinary.h79 unsigned int getType() const { return TypeID; } function in class:llvm::object::Binary
H A DObjectFile.h451 inline error_code SymbolRef::getType(SymbolRef::Type &Result) const { function in class:llvm::object::SymbolRef
573 inline error_code RelocationRef::getType(uint64_t &Result) const { function in class:llvm::object::RelocationRef
/freebsd-10.0-release/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInst.cpp32 unsigned HexagonMCInst::getType() const { function in class:HexagonMCInst
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Driver/
H A DAction.h82 types::ID getType() const { return Type; } function in class:clang::driver::Action
/freebsd-10.0-release/contrib/llvm/include/llvm/IR/
H A DInlineAsm.h78 PointerType *getType() const { function in class:llvm::InlineAsm
H A DConstants.h141 inline IntegerType *getType() const { function in class:llvm::ConstantInt
357 inline ArrayType *getType() const { function in class:llvm::ConstantArray
415 inline StructType *getType() cons function in class:llvm::ConstantStruct
458 inline VectorType *getType() const { function in class:llvm::ConstantVector
507 inline PointerType *getType() const { function in class:llvm::ConstantPointerNull
583 inline SequentialType *getType() const { function in class:llvm::ConstantDataSequential
682 inline ArrayType *getType() const { function in class:llvm::ConstantDataArray
735 inline VectorType *getType() const { function in class:llvm::ConstantDataVector
[all...]
H A DGlobalValue.h108 inline PointerType *getType() const { function in class:llvm::GlobalValue
H A DValue.h108 Type *getType() const { return VTy; } function in class:llvm::Value
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp308 QualType SymbolConjured::getType() const { function in class:SymbolConjured
312 QualType SymbolDerived::getType() const { function in class:SymbolDerived
316 QualType SymbolExtent::getType() const { function in class:SymbolExtent
321 QualType SymbolMetadata::getType() const { function in class:SymbolMetadata
325 QualType SymbolRegionValue::getType() const { function in class:SymbolRegionValue
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.h240 unsigned char getType() const { return st_info & 0x0F; } function in struct:elf::ELFSymbol
/freebsd-10.0-release/contrib/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h46 Type *getType() const { return V->getType(); } function in class:llvm::SCEVConstant
67 Type *getType() const { return Ty; } function in class:llvm::SCEVCastExpr
211 Type *getType() const { function in class:llvm::SCEVAddExpr
258 Type *getType() const { function in class:llvm::SCEVUDivExpr
436 Type *getType() cons function in class:llvm::SCEVUnknown
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DYAMLParser.h138 unsigned int getType() const { return TypeID; } function in class:llvm::yaml::Node
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DPathNumbering.cpp177 BallLarusEdge::EdgeType BallLarusEdge::getType() const { function in class:BallLarusEdge
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.h209 unsigned getType() const { return Type; } function in class:llvm::DIEValue
/freebsd-10.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp153 CountValueType getType() const { return Kind; } function in class:__anon2461::CountValue
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h64 QualType getType() const { return Ty; } function in class:clang::TypeSourceInfo
454 QualType getType() const { return DeclType; } function in class:clang::ValueDecl
/freebsd-10.0-release/contrib/llvm/include/llvm/
H A DDebugInfo.h381 DIType getType() const { return getFieldAs<DIType>(3); } function in class:llvm::DITemplateTypeParameter
400 DIType getType() const { return getFieldAs<DIType>(3); } function in class:llvm::DITemplateValueParameter
425 DICompositeType getType() const { return getFieldAs<DICompositeType>(7); } function in class:llvm::DISubprogram
522 DIType getType() const { return getFieldAs<DIType>(8); } function in class:llvm::DIGlobalVariable
555 DIType getType() const { return getFieldAs<DIType>(5); } function in class:llvm::DIVariable
680 DIType getType() const { return getFieldAs<DIType>(7); } function in class:llvm::DIObjCProperty
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DMachineFunction.cpp772 Type *MachineConstantPoolEntry::getType() const { function in class:MachineConstantPoolEntry
[all...]

Completed in 322 milliseconds

12