HomeSort by relevance Sort by last modified time
    Searched refs:LLVM_NOEXCEPT (Results 1 - 22 of 22) sorted by null

  /external/llvm/tools/obj2yaml/
Error.cpp 18 const char *name() const LLVM_NOEXCEPT override;
23 const char *_obj2yaml_error_category::name() const LLVM_NOEXCEPT {
  /external/llvm/tools/llvm-readobj/
Error.cpp 22 const char* name() const LLVM_NOEXCEPT override;
27 const char *_readobj_error_category::name() const LLVM_NOEXCEPT {
  /external/llvm/tools/llvm-cxxdump/
Error.cpp 22 const char *name() const LLVM_NOEXCEPT override { return "llvm.cxxdump"; }
  /external/llvm/lib/Object/
Error.cpp 24 const char* name() const LLVM_NOEXCEPT override;
29 const char *_object_error_category::name() const LLVM_NOEXCEPT {
  /external/clang/include/clang/AST/
Attr.h 59 void *operator new(size_t bytes) LLVM_NOEXCEPT {
62 void operator delete(void *data) LLVM_NOEXCEPT {
69 size_t Alignment = 8) LLVM_NOEXCEPT {
73 size_t Alignment) LLVM_NOEXCEPT {
Stmt.h 74 void *operator new(size_t bytes) LLVM_NOEXCEPT {
77 void operator delete(void *data) LLVM_NOEXCEPT {
275 void *operator new(size_t bytes, void *mem) LLVM_NOEXCEPT { return mem; }
277 void operator delete(void *, const ASTContext &, unsigned) LLVM_NOEXCEPT {}
278 void operator delete(void *, const ASTContext *, unsigned) LLVM_NOEXCEPT {}
279 void operator delete(void *, size_t) LLVM_NOEXCEPT {}
280 void operator delete(void *, void *) LLVM_NOEXCEPT {}
    [all...]
  /external/clang/include/clang/Lex/
PreprocessingRecord.h 36 unsigned alignment = 8) LLVM_NOEXCEPT;
40 unsigned) LLVM_NOEXCEPT;
102 unsigned alignment = 8) LLVM_NOEXCEPT {
106 void *operator new(size_t bytes, void *mem) LLVM_NOEXCEPT { return mem; }
109 unsigned alignment) LLVM_NOEXCEPT {
113 void operator delete(void *, std::size_t) LLVM_NOEXCEPT {}
114 void operator delete(void *, void *) LLVM_NOEXCEPT {}
118 void *operator new(size_t bytes) LLVM_NOEXCEPT;
119 void operator delete(void *data) LLVM_NOEXCEPT;
527 unsigned alignment) LLVM_NOEXCEPT {
    [all...]
Preprocessor.h 420 MacroState(MacroState &&O) LLVM_NOEXCEPT : State(O.State) {
423 MacroState &operator=(MacroState &&O) LLVM_NOEXCEPT {
    [all...]
  /external/llvm/include/llvm/MC/
MCContext.h 557 size_t Alignment = 8) LLVM_NOEXCEPT {
567 size_t) LLVM_NOEXCEPT {
591 size_t Alignment = 8) LLVM_NOEXCEPT {
601 inline void operator delete[](void *Ptr, llvm::MCContext &C) LLVM_NOEXCEPT {
  /external/llvm/lib/ProfileData/
SampleProf.cpp 24 const char *name() const LLVM_NOEXCEPT override { return "llvm.sampleprof"; }
CoverageMapping.cpp 496 const char *name() const LLVM_NOEXCEPT override { return "llvm.coveragemap"; }
InstrProf.cpp 27 const char *name() const LLVM_NOEXCEPT override { return "llvm.instrprof"; }
  /external/llvm/include/llvm/Support/
Compiler.h 70 #define LLVM_NOEXCEPT noexcept
72 #define LLVM_NOEXCEPT throw()
YAMLParser.h 148 size_t Alignment = 16) LLVM_NOEXCEPT {
153 size_t Size) LLVM_NOEXCEPT {
161 void operator delete(void *) LLVM_NOEXCEPT = delete;
  /external/clang/include/clang/Sema/
SemaInternal.h 332 inline Sema::TypoExprState::TypoExprState(TypoExprState &&other) LLVM_NOEXCEPT {
337 Sema::TypoExprState &&other) LLVM_NOEXCEPT {
Sema.h     [all...]
  /external/clang/lib/Frontend/
SerializedDiagnosticReader.cpp 254 const char *name() const LLVM_NOEXCEPT override {
  /external/clang/include/clang/Format/
Format.h 34 const char *name() const LLVM_NOEXCEPT override;
  /external/clang/lib/Format/
Format.cpp 399 const char *ParseErrorCategory::name() const LLVM_NOEXCEPT {
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 599 milliseconds