Searched refs:Notes (Results 1 - 24 of 24) sorted by relevance

/external/clang/include/clang/Frontend/
H A DTextDiagnosticBuffer.h31 DiagList Errors, Warnings, Notes; member in class:clang::TextDiagnosticBuffer
39 const_iterator note_begin() const { return Notes.begin(); }
40 const_iterator note_end() const { return Notes.end(); }
H A DVerifyDiagnosticConsumer.h160 DirectiveList Notes; member in struct:clang::VerifyDiagnosticConsumer::ExpectedData
165 llvm::DeleteContainerPointers(Notes);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
H A DbuildNotes.php21 echo "<title>Build Notes for $buildType $buildName </title>";
28 <p><b><font face="Verdana" size="+3">Build Notes</font></b> </p>
33 Build Notes for <?php echo "$buildType $buildName"; ?></font></b></td>
/external/clang/lib/Frontend/
H A DTextDiagnosticBuffer.cpp33 Notes.push_back(std::make_pair(Info.getLocation(), Buf.str()));
H A DVerifyDiagnosticConsumer.cpp290 DL = ED ? &ED->Notes : NULL;
624 NumProblems += CheckLists(Diags, SourceMgr, "note", ED.Notes,
727 ED.Notes.clear();
/external/libvpx/examples/includes/geshi/geshi/
H A Dlotusformulas.php12 * @Formula/@Command source: IBM Lotus Notes/Domino 8 Designer Help
43 'LANG_NAME' => 'Lotus Notes @Formulas',
H A Dlotusscript.php12 * LotusScript source: IBM Lotus Notes/Domino 8 Designer Help
/external/icu4c/test/perf/collationperf/
H A DCollPerf.pl210 <h3><i>Notes</i></h3>
/external/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1024 const OptionalNotes &Notes = I->second; local
1025 for (unsigned NoteI = 0, NoteN = Notes.size(); NoteI != NoteN; ++NoteI)
1026 S.Diag(Notes[NoteI].first, Notes[NoteI].second);
H A DSemaTemplate.cpp3596 llvm::SmallVector<PartialDiagnosticAt, 8> Notes; local
3597 EvalResult.Diag = &Notes;
3605 if (Notes.size() == 1 && Notes[0].second.getDiagID() ==
3607 DiagLoc = Notes[0].first;
3608 Notes.clear();
3613 for (unsigned I = 0, N = Notes.size(); I != N; ++I)
3614 S.Diag(Notes[I].first, Notes[I].second);
H A DSemaDecl.cpp7070 llvm::SmallVector<PartialDiagnosticAt, 8> Notes; local
7071 if (!var->evaluateValue(Notes) || !var->isInitICE()) {
7075 if (Notes.size() == 1 && Notes[0].second.getDiagID() ==
7077 DiagLoc = Notes[0].first;
7078 Notes.clear();
7082 for (unsigned I = 0, N = Notes.size(); I != N; ++I)
7083 Diag(Notes[I].first, Notes[I].second);
H A DSemaOverload.cpp4926 llvm::SmallVector<PartialDiagnosticAt, 8> Notes; local
4928 Eval.Diag = &Notes;
4937 if (Notes.empty()) {
4944 if (Notes.size() == 1 &&
4945 Notes[0].second.getDiagID() == diag::note_invalid_subexpr_in_const_expr)
4946 Diag(Notes[0].first, diag::err_expr_not_cce) << CCE;
4950 for (unsigned I = 0; I < Notes.size(); ++I)
4951 Diag(Notes[I].first, Notes[I].second);
7938 // Notes th
[all...]
H A DSemaExpr.cpp9986 llvm::SmallVector<PartialDiagnosticAt, 8> Notes; local
9987 EvalResult.Diag = &Notes;
9997 if (Folded && getLangOpts().CPlusPlus0x && Notes.empty()) {
10006 if (Notes.size() == 1 && Notes[0].second.getDiagID() ==
10008 DiagLoc = Notes[0].first;
10009 Notes.clear();
10015 for (unsigned I = 0, N = Notes.size(); I != N; ++I)
10016 Diag(Notes[I].first, Notes[
[all...]
/external/clang/lib/AST/
H A DDecl.cpp1428 llvm::SmallVector<PartialDiagnosticAt, 8> Notes; local
1429 return evaluateValue(Notes);
1433 llvm::SmallVectorImpl<PartialDiagnosticAt> &Notes) const {
1455 this, Notes);
1468 Eval->IsICE = Result && Notes.empty();
1491 llvm::SmallVector<PartialDiagnosticAt, 8> Notes; local
1492 evaluateValue(Notes);
2758 /// completeDefinition - Notes that the definition of this type is now
H A DExprConstant.cpp1465 llvm::SmallVector<PartialDiagnosticAt, 8> Notes; local
1466 if (!VD->evaluateValue(Notes)) {
1468 Notes.size() + 1) << VD;
1470 Info.addNotes(Notes);
1474 Notes.size() + 1) << VD;
1476 Info.addNotes(Notes);
6310 llvm::SmallVectorImpl<PartialDiagnosticAt> &Notes) const {
6318 EStatus.Diag = &Notes;
/external/libvpx/vp8/common/x86/
H A Didctllm_mmx.asm15 ; * Notes:
H A Dsubpixel_sse2.asm20 ; Notes: filter_block1d_h6 applies a 6 tap filter horizontally to the input pixels. The
150 ; Notes: filter_block1d_h6 applies a 6 tap filter horizontally to the input pixels. The
328 ; Notes: filter_block1d8_v6 applies a 6 tap filter vertically to the input pixels. The
423 ; Notes: filter_block1d16_v6 applies a 6 tap filter vertically to the input pixels. The
H A Dsubpixel_ssse3.asm20 ; Notes: filter_block1d_h6 applies a 6 tap filter horizontally to the input pixels. The
/external/clang/include/clang/AST/
H A DDecl.h1094 llvm::SmallVectorImpl<PartialDiagnosticAt> &Notes) const;
3025 /// completeDefinition - Notes that the definition of this type is
H A DExpr.h536 llvm::SmallVectorImpl<PartialDiagnosticAt> &Notes) const;
1534 /// Notes on various nodes:
/external/dropbear/libtommath/
H A Dbn.tex265 \hline \textbf{Criteria} & \textbf{Pro} & \textbf{Con} & \textbf{Notes} \\
/external/icu4c/
H A Dconfigure9129 echo "=== Important Notes: ==="
H A Dconfigure.orig9094 echo "=== Important Notes: ==="
/external/dropbear/libtomcrypt/
H A Dcrypt.tex635 \subsection{Notes}
633 \\subsection{Notes} subsubsection

Completed in 515 milliseconds