| /netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl-csharp/ |
| H A D | intl.cs | 181 …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 D | lldbDataFormatters.py | 65 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 D | ClangDataFormat.py | 120 ty = value.GetType() 130 ty = value.GetType()
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
| H A D | msgunfmt.cs | 77 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 D | sanitizer_posix.cc | 309 int SignalContext::GetType() const { in GetType() function in __sanitizer::SignalContext 314 switch (GetType()) { in Describe()
|
| H A D | sanitizer_win.cc | 904 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 D | sanitizer_common.h | 882 int GetType() const;
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_posix.cc | 306 int SignalContext::GetType() const { in GetType() function in __sanitizer::SignalContext 311 switch (GetType()) { in Describe()
|
| H A D | sanitizer_win.cc | 898 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 D | sanitizer_common.h | 886 int GetType() const;
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_posix.cpp | 301 int SignalContext::GetType() const { in GetType() function in __sanitizer::SignalContext 306 switch (GetType()) { in Describe()
|
| H A D | sanitizer_win.cpp | 939 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 D | sanitizer_common.h | 986 int GetType() const;
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
| H A D | MSVCSetupApi.h | 432 STDMETHOD(GetType)(_Out_ BSTR *pbstrType) = 0;
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | ASTDiagnostic.cpp | 1134 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 D | ASTReader.cpp | 4878 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 D | ASTReaderDecl.cpp | 540 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 D | ASTReader.h | 1797 QualType GetType(serialization::TypeID ID);
|