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

12

/external/clang/include/clang/Frontend/
H A DTextDiagnosticBuffer.h31 DiagList Errors, Warnings, Remarks, Notes; member in class:clang::TextDiagnosticBuffer
42 const_iterator note_begin() const { return Notes.begin(); }
43 const_iterator note_end() const { return Notes.end(); }
H A DVerifyDiagnosticConsumer.h192 DirectiveList Notes; member in struct:clang::VerifyDiagnosticConsumer::ExpectedData
198 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/chromium_org/tools/grit/grit/
H A Dtclib_unittest.py95 'IBM Lotus Notes Plug-In\r\n'
97 'The Lotus Notes plug-in is included in the release of Google \r\n'
98 'Desktop for Enterprise. The IBM Lotus Notes Plug-in for Google \r\n'
100 'documents from Notes. Discussion documents including those from \r\n'
104 'document can be opened in Lotus Notes from the Google Desktop \r\n'
108 'Desktop setup process if Lotus Notes is already installed. Lotus \r\n'
109 'Notes must not be running in order for the install to occur. \r\n'
112 'set in the \'Google Desktop for Notes\' dialog reached through the \r\n'
119 'Notes Plug-in Known Issues\r\n'
122 'If the \'Google Desktop for Notes\' ite
[all...]
/external/clang/lib/Frontend/
H A DTextDiagnosticBuffer.cpp33 Notes.push_back(std::make_pair(Info.getLocation(), Buf.str()));
H A DVerifyDiagnosticConsumer.cpp340 DL = ED ? &ED->Notes : nullptr;
763 NumProblems += CheckLists(Diags, SourceMgr, "note", ED.Notes,
/external/libunwind/doc/
H A Dunw_getcontext.tex29 \section{Platform-specific Notes}
/external/mesa3d/src/egl/main/
H A DAndroid.mk130 # Notes about the order here:
/external/chromium_org/third_party/icu/source/test/perf/collationperf/
H A DCollPerf.pl210 <h3><i>Notes</i></h3>
/external/icu/icu4c/source/test/perf/collationperf/
H A DCollPerf.pl210 <h3><i>Notes</i></h3>
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
H A Didctllm_mmx.asm15 ; * Notes:
H A Dsubpixel_sse2.asm21 ; Notes: filter_block1d_h6 applies a 6 tap filter horizontally to the input pixels. The
151 ; Notes: filter_block1d_h6 applies a 6 tap filter horizontally to the input pixels. The
329 ; Notes: filter_block1d8_v6 applies a 6 tap filter vertically to the input pixels. The
424 ; 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/libvpx/libvpx/vp8/common/x86/
H A Didctllm_mmx.asm15 ; * Notes:
H A Dsubpixel_sse2.asm21 ; Notes: filter_block1d_h6 applies a 6 tap filter horizontally to the input pixels. The
151 ; Notes: filter_block1d_h6 applies a 6 tap filter horizontally to the input pixels. The
329 ; Notes: filter_block1d8_v6 applies a 6 tap filter vertically to the input pixels. The
424 ; 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/lib/AST/
H A DDecl.cpp2008 SmallVector<PartialDiagnosticAt, 8> Notes; local
2009 return evaluateValue(Notes);
2020 SmallVectorImpl<PartialDiagnosticAt> &Notes) const {
2042 this, Notes);
2059 Eval->IsICE = Result && Notes.empty();
2082 SmallVector<PartialDiagnosticAt, 8> Notes; local
2083 evaluateValue(Notes);
3531 /// completeDefinition - Notes that the definition of this type is now
H A DExprConstant.cpp1977 SmallVector<PartialDiagnosticAt, 8> Notes; local
1978 if (!VD->evaluateValue(Notes)) {
1980 Notes.size() + 1) << VD;
1982 Info.addNotes(Notes);
1986 Notes.size() + 1) << VD;
1988 Info.addNotes(Notes);
8166 SmallVectorImpl<PartialDiagnosticAt> &Notes) const {
8174 EStatus.Diag = &Notes;
/external/clang/lib/Sema/
H A DSemaTemplate.cpp4203 SmallVector<PartialDiagnosticAt, 8> Notes; local
4204 EvalResult.Diag = &Notes;
4212 if (Notes.size() == 1 && Notes[0].second.getDiagID() ==
4214 DiagLoc = Notes[0].first;
4215 Notes.clear();
4220 for (unsigned I = 0, N = Notes.size(); I != N; ++I)
4221 S.Diag(Notes[I].first, Notes[I].second);
H A DSemaOverload.cpp5057 SmallVector<PartialDiagnosticAt, 8> Notes; local
5059 Eval.Diag = &Notes;
5068 if (Notes.empty()) {
5075 if (Notes.size() == 1 &&
5076 Notes[0].second.getDiagID() == diag::note_invalid_subexpr_in_const_expr)
5077 Diag(Notes[0].first, diag::err_expr_not_cce) << CCE;
5081 for (unsigned I = 0; I < Notes.size(); ++I)
5082 Diag(Notes[I].first, Notes[I].second);
8467 // Notes th
[all...]
H A DSemaExpr.cpp11156 SmallVector<PartialDiagnosticAt, 8> Notes; local
11157 EvalResult.Diag = &Notes;
11167 if (Folded && getLangOpts().CPlusPlus11 && Notes.empty()) {
11176 if (Notes.size() == 1 && Notes[0].second.getDiagID() ==
11178 DiagLoc = Notes[0].first;
11179 Notes.clear();
11185 for (unsigned I = 0, N = Notes.size(); I != N; ++I)
11186 Diag(Notes[I].first, Notes[
[all...]
H A DSemaDecl.cpp9179 SmallVector<PartialDiagnosticAt, 8> Notes; local
9180 if (!var->evaluateValue(Notes) || !var->isInitICE()) {
9184 if (Notes.size() == 1 && Notes[0].second.getDiagID() ==
9186 DiagLoc = Notes[0].first;
9187 Notes.clear();
9191 for (unsigned I = 0, N = Notes.size(); I != N; ++I)
9192 Diag(Notes[I].first, Notes[I].second);
/external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/
H A Ddynamic-loading.rst96 **Notes:**
210 With a few exceptions (listed in the :ref:`Release Notes
/external/clang/include/clang/AST/
H A DDecl.h1052 APValue *evaluateValue(SmallVectorImpl<PartialDiagnosticAt> &Notes) const;
3170 /// completeDefinition - Notes that the definition of this type is
H A DExpr.h614 SmallVectorImpl<PartialDiagnosticAt> &Notes) const;
1652 /// Notes on various nodes:

Completed in 533 milliseconds

12