Searched defs:issue (Results 1 - 2 of 2) sorted by relevance

/external/slf4j/slf4j-jdk14/src/test/java/org/slf4j/issue/
H A DLoggerSerializationTest.java25 package org.slf4j.issue;
/external/v8/tools/clang/plugins/
H A DFindBadConstructsConsumer.cpp706 // If there are issues, update |loc| with the SourceLocation of the issue
787 unsigned FindBadConstructsConsumer::DiagnosticForIssue(RefcountIssue issue) { argument
788 switch (issue) {
794 assert(false && "Do not call DiagnosticForIssue with issue None");
829 RefcountIssue issue = CheckRecordForRefcountIssue(record, loc); local
830 if (issue != None) {
831 diagnostic().Report(loc, DiagnosticForIssue(issue));
890 issue = CheckRecordForRefcountIssue(problem_record, loc);
892 if (issue == ImplicitDestructor) {
897 } else if (issue
[all...]

Completed in 160 milliseconds