/llvm-project/clang/test/SemaObjC/ |
H A D | check-dup-objc-decls-1.m | 39 @protocol DP<P> @end protocol 42 @protocol DP<Q> @end protocol
|
/llvm-project/offload/test/offloading/ |
H A D | malloc.c | 8 long unsigned *DP = 0; in main() local
|
H A D | malloc_parallel.c | 9 long unsigned **DP = 0; in main() local
|
/llvm-project/offload/include/Shared/ |
H A D | Debug.h | 158 #define DP(...) \ macro 177 #define DP(...) \ macro
|
/llvm-project/libcxx/test/std/utilities/utility/mem.res/mem.res.aliases/ |
H A D | header_unordered_set_synop.pass.cpp | 41 using DP = std::equal_to<V>; in main() typedef
|
H A D | header_unordered_map_synop.pass.cpp | 42 using DP = std::equal_to<K>; in main() typedef
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | easily-swappable-parameters-implicits.c | 76 void pointeeConversion(int *IP, double *DP) { pointeeConversion(DP, IP); } in pointeeConversion()
|
H A D | easily-swappable-parameters-implicits.cpp | 256 void pointeeConverison(int *IP, double *DP) {} // NO-WARN. in pointeeConverison() 273 void pointerConversion3(PointerBox PB, double *DP) {} // NO-WARN: Not convertible. in pointerConversion3() 278 void pointerConversion4(Base *BP, Derived *DP) {} // NO-WARN: One-way. in pointerConversion4()
|
/llvm-project/llvm/tools/llc/ |
H A D | NewPMDriver.cpp | 82 DiagnosticPrinterRawOStream DP(errs()); handleDiagnostics() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | delete-and-function-templates.cpp | 122 double *DP = foo(3.14); variable
|
/llvm-project/llvm/tools/llvm-dis/ |
H A D | llvm-dis.cpp | 153 DiagnosticPrinterRawOStream DP(OS); handleDiagnostics() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenAction.cpp | 650 DiagnosticPrinterRawOStream DP(MsgStream); UnsupportedDiagHandler() local 687 DiagnosticPrinterRawOStream DP(MsgStream); EmitOptimizationMessage() local 892 DiagnosticPrinterRawOStream DP(Stream); DiagnosticHandlerImpl() local
|
/llvm-project/flang/include/flang/Parser/ |
H A D | format-specification.h | 97 DP, enumerator
|
/llvm-project/flang/include/flang/Common/ |
H A D | format.h | 41 ENUM_CLASS(TokenKind, None, A, B, BN, BZ, D, DC, DP, DT, E, EN, ES, EX, F, G, I, in ENUM_CLASS() argument
|
/llvm-project/llvm/tools/llvm-lto2/ |
H A D | llvm-lto2.cpp | 370 DiagnosticPrinterRawOStream DP(errs()); run() local
|
/llvm-project/llvm/unittests/IR/ |
H A D | ModuleTest.cpp | 59 } DP; TEST() local
|
/llvm-project/llvm/tools/llvm-link/ |
H A D | llvm-link.cpp | 312 DiagnosticPrinterRawOStream DP(errs()); in handleDiagnostics() local
|
/llvm-project/llvm/lib/IR/ |
H A D | LLVMContext.cpp | 278 DiagnosticPrinterRawOStream DP(errs()); diagnose() local
|
/llvm-project/llvm/tools/lto/ |
H A D | lto.cpp | 76 DiagnosticPrinterRawOStream DP(errs()); handleDiagnostics() local 84 DiagnosticPrinterRawOStream DP(Stream); handleDiagnostics() local
|
/llvm-project/llvm/lib/LTO/ |
H A D | LTOCodeGenerator.cpp | 716 DiagnosticPrinterRawOStream DP(Stream); DiagnosticHandler() local
|
/llvm-project/bolt/lib/Passes/ |
H A D | ReorderAlgorithm.cpp | 427 std::vector<std::vector<int64_t>> DP; in reorderBasicBlocks() local
|
/llvm-project/llvm/unittests/Support/ |
H A D | Casting.cpp | 228 auto DP = dyn_cast<derived_nocast>(BP2); in TEST() local
|
/llvm-project/llvm/tools/gold/ |
H A D | gold-plugin.cpp | 490 DiagnosticPrinterRawOStream DP(OS); diagnosticHandler() local
|
/llvm-project/llvm/tools/llvm-lto/ |
H A D | llvm-lto.cpp | 329 DiagnosticPrinterRawOStream DP(OS); in handleDiagnostics() local
|
/llvm-project/clang/lib/Parse/ |
H A D | Parser.cpp | 1359 if (SkipFunctionBodies && (!DP || Actions.canSkipFunctionBody(DP)) && in ParseFunctionDefinition() local
|