Searched defs:getTypeInfo (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ |
H A D | PassInfo.h | 71 const void *getTypeInfo() const { return PassID; } in getTypeInfo() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CodeGenTBAA.cpp | 225 llvm::MDNode *CodeGenTBAA::getTypeInfo(QualType QTy) { in getTypeInfo() function in CodeGenTBAA
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/APINotes/ |
H A D | Types.h | 573 NullabilityKind getTypeInfo(unsigned index) const { in getTypeInfo() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | APValue.cpp | 55 APValue::LValueBase APValue::LValueBase::getTypeInfo(TypeInfoLValue LV, in getTypeInfo() function in APValue::LValueBase
|
H A D | ASTContext.cpp | 1896 TypeInfo ASTContext::getTypeInfo(const Type *T) const { in getTypeInfo() function in ASTContext
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | variant.d | 163 enum OpID { getTypeInfo, get, compare, equals, testConversion, toString, in VariantN() enumerator
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | variant.d | 205 enum OpID { getTypeInfo, get, compare, equals, testConversion, toString, in VariantN() enumerator
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | ASTContext.h | 2158 TypeInfo getTypeInfo(QualType T) const { return getTypeInfo(T.getTypePtr()); } in getTypeInfo() function
|