/external/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()
|
/external/llvm/include/llvm/ADT/ |
D | Statistic.h | 40 const char *DebugType; 47 const char *getDebugType() const { return DebugType; } in getDebugType() 53 DebugType = debugtype; in construct()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | Statistic.h | 50 const char *DebugType; 57 const char *getDebugType() const { return DebugType; } in getDebugType() 63 DebugType = debugtype; in construct()
|
/external/grpc-grpc/examples/csharp/RouteGuide/RouteGuideClient/ |
D | RouteGuideClient.csproj | 6 <DebugType>portable</DebugType>
|
/external/grpc-grpc/examples/csharp/Helloworld/GreeterServer/ |
D | GreeterServer.csproj | 6 <DebugType>portable</DebugType>
|
/external/grpc-grpc/examples/csharp/RouteGuide/RouteGuideServer/ |
D | RouteGuideServer.csproj | 6 <DebugType>portable</DebugType>
|
/external/grpc-grpc/examples/csharp/Helloworld/GreeterClient/ |
D | GreeterClient.csproj | 6 <DebugType>portable</DebugType>
|
/external/grpc-grpc/examples/csharp/Helloworld/Greeter/ |
D | Greeter.csproj | 6 <DebugType>portable</DebugType>
|
/external/grpc-grpc/examples/csharp/RouteGuide/RouteGuide/ |
D | RouteGuide.csproj | 6 <DebugType>portable</DebugType>
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | ScoreboardHazardRecognizer.cpp | 29 #define DEBUG_TYPE DebugType 34 : ScheduleHazardRecognizer(), DebugType(ParentDebugType), ItinData(II), in ScoreboardHazardRecognizer() 36 (void)DebugType; in ScoreboardHazardRecognizer()
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | ScalarEvolutionExpander.h | 76 const char *DebugType; variable 88 DebugType = ""; 93 void setDebugType(const char* s) { DebugType = s; }
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | Debug.cpp | 88 bool llvm::isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() argument 89 return CurrentDebugType.empty() || DebugType == CurrentDebugType; in isCurrentDebugType()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | ScoreboardHazardRecognizer.cpp | 16 #define DEBUG_TYPE ::llvm::ScoreboardHazardRecognizer::DebugType 28 const char *ScoreboardHazardRecognizer::DebugType = ""; member in ScoreboardHazardRecognizer 39 DebugType = ParentDebugType; in ScoreboardHazardRecognizer()
|
/external/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()
|
/external/llvm/lib/Support/ |
D | Debug.cpp | 49 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() argument 55 if (d == DebugType) in isCurrentDebugType()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | Debug.cpp | 51 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() argument 57 if (d == DebugType) in isCurrentDebugType()
|
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolutionExpander.h | 127 const char *DebugType; variable 140 DebugType = ""; 150 void setDebugType(const char* s) { DebugType = s; }
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | ScalarEvolutionExpander.h | 135 const char *DebugType; variable 148 DebugType = ""; 158 void setDebugType(const char* s) { DebugType = s; }
|
/external/llvm/lib/CodeGen/ |
D | ScoreboardHazardRecognizer.cpp | 26 #define DEBUG_TYPE DebugType 31 : ScheduleHazardRecognizer(), DebugType(ParentDebugType), ItinData(II), in ScoreboardHazardRecognizer()
|
/external/lzma/CS/7zip/Compress/LzmaAlone/ |
D | LzmaAlone.csproj | 15 <DebugType>full</DebugType>
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | ScoreboardHazardRecognizer.h | 92 const char *DebugType; variable
|
/external/llvm/include/llvm/CodeGen/ |
D | ScoreboardHazardRecognizer.h | 88 const char *DebugType; variable
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ScoreboardHazardRecognizer.h | 90 static const char *DebugType; variable
|
/external/clang/lib/Frontend/ |
D | PrintPreprocessedOutput.cpp | 134 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override; 425 StringRef DebugType) { in PragmaDebug() argument 430 OS << DebugType; in PragmaDebug()
|
/external/google-fruit/include/fruit/impl/meta/ |
D | basics.h | 235 using DebugType = typename DebugTypeHelper<T>::type;
|