Home
last modified time | relevance | path

Searched defs:getBaseType (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp223 MDNodeTy *getBaseType() const { in getBaseType() function in __anon6047001d0111::TBAAStructTagNodeImpl
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DSafepointIRVerifier.cpp328 static enum BaseType getBaseType(const Value *Val) { in getBaseType() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h875 TypeIndex getBaseType() const { return Type; } in getBaseType() function
900 TypeIndex getBaseType() const { return BaseType; } in getBaseType() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h396 QualType getBaseType() const { return BaseType; } in getBaseType() function
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DSveEmitter.cpp184 SVEType getBaseType() const { return BaseType; } in getBaseType() function in __anon47288a980111::Intrinsic
H A DNeonEmitter.cpp436 Type getBaseType() const { return BaseType; } in getBaseType() function in __anon9e9e0a7a0111::Intrinsic
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h984 DIType *getBaseType() const { return cast_or_null<DIType>(getRawBaseType()); } in getBaseType() function
1180 DIType *getBaseType() const { return cast_or_null<DIType>(getRawBaseType()); } in getBaseType() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprCXX.h3653 QualType getBaseType() const { return BaseType; } in getBaseType() function
3896 QualType getBaseType() const { return BaseType; } in getBaseType() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DCOFF.h348 uint8_t getBaseType() const { return getType() & 0x0F; } in getBaseType() function