/external/llvm-project/clang-tools-extra/clang-tidy/utils/ |
D | TransformerClangTidyCheck.cpp | 20 return C.Explanation != nullptr; in hasExplanation() 92 Expected<std::string> Explanation = Case.Explanation->eval(Result); in check() local 93 if (!Explanation) { in check() 95 << llvm::toString(Explanation.takeError()) << "\n"; in check() 100 DiagnosticBuilder Diag = diag((*Edits)[0].Range.getBegin(), *Explanation); in check()
|
/external/llvm-project/clang/include/clang/Tooling/Transformer/ |
D | RewriteRule.h | 280 TextGenerator Explanation; member 291 EditGenerator Edits, TextGenerator Explanation = nullptr); 296 TextGenerator Explanation = nullptr) { 298 std::move(Explanation)); 304 TextGenerator Explanation = nullptr) { 305 return makeRule(std::move(M), edit(std::move(Edit)), std::move(Explanation));
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | pattern_matcher_test.cc | 501 string Explanation(Elem* elem, const Pattern& pattern) { in Explanation() function 508 string Explanation(const std::unique_ptr<Elem>& elem, const Pattern& pattern) { in Explanation() function 509 return Explanation(elem.get(), pattern); in Explanation() 512 string Explanation(const Elem& elem, const Pattern& pattern) { in Explanation() function 513 return Explanation(&elem, pattern); in Explanation() 532 EXPECT_EQ(Explanation((elem), (pattern)), expected_explanation); \ 868 EXPECT_EQ(Explanation(HloInstruction::CreateParameter( in TEST_F() 913 EXPECT_EQ(Explanation(param.get(), m::Op().WithOneUse()), in TEST_F() 915 EXPECT_EQ(Explanation(param.get(), m::Op().WithOneUser()), in TEST_F() 924 EXPECT_EQ(Explanation(param.get(), m::Op().WithOneUse()), in TEST_F()
|
/external/llvm-project/llvm/utils/TableGen/ |
D | GlobalISelEmitter.cpp | 204 std::string Explanation = ""; in explainPredicates() local 208 Explanation += in explainPredicates() 213 Explanation += " always-true"; in explainPredicates() 215 Explanation += " immediate"; in explainPredicates() 218 Explanation += " unindexed"; in explainPredicates() 221 Explanation += " non-extload"; in explainPredicates() 223 Explanation += " extload"; in explainPredicates() 225 Explanation += " sextload"; in explainPredicates() 227 Explanation += " zextload"; in explainPredicates() 230 Explanation += " non-truncstore"; in explainPredicates() [all …]
|
/external/eigen/ |
D | INSTALL | 4 Explanation before starting
|
/external/eigen/doc/ |
D | FixedSizeVectorizable.dox | 24 \section FixedSizeVectorizable_explanation Explanation
|
D | QuickStartGuide.dox | 38 \section GettingStartedExplanation Explanation of the first program 67 \section GettingStartedExplanation2 Explanation of the second example
|
D | StlContainers.dox | 57 <span class="note">\b Explanation: The resize() method of std::vector takes a value_type argument (…
|
D | WrongStackAlignment.dox | 44 Explanation: this tells GCC that the stack is only required to be aligned to 2^2=4 bytes, so that G…
|
D | TemplateKeyword.dox | 71 \section TopicTemplateKeywordExplanation Explanation
|
D | UnalignedArrayAssert.dox | 3 /** \eigenManualPage TopicUnalignedArrayAssert Explanation of the assertion on unaligned arrays
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | shift-i64.ll | 27 ; Explanation for lshr is pretty much the reverse of shl.
|
/external/tensorflow/tensorflow/python/tpu/ |
D | tensor_tracer.proto | 14 // * Explanation for why the tensor is traced or not.
|
/external/llvm-project/clang/lib/Tooling/Transformer/ |
D | RewriteRule.cpp | 165 TextGenerator Explanation) { in makeRule() argument 167 std::move(Explanation)}}}; in makeRule()
|
/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | README.txt | 68 bignum.txt -> Explanation of the Fast Number Theoretic Transform (FNT).
|
/external/clang/unittests/Tooling/ |
D | CompilationDatabaseTest.cpp | 23 static void expectFailure(StringRef JSONDatabase, StringRef Explanation) { in expectFailure() argument 27 << "Expected an error because of: " << Explanation.str(); in expectFailure()
|
/external/python/cpython2/Misc/ |
D | gdbinit | 116 # Explanation of while and if tests: We want to pop up the stack until we
|
/external/python/cpython3/Misc/ |
D | gdbinit | 124 # Explanation of while and if tests: We want to pop up the stack until we
|
/external/curl/tests/data/ |
D | test2027 | 14 Explanation for the duplicate 400 requests:
|
D | test2030 | 18 Explanation for the duplicate 400 requests:
|
/external/llvm-project/clang/unittests/Tooling/ |
D | CompilationDatabaseTest.cpp | 27 static void expectFailure(StringRef JSONDatabase, StringRef Explanation) { in expectFailure() argument 32 << "Expected an error because of: " << Explanation.str(); in expectFailure()
|
/external/grpc-grpc/doc/ |
D | combiner-explainer.md | 1 # Combiner Explanation
|
/external/llvm-project/mlir/docs/Dialects/ |
D | TOSA.md | 62 Selection. Explanation of the thinking behind some operators is listed here:
|
/external/parameter-framework/upstream/tools/xmlGenerator/ |
D | README.md | 207 *Explanation:*
|
/external/tensorflow/tensorflow/core/framework/ |
D | op_def.proto | 167 // Explanation of why it was deprecated and what to use instead.
|