HomeSort by: relevance | last modified time | path
    Searched defs:GetType (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_posix.cc 306 int SignalContext::GetType() const {
311 switch (GetType()) {
sanitizer_win.cc 898 return (DWORD)GetType() == EXCEPTION_STACK_OVERFLOW;
945 int SignalContext::GetType() const {
950 unsigned code = GetType();
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_posix.cpp 313 int SignalContext::GetType() const {
318 switch (GetType()) {
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_posix.cpp 301 int SignalContext::GetType() const {
306 switch (GetType()) {
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTDiagnostic.cpp 1134 QualType FromType = GetType(FromIter);
1135 QualType ToType = GetType(ToIter);
1192 QualType VDType = VD->getType();
1222 QualType VDType = VD->getType();
1417 /// GetType - Retrieves the template type arguments, including default
1419 static QualType GetType(const TSTiterator &Iter) {

Completed in 47 milliseconds