Home
last modified time | relevance | path

Searched defs:Note (Results 1 – 22 of 22) sorted by relevance

/external/google-breakpad/src/common/linux/
Delf_core_dump.cc42 ElfCoreDump::Note::Note() {} in Note() function in google_breakpad::ElfCoreDump::Note
44 ElfCoreDump::Note::Note(const MemoryRange& content) : content_(content) {} in Note() function in google_breakpad::ElfCoreDump::Note
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/guestbook/client/
Dguestbook.py36 class Note(messages.Message): class
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUTargetStreamer.cpp259 MCSectionELF *Note = OS.getContext().getELFSection(".note", ELF::SHT_NOTE, 0); in EmitDirectiveHSACodeObjectVersion() local
282 MCSectionELF *Note = OS.getContext().getELFSection(".note", ELF::SHT_NOTE, 0); in EmitDirectiveHSACodeObjectISA() local
/external/clang/include/clang/Frontend/
DSerializedDiagnostics.h46 Note, enumerator
/external/llvm/include/llvm/MC/MCParser/
DMCAsmParserExtension.h74 void Note(SMLoc L, const Twine &Msg) { in Note() function
/external/ImageMagick/coders/
Dfax.c270 *Note= in RegisterFAXImage() local
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/guestbook/server/
Dguestbook.py79 class Note(messages.Message): class
/external/clang/include/clang/Basic/
DDiagnosticOptions.h32 Note = 1 << 0, enumerator
DDiagnosticIDs.h120 Ignored, Note, Remark, Warning, Error, Fatal enumerator
DDiagnostic.h143 Note = DiagnosticIDs::Note, enumerator
/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp1515 for (const auto &Note : Diag.second) in emitDiagnostics() local
1571 PartialDiagnosticAt Note(LocLocked, S.PDiag(diag::note_locked_here) in handleMutexHeldEndOfScope() local
1585 PartialDiagnosticAt Note(Loc2, S.PDiag(diag::note_lock_exclusive_and_shared) in handleExclusiveAndShared() local
1629 PartialDiagnosticAt Note(Loc, S.PDiag(diag::note_found_mutex_near_match) in handleMutexNotHeld() local
1660 PartialDiagnosticAt Note(D->getLocation(), in handleMutexNotHeld() local
1729 for (const auto &Note : Diag.second) in emitDiagnostics() local
DSemaExpr.cpp6502 const PartialDiagnostic &Note, in SuggestParentheses()
12202 for (const PartialDiagnosticAt &Note : Notes) in VerifyIntegerConstantExpression() local
12210 for (const PartialDiagnosticAt &Note : Notes) in VerifyIntegerConstantExpression() local
DSemaChecking.cpp3684 const Sema::SemaDiagnosticBuilder &Note = in EmitFormatDiagnostic() local
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
DbtSoftBody.h297 struct Note : Element struct
299 const char* m_text; // Text
300 btVector3 m_offset; // Offset
301 int m_rank; // Rank
302 Node* m_nodes[4]; // Nodes
303 btScalar m_coords[4]; // Coordinates
/external/elfutils/libelf/
Dabstract.h162 #define Note(Bits, Ext) \ macro
/external/compiler-rt/lib/ubsan/
Dubsan_diag.cc100 const char *Note() const { return Black(); } in Note() function in __anonf9216c9e0111::Decorator
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp678 MCSection *Note = getContext().getELFSection(".note", ELF::SHT_NOTE, 0); in ParseDirectiveVersion() local
DAsmParser.cpp553 void AsmParser::Note(SMLoc L, const Twine &Msg, ArrayRef<SMRange> Ranges) { in Note() function in AsmParser
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
DbtSoftBody.java1699 static public class Note extends btSoftBody.Element { class in btSoftBody
1702 protected Note(final String className, long cPtr, boolean cMemoryOwn) { in Note() method in btSoftBody.Note
1708 public Note(long cPtr, boolean cMemoryOwn) { in Note() method in btSoftBody.Note
1784 public Note() { in Note() method in btSoftBody.Note
/external/clang/bindings/python/clang/
Dcindex.py303 Note = 1 variable in Diagnostic
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp180 void Note(SMLoc L, const Twine &Msg, ArrayRef<SMRange> Ranges = None) { in Note() function in __anonf55edb230111::ARMAsmParser
/external/clang/lib/AST/
DExprConstant.cpp678 OptionalDiagnostic Note(SourceLocation Loc, diag::kind DiagId) { in Note() function