/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | Statistic.h | 49 const char *DebugType; 53 StatisticBase(const char *DebugType, const char *Name, const char *Desc) in StatisticBase() argument 54 : DebugType(DebugType), Name(Name), Desc(Desc) {} in StatisticBase() 56 const char *getDebugType() const { return DebugType; } in getDebugType() 66 TrackingStatistic(const char *DebugType, const char *Name, const char *Desc) in TrackingStatistic() argument 67 : StatisticBase(DebugType, Name, Desc), Value(0), Initialized(false) {} in TrackingStatistic()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | Statistic.h | 41 const char *DebugType; 48 const char *getDebugType() const { return DebugType; } in getDebugType() 54 DebugType = debugtype; in construct()
|
/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/ |
D | Google.Protobuf.Benchmarks.csproj | 10 <DebugType>pdbonly</DebugType>
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ScoreboardHazardRecognizer.cpp | 28 #define DEBUG_TYPE DebugType 33 : ScheduleHazardRecognizer(), DebugType(ParentDebugType), ItinData(II), in ScoreboardHazardRecognizer() 35 (void)DebugType; in ScoreboardHazardRecognizer()
|
D | MachineCopyPropagation.cpp | 273 typedef enum { DebugUse = false, RegularUse = true } DebugType; typedef in __anon1807efdf0111::MachineCopyPropagation 277 DebugType DT); 311 DebugType DT) { in ReadRegister()
|
/third_party/typescript/src/compiler/ |
D | debug.ts | 786 …export type DebugType = Type & { __debugTypeToString(): string }; // eslint-disable-line @typescri… alias 793 …peMapKind.Simple: return `${(this.source as DebugType).__debugTypeToString()} -> ${(this.target as… 794 case TypeMapKind.Array: return zipWith<DebugType, DebugType | string, unknown>( 795 this.sources as readonly DebugType[], 796 this.targets as readonly DebugType[] || map(this.sources, () => "any"), 801 …(s, t) => `${(s as DebugType).__debugTypeToString()} -> ${(t() as DebugType).__debugTypeToString()…
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Debug.cpp | 49 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() argument 55 if (d == DebugType) in isCurrentDebugType()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Debug.cpp | 50 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() argument 56 if (d == DebugType) in isCurrentDebugType()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | ScalarEvolutionExpander.h | 138 const char *DebugType; variable 151 DebugType = ""; 161 void setDebugType(const char* s) { DebugType = s; }
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ScoreboardHazardRecognizer.h | 91 const char *DebugType; variable
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
D | gl_enum_utils_autogen.h | 59 DebugType, enumerator
|
D | gl_enum_utils_autogen.cpp | 641 case GLenumGroup::DebugType: in GLenumToString()
|
D | capture_gles_3_2_autogen.cpp | 191 paramBuffer.addEnumParam("type", GLenumGroup::DebugType, ParamType::TGLenum, type); in CaptureDebugMessageControl() 228 paramBuffer.addEnumParam("type", GLenumGroup::DebugType, ParamType::TGLenum, type); in CaptureDebugMessageInsert()
|
D | capture_gles_ext_autogen.cpp | 8301 paramBuffer.addEnumParam("type", GLenumGroup::DebugType, ParamType::TGLenum, type); in CaptureDebugMessageControlKHR() 8338 paramBuffer.addEnumParam("type", GLenumGroup::DebugType, ParamType::TGLenum, type); in CaptureDebugMessageInsertKHR()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | COFF.h | 595 enum DebugType { enum
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | COFF.h | 645 enum DebugType : unsigned { enum
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
D | entry_points_gles_3_2_autogen.cpp | 266 GLenumToString(GLenumGroup::DebugType, type), in GL_DebugMessageControl() 302 GLenumToString(GLenumGroup::DebugType, type), id, in GL_DebugMessageInsert()
|
D | entry_points_gles_ext_autogen.cpp | 8237 GLenumToString(GLenumGroup::DebugType, type), in GL_DebugMessageControlKHR() 8273 GLenumToString(GLenumGroup::DebugType, type), id, in GL_DebugMessageInsertKHR()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 1990 DEBUG_WITH_TYPE(DebugType, dbgs() in replaceCongruentIVs() 2048 DEBUG_WITH_TYPE(DebugType, in replaceCongruentIVs() 2069 DEBUG_WITH_TYPE(DebugType, dbgs() << "INDVARS: Eliminated congruent iv: " in replaceCongruentIVs()
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_4_autogen.cpp | 4501 GLenumToString(GLenumGroup::DebugType, type), in GL_DebugMessageControl() 4537 GLenumToString(GLenumGroup::DebugType, type), id, in GL_DebugMessageInsert()
|