Searched refs:Explanation (Results 1 – 9 of 9) sorted by relevance
121 Expected<std::string> Explanation = Rule.Metadata[I]->eval(Result); in check() local122 if (!Explanation) { in check()124 << llvm::toString(Explanation.takeError()) << "\n"; in check()131 diag((*Edits)[0].Range.getBegin(), escapeForDiagnostic(*Explanation)); in check()
92 std::string Explanation; in explainPredicates() 96 Explanation += in explainPredicates() 101 Explanation += " always-true"; in explainPredicates() 103 Explanation += " immediate"; in explainPredicates() 106 Explanation += " unindexed"; in explainPredicates() 109 Explanation += " non-extload"; in explainPredicates() 111 Explanation += " extload"; in explainPredicates() 113 Explanation += " sextload"; in explainPredicates() 115 Explanation += " zextload"; in explainPredicates() 118 Explanation in explainPredicates() 93 std::string Explanation; explainPredicates() local 197 std::string Explanation; isTrivialOperatorNode() local [all...]
27 ; Explanation for lshr is pretty much the reverse of shl.
14 ; Explanation of the test case:
62 Selection. Explanation of the thinking behind some operators is listed here:
27 static void expectFailure(StringRef JSONDatabase, StringRef Explanation) { in expectFailure() argument32 << "Expected an error because of: " << Explanation.str(); in expectFailure()
111 std::string Explanation) in UnsatisfiedSymbolDependencies() 114 Explanation(std::move(Explanation)) {}123 if (!Explanation.empty()) in log() 124 OS << " (" << Explanation << ")"; in log() 110 UnsatisfiedSymbolDependencies(std::shared_ptr<SymbolStringPool> SSP,JITDylibSP JD,SymbolNameSet FailedSymbols,SymbolDependenceMap BadDeps,std::string Explanation) UnsatisfiedSymbolDependencies() argument
464 std::string Explanation);473 std::string Explanation;457 std::string Explanation; global() variable
259 Explanation258 Explanation global() section in Virtual Function Support