Home
last modified time | relevance | path

Searched refs:GetType (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl-csharp/
H A Dintl.cs181 …Type clazz = satelliteAssembly.GetType(ConstructClassName(resourceName)+"_"+culture.Name.Replace('… in InstantiateResourceSet()
400 …throw new InvalidOperationException("resource for \""+msgid+"\" in "+GetType().FullName+" is not a… in GetString()
422 …throw new InvalidOperationException("resource for \""+msgid+"\" in "+GetType().FullName+" is not a… in GetString()
445 …throw new InvalidOperationException("resource for \""+msgid+"\" in "+GetType().FullName+" is not a… in GetPluralString()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/
H A DlldbDataFormatters.py65 the_type = self.valobj.GetType()
101 self.data_type = self.data.GetType().GetPointeeType()
118 underlying_type = storage.GetType().GetTemplateArgumentType(0)
/netbsd-src/external/apache2/llvm/dist/clang/utils/
H A DClangDataFormat.py120 ty = value.GetType()
130 ty = value.GetType()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dmsgunfmt.cs77 catalog.GetType().GetMethod("GetMsgidPluralTable", Type.EmptyTypes); in Dump()
166 …Type clazz = satelliteAssembly.GetType(ConstructClassName(resourceName)+"_"+cultureName.Replace('-… in InstantiateResourceSet()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_posix.cc309 int SignalContext::GetType() const { in GetType() function in __sanitizer::SignalContext
314 switch (GetType()) { in Describe()
H A Dsanitizer_win.cc904 return (DWORD)GetType() == EXCEPTION_STACK_OVERFLOW; in IsStackOverflow()
951 int SignalContext::GetType() const { in GetType() function in __sanitizer::SignalContext
956 unsigned code = GetType(); in Describe()
H A Dsanitizer_common.h882 int GetType() const;
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_posix.cc306 int SignalContext::GetType() const { in GetType() function in __sanitizer::SignalContext
311 switch (GetType()) { in Describe()
H A Dsanitizer_win.cc898 return (DWORD)GetType() == EXCEPTION_STACK_OVERFLOW; in IsStackOverflow()
945 int SignalContext::GetType() const { in GetType() function in __sanitizer::SignalContext
950 unsigned code = GetType(); in Describe()
H A Dsanitizer_common.h886 int GetType() const;
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_posix.cpp301 int SignalContext::GetType() const { in GetType() function in __sanitizer::SignalContext
306 switch (GetType()) { in Describe()
H A Dsanitizer_win.cpp939 return (DWORD)GetType() == EXCEPTION_STACK_OVERFLOW; in IsStackOverflow()
996 int SignalContext::GetType() const { in GetType() function in __sanitizer::SignalContext
1001 unsigned code = GetType(); in Describe()
H A Dsanitizer_common.h986 int GetType() const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DMSVCSetupApi.h432 STDMETHOD(GetType)(_Out_ BSTR *pbstrType) = 0;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTDiagnostic.cpp1134 QualType FromType = GetType(FromIter); in DiffTypes()
1135 QualType ToType = GetType(ToIter); in DiffTypes()
1419 static QualType GetType(const TSTiterator &Iter) { in GetType() function in __anon9bd150090111::TemplateDiff
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp4878 Context.setCFConstantStringType(GetType(String)); in InitializeContext()
4882 QualType FileType = GetType(File); in InitializeContext()
4903 QualType Jmp_bufType = GetType(Jmp_buf); in InitializeContext()
4924 QualType Sigjmp_bufType = GetType(Sigjmp_buf); in InitializeContext()
4944 Context.ObjCIdRedefinitionType = GetType(ObjCIdRedef); in InitializeContext()
4950 Context.ObjCClassRedefinitionType = GetType(ObjCClassRedef); in InitializeContext()
4956 Context.ObjCSelRedefinitionType = GetType(ObjCSelRedef); in InitializeContext()
4960 QualType Ucontext_tType = GetType(Ucontext_t); in InitializeContext()
6810 QualType ASTReader::GetType(TypeID ID) { in GetType() function in ASTReader
7088 return GetType(getGlobalTypeID(F, LocalID)); in getLocalType()
[all …]
H A DASTReaderDecl.cpp540 TD->setTypeForDecl(Reader.GetType(DeferredTypeID).getTypePtrOrNull()); in Visit()
549 ID->TypeForDecl = Reader.GetType(DeferredTypeID).getTypePtrOrNull(); in Visit()
857 FD->setType(Reader.GetType(DeferredTypeID)); in VisitFunctionDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h1797 QualType GetType(serialization::TypeID ID);