HomeSort by: relevance | last modified time | path
    Searched defs:getType (Results 1 - 25 of 99) sorted by relevancy

1 2 3 4

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
LocInfoType.h 44 QualType getType() const { return getCanonicalTypeInternal(); }
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
TypeTableCollection.cpp 37 CVType TypeTableCollection::getType(TypeIndex Index) {
GlobalTypeTableBuilder.cpp 54 CVType GlobalTypeTableBuilder::getType(TypeIndex Index) {
AppendingTypeTableBuilder.cpp 52 CVType AppendingTypeTableBuilder::getType(TypeIndex Index){
MergingTypeTableBuilder.cpp 54 CVType MergingTypeTableBuilder::getType(TypeIndex Index) {
LazyRandomTypeCollection.cpp 90 CVType LazyRandomTypeCollection::getType(TypeIndex Index) {
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DynamicTypeInfo.h 34 QualType getType() const { return DynTy; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCSectionMachO.h 50 MachO::SectionType getType() const {
MCSymbolCOFF.h 33 uint16_t getType() const {
MCPseudoProbe.h 92 uint8_t getType() const { return Type; }
MCSectionELF.h 74 unsigned getType() const { return Type; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
SymbolRewriter.h 81 Type getType() const { return Kind; }
  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/MCTargetDesc/
M68kELFObjectWriter.cpp 48 getType(unsigned Kind, MCSymbolRefExpr::VariantKind &Modifier, bool &IsPCRel) {
69 M68kRelType Type = getType(Kind, Modifier, IsPCRel);
  /src/external/apache2/llvm/dist/clang/lib/AST/
ComparisonCategories.cpp 50 auto *Record = VD->getType()->getAsCXXRecordDecl();
52 !Record->field_begin()->getType()->isIntegralOrEnumerationType())
166 QualType ComparisonCategoryInfo::getType() const {
  /src/external/bsd/openldap/dist/contrib/ldapc++/src/
LDAPRequest.cpp 91 int LDAPRequest::getType() const {
92 DEBUG(LDAP_DEBUG_TRACE,"LDAPRequest::getType()" << endl);
118 if( (this->m_requestType == req->getType()) &&
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
Address.h 43 llvm::PointerType *getType() const {
44 return llvm::cast<llvm::PointerType>(getPointer()->getType());
52 return getType()->getElementType();
57 return getType()->getAddressSpace();
ConstantInitBuilder.cpp 21 llvm::Type *ConstantInitFuture::getType() const {
24 return Data.get<llvm::Constant*>()->getType();
26 return Data.get<ConstantInitBuilderBase*>()->Buffer[0]->getType();
74 initializer->getType(),
117 dummy->replaceAllUsesWith(llvm::UndefValue::get(dummy->getType()));
250 llvm::Type *elementType = element->getType();
272 if (!eltTy) eltTy = elts[0]->getType();
  /src/external/apache2/llvm/dist/clang/lib/Driver/
InputInfo.h 46 return A != nullptr ? A->getType() : types::TY_Nothing;
77 types::ID getType() const { return Type; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineConstantPool.h 44 Type *getType() const { return Ty; }
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCSymbolELF.cpp 123 unsigned MCSymbolELF::getType() const {
  /src/external/bsd/nsd/dist/contrib/bind2nsd/bind2nsd/
Zone.py 80 def getType(self):
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ELFTypes.h 226 unsigned char getType() const { return st_info & 0x0f; }
228 void setBinding(unsigned char b) { setBindingAndType(b, getType()); }
249 return getType() == ELF::STT_COMMON || st_shndx == ELF::SHN_COMMON;
406 unsigned char getType(bool isMips64EL) const {
410 setSymbolAndType(s, getType(IsMips64EL), IsMips64EL);
459 uint32_t getType(bool isMips64EL) const {
463 setSymbolAndType(s, getType(IsMips64EL), IsMips64EL);
655 Elf_Word getType() const { return Nhdr.n_type; }
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
TpiStream.cpp 184 CVType F = Types->getType(ForwardRefTI);
195 CVType CVT = Types->getType(TI);
221 codeview::CVType TpiStream::getType(codeview::TypeIndex Index) {
223 return Types->getType(Index);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
DivRemPairs.cpp 91 assert(DivInst->getType() == RemInst->getType() && "Types should match.");
97 Type *getType() const { return DivInst->getType(); }
196 bool HasDivRemOp = TTI.hasDivRemOp(E.getType(), E.isSigned());
  /src/external/apache2/llvm/dist/llvm/tools/dsymutil/
DebugMap.h 176 uint8_t getType() const { return Type; }

Completed in 23 milliseconds

1 2 3 4