Home
last modified time | relevance | path

Searched defs:getTypeInfo (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/
H A DPassInfo.h71 const void *getTypeInfo() const { return PassID; } in getTypeInfo() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp225 llvm::MDNode *CodeGenTBAA::getTypeInfo(QualType QTy) { in getTypeInfo() function in CodeGenTBAA
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/APINotes/
H A DTypes.h573 NullabilityKind getTypeInfo(unsigned index) const { in getTypeInfo() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DAPValue.cpp55 APValue::LValueBase APValue::LValueBase::getTypeInfo(TypeInfoLValue LV, in getTypeInfo() function in APValue::LValueBase
H A DASTContext.cpp1896 TypeInfo ASTContext::getTypeInfo(const Type *T) const { in getTypeInfo() function in ASTContext
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dvariant.d163 enum OpID { getTypeInfo, get, compare, equals, testConversion, toString, in VariantN() enumerator
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dvariant.d205 enum OpID { getTypeInfo, get, compare, equals, testConversion, toString, in VariantN() enumerator
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h2158 TypeInfo getTypeInfo(QualType T) const { return getTypeInfo(T.getTypePtr()); } in getTypeInfo() function