/external/llvm-project/clang/test/Modules/ |
D | diagnose-missing-import.m | 2 // RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -I%S/Inputs/diagnose-missing-import \ 11 // expected-note@Inputs/diagnose-missing-import/a.h:5 {{declaration here is not visible}} 12 // expected-note@Inputs/diagnose-missing-import/a.h:5 {{declaration here is not visible}} 13 // expected-note@Inputs/diagnose-missing-import/a.h:6 {{declaration here is not visible}}
|
D | interface-diagnose-missing-import.m | 2 …es -fimplicit-module-maps -fmodules-cache-path=%t -F%S/Inputs/interface-diagnose-missing-import -v…
|
/external/llvm/lib/IR/ |
D | DiagnosticInfo.cpp | 200 Ctx.diagnose(DiagnosticInfoOptimizationRemark(PassName, Fn, DLoc, Msg)); in emitOptimizationRemark() 207 Ctx.diagnose(DiagnosticInfoOptimizationRemarkMissed(PassName, Fn, DLoc, Msg)); in emitOptimizationRemarkMissed() 215 Ctx.diagnose( in emitOptimizationRemarkAnalysis() 224 Ctx.diagnose(DiagnosticInfoOptimizationRemarkAnalysisFPCommute(PassName, Fn, in emitOptimizationRemarkAnalysisFPCommute() 233 Ctx.diagnose(DiagnosticInfoOptimizationRemarkAnalysisAliasing(PassName, Fn, in emitOptimizationRemarkAnalysisAliasing() 254 Ctx.diagnose(DiagnosticInfoOptimizationFailure( in emitLoopVectorizeWarning() 260 Ctx.diagnose(DiagnosticInfoOptimizationFailure( in emitLoopInterleaveWarning()
|
D | LLVMContext.cpp | 219 diagnose(DiagnosticInfoInlineAsm(ErrorStr)); in emitError() 224 diagnose(DiagnosticInfoInlineAsm(*I, ErrorStr)); in emitError() 253 void LLVMContext::diagnose(const DiagnosticInfo &DI) { in diagnose() function in LLVMContext 274 diagnose(DiagnosticInfoInlineAsm(LocCookie, ErrorStr)); in emitError()
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | misc-non-private-member-variables-in-classes.rst | 10 non-static member functions and diagnose all data members declared with a 25 Allows to ignore (not diagnose) **all** the member variables declared with
|
D | openmp-use-default-none.rst | 47 // specified, but with ``shared`` kind, which is not ``none``, diagnose. 56 // specified, but with ``firstprivate`` kind, which is not ``none``, diagnose.
|
D | modernize-use-override.rst | 28 If set to `true`, this check will not diagnose destructors. Default is `false`. 32 If set to `true`, this check will not diagnose ``override`` as redundant
|
D | abseil-str-cat-append.rst | 16 Does not diagnose cases where ``absl::StrCat()`` is used as a template
|
D | readability-redundant-access-specifiers.rst | 34 If set to `true`, the check will also diagnose if the first access
|
D | misc-misplaced-const.rst | 22 The check does not diagnose when the underlying ``typedef``/``using`` type is a
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | LLVMContext.cpp | 177 diagnose(DiagnosticInfoInlineAsm(ErrorStr)); in emitError() 182 diagnose(DiagnosticInfoInlineAsm(*I, ErrorStr)); in emitError() 215 void LLVMContext::diagnose(const DiagnosticInfo &DI) { in diagnose() function in LLVMContext 239 diagnose(DiagnosticInfoInlineAsm(LocCookie, ErrorStr)); in emitError()
|
/external/llvm-project/llvm/lib/IR/ |
D | LLVMContext.cpp | 204 diagnose(DiagnosticInfoInlineAsm(ErrorStr)); in emitError() 209 diagnose(DiagnosticInfoInlineAsm(*I, ErrorStr)); in emitError() 242 void LLVMContext::diagnose(const DiagnosticInfo &DI) { in diagnose() function in LLVMContext 266 diagnose(DiagnosticInfoInlineAsm(LocCookie, ErrorStr)); in emitError()
|
/external/linux-kselftest/tools/testing/selftests/drivers/net/netdevsim/ |
D | devlink.sh | 323 devlink health diagnose $DL_HANDLE reporter empty >/dev/null 403 local diagnose=$(devlink health diagnose $DL_HANDLE reporter dummy -j -p) 406 local rcvrd_break_msg=$(echo $diagnose | jq -r ".recovered_break_message")
|
/external/llvm-project/clang/test/Modules/Inputs/interface-diagnose-missing-import/Foo.framework/Modules/ |
D | module.modulemap | 1 // interface-diagnose-missing-import/Foo.framework/Modules/module.modulemap
|
/external/ltp/testcases/realtime/func/measurement/ |
D | README | 2 to be tools to diagnose problems if gtod_latency results are
|
/external/llvm-project/polly/lib/Transform/ |
D | DeLICM.cpp | 1216 S->getFunction().getContext().diagnose(R); in computeZone() 1249 S->getFunction().getContext().diagnose(R); in greedyCollapse() 1259 S->getFunction().getContext().diagnose(R); in greedyCollapse() 1271 S->getFunction().getContext().diagnose(R); in greedyCollapse() 1282 S->getFunction().getContext().diagnose(R); in greedyCollapse() 1306 S->getFunction().getContext().diagnose(R); in greedyCollapse() 1320 S->getFunction().getContext().diagnose(R); in greedyCollapse()
|
/external/llvm-project/llvm/lib/Target/RISCV/ |
D | RISCVFrameLowering.cpp | 48 Ctx.diagnose(DiagnosticInfoUnsupported{ in emitSCSPrologue() 55 Ctx.diagnose(DiagnosticInfoUnsupported{ in emitSCSPrologue() 96 Ctx.diagnose(DiagnosticInfoUnsupported{ in emitSCSEpilogue() 103 Ctx.diagnose(DiagnosticInfoUnsupported{ in emitSCSEpilogue() 381 MF.getFunction().getContext().diagnose(DiagnosticInfoUnsupported{ in emitPrologue() 432 MF.getFunction().getContext().diagnose(DiagnosticInfoUnsupported{ in emitPrologue()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | ResetMachineFunctionPass.cpp | 72 F.getContext().diagnose(DiagFallback); in runOnMachineFunction()
|
D | MachineOptimizationRemarkEmitter.cpp | 62 Ctx.diagnose(OptDiag); in emit()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ResetMachineFunctionPass.cpp | 72 F.getContext().diagnose(DiagFallback); in runOnMachineFunction()
|
D | MachineOptimizationRemarkEmitter.cpp | 62 Ctx.diagnose(OptDiag); in emit()
|
/external/rust/cxx/gen/src/ |
D | error.rs | 153 let diagnostic = diagnose(file, start_offset..end_offset, error); in display_syn_error() 159 fn diagnose(file: usize, range: Range<usize>, error: syn::Error) -> Diagnostic<usize> { in diagnose() function
|
/external/llvm-project/clang/test/Parser/ |
D | cxx-modules-interface.cppm | 8 // FIXME: diagnose missing module-declaration when building module interface
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | PGOInstrumentation.cpp | 608 Ctx.diagnose( in readCounters() 771 Ctx.diagnose( in annotateIndirectCallSites() 860 Ctx.diagnose( in annotateAllFunctions() 869 Ctx.diagnose(DiagnosticInfoPGOProfile(ProfileFileName.data(), in annotateAllFunctions() 875 Ctx.diagnose(DiagnosticInfoPGOProfile( in annotateAllFunctions()
|
/external/tensorflow/.github/ISSUE_TEMPLATE/ |
D | 40-tflite-op-request.md | 28 Include any logs or source code that would be helpful to diagnose the problem.
|