Searched refs:LLVM_NOEXCEPT (Results 1 – 20 of 20) sorted by relevance
/external/clang/include/clang/Lex/ |
D | 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; } in new() 109 unsigned alignment) LLVM_NOEXCEPT { in delete() 113 void operator delete(void *, std::size_t) LLVM_NOEXCEPT {} in delete() 114 void operator delete(void *, void *) LLVM_NOEXCEPT {} in delete() 118 void *operator new(size_t bytes) LLVM_NOEXCEPT; 119 void operator delete(void *data) LLVM_NOEXCEPT; 527 unsigned alignment) LLVM_NOEXCEPT { in new() [all …]
|
D | Preprocessor.h | 420 MacroState(MacroState &&O) LLVM_NOEXCEPT : State(O.State) { in MacroState() 423 MacroState &operator=(MacroState &&O) LLVM_NOEXCEPT {
|
/external/clang/include/clang/AST/ |
D | Attr.h | 59 void *operator new(size_t bytes) LLVM_NOEXCEPT { in new() 62 void operator delete(void *data) LLVM_NOEXCEPT { in delete() 69 size_t Alignment = 8) LLVM_NOEXCEPT { 73 size_t Alignment) LLVM_NOEXCEPT { in delete()
|
D | Stmt.h | 74 void *operator new(size_t bytes) LLVM_NOEXCEPT { in LLVM_ALIGNAS() 77 void operator delete(void *data) LLVM_NOEXCEPT { in LLVM_ALIGNAS() 275 void *operator new(size_t bytes, void *mem) LLVM_NOEXCEPT { return mem; } in LLVM_ALIGNAS() 277 void operator delete(void *, const ASTContext &, unsigned) LLVM_NOEXCEPT {} in LLVM_ALIGNAS() 278 void operator delete(void *, const ASTContext *, unsigned) LLVM_NOEXCEPT {} in LLVM_ALIGNAS() 279 void operator delete(void *, size_t) LLVM_NOEXCEPT {} in LLVM_ALIGNAS() 280 void operator delete(void *, void *) LLVM_NOEXCEPT {} in LLVM_ALIGNAS()
|
/external/llvm/tools/obj2yaml/ |
D | Error.cpp | 18 const char *name() const LLVM_NOEXCEPT override; 23 const char *_obj2yaml_error_category::name() const LLVM_NOEXCEPT { in name()
|
/external/llvm/tools/llvm-readobj/ |
D | Error.cpp | 22 const char* name() const LLVM_NOEXCEPT override; 27 const char *_readobj_error_category::name() const LLVM_NOEXCEPT { in name()
|
/external/llvm/lib/Object/ |
D | Error.cpp | 24 const char* name() const LLVM_NOEXCEPT override; 29 const char *_object_error_category::name() const LLVM_NOEXCEPT { in name()
|
/external/llvm/include/llvm/MC/ |
D | MCContext.h | 557 size_t Alignment = 8) LLVM_NOEXCEPT { 567 size_t) LLVM_NOEXCEPT { in delete() 591 size_t Alignment = 8) LLVM_NOEXCEPT { 601 inline void operator delete[](void *Ptr, llvm::MCContext &C) LLVM_NOEXCEPT {
|
/external/llvm/tools/llvm-cxxdump/ |
D | Error.cpp | 22 const char *name() const LLVM_NOEXCEPT override { return "llvm.cxxdump"; } in name()
|
/external/llvm/include/llvm/Support/ |
D | Compiler.h | 70 #define LLVM_NOEXCEPT noexcept macro 72 #define LLVM_NOEXCEPT throw() macro
|
D | YAMLParser.h | 148 size_t Alignment = 16) LLVM_NOEXCEPT { 153 size_t Size) LLVM_NOEXCEPT { in delete() 161 void operator delete(void *) LLVM_NOEXCEPT = delete;
|
/external/clang/include/clang/Sema/ |
D | SemaInternal.h | 332 inline Sema::TypoExprState::TypoExprState(TypoExprState &&other) LLVM_NOEXCEPT { in TypoExprState() 337 Sema::TypoExprState &&other) LLVM_NOEXCEPT {
|
D | Sema.h | 2724 TypoExprState(TypoExprState&& other) LLVM_NOEXCEPT; 2725 TypoExprState& operator=(TypoExprState&& other) LLVM_NOEXCEPT;
|
/external/llvm/lib/ProfileData/ |
D | SampleProf.cpp | 24 const char *name() const LLVM_NOEXCEPT override { return "llvm.sampleprof"; } in name()
|
D | InstrProf.cpp | 27 const char *name() const LLVM_NOEXCEPT override { return "llvm.instrprof"; } in name()
|
D | CoverageMapping.cpp | 496 const char *name() const LLVM_NOEXCEPT override { return "llvm.coveragemap"; } in name()
|
/external/clang/lib/Frontend/ |
D | SerializedDiagnosticReader.cpp | 254 const char *name() const LLVM_NOEXCEPT override { in name()
|
/external/clang/include/clang/Format/ |
D | Format.h | 34 const char *name() const LLVM_NOEXCEPT override;
|
/external/clang/lib/Format/ |
D | Format.cpp | 399 const char *ParseErrorCategory::name() const LLVM_NOEXCEPT { in name()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 5789 const char *name() const LLVM_NOEXCEPT override { in name()
|