/external/llvm-project/llvm/test/DebugInfo/PDB/Inputs/ |
D | every-class.cpp | 11 struct Nothing {}; struct 41 f(Nothing{}); in main() 55 f<const Nothing>(Nothing{}); in main() 56 f<volatile Nothing>(Nothing{}); in main() 57 f<const volatile Nothing>(Nothing{}); in main() 58 f<__unaligned Nothing>(Nothing{}); in main()
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_syscalls_netbsd.inc | 100 /* Nothing to do */ 104 /* Nothing to do */ 106 PRE_SYSCALL(exit)(long long rval_) { /* Nothing to do */ } 107 POST_SYSCALL(exit)(long long res, long long rval_) { /* Nothing to do */ } 147 POST_SYSCALL(close)(long long res, long long fd_) { /* Nothing to do */ } 212 PRE_SYSCALL(fchdir)(long long fd_) { /* Nothing to do */ } 213 POST_SYSCALL(fchdir)(long long res, long long fd_) { /* Nothing to do */ } 250 PRE_SYSCALL(break)(void *nsize_) { /* Nothing to do */ } 251 POST_SYSCALL(break)(long long res, void *nsize_) { /* Nothing to do */ } 268 PRE_SYSCALL(getpid)(void) { /* Nothing to do */ } [all …]
|
/external/llvm-project/llvm/unittests/Remarks/ |
D | RemarksStrTabParsingTest.cpp | 18 Expected<StringRef> Nothing = StrTab[0]; in TEST() local 19 EXPECT_FALSE(static_cast<bool>(Nothing)); in TEST() 20 EXPECT_EQ(toString(Nothing.takeError()), in TEST()
|
/external/rust/crates/remain/src/ |
D | lib.rs | 163 use crate::parse::{Input, Nothing}; 167 let _ = parse_macro_input!(args as Nothing); in sorted() 182 let _ = parse_macro_input!(args as Nothing); in check()
|
D | parse.rs | 8 pub struct Nothing; struct 10 impl Parse for Nothing { implementation 12 Ok(Nothing) in parse()
|
/external/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
D | p2-template-parameter.cpp | 3 template<auto> struct Nothing {}; struct 6 …Nothing<[]() { return 0; }()> nothing; // expected-error{{a lambda expression cannot appear in thi… in pr33696()
|
/external/wpa_supplicant_8/src/pae/ |
D | Makefile | 2 @echo Nothing to be made. 8 @echo Nothing to be made.
|
/external/wpa_supplicant_8/src/fst/ |
D | Makefile | 2 @echo Nothing to be made. 8 @echo Nothing to be made.
|
/external/wpa_supplicant_8/src/drivers/ |
D | Makefile | 2 @echo Nothing to be made. 9 @echo Nothing to be made.
|
/external/llvm-project/clang/lib/Driver/ |
D | InputInfo.h | 30 Nothing, enumerator 52 : Kind(Nothing), Act(A), Type(GetActionType(A)), BaseInput(_BaseInput) {} in InputInfo() 74 bool isNothing() const { return Kind == Nothing; } in isNothing()
|
/external/clang/lib/Driver/ |
D | InputInfo.h | 31 Nothing, enumerator 53 : Kind(Nothing), Act(A), Type(GetActionType(A)), BaseInput(_BaseInput) {} in InputInfo() 75 bool isNothing() const { return Kind == Nothing; } in isNothing()
|
/external/llvm-project/libcxx/docs/Helpers/ |
D | Styles.rst | 25 .. |Nothing To Do| replace:: :nothingtodo:`Nothing To Do`
|
/external/kotlinx.atomicfu/atomicfu/src/commonMain/kotlin/kotlinx/atomicfu/ |
D | AtomicFU.common.kt | 91 public inline fun <T> AtomicRef<T>.loop(action: (T) -> Unit): Nothing { in loop() 164 public inline fun AtomicBoolean.loop(action: (Boolean) -> Unit): Nothing { in lazySet() 275 public inline fun AtomicInt.loop(action: (Int) -> Unit): Nothing { in lazySet() 386 public inline fun AtomicLong.loop(action: (Long) -> Unit): Nothing { in lazySet()
|
/external/llvm-project/libcxx/docs/ |
D | Cxx2aStatusIssuesStatus.csv | 13 "`2966 <https://wg21.link/LWG2966>`__","Incomplete resolution of US 74","Toronto","|Nothing To Do|"… 19 …rding should apply to both member and namespace-level functions","Albuquerque","|Nothing To Do|","" 20 …ent that construction of the deleter doesn't throw an exception","Albuquerque","|Nothing To Do|","" 28 …path::native_string() in filesystem_error::what() specification","Albuquerque","|Nothing To Do|","" 31 …2977>`__","unordered_meow::merge() has incorrect Throws: clause","Albuquerque","|Nothing To Do|","" 39 …ction objects passed to {``forward_``,}list-specific algorithms","Albuquerque","|Nothing To Do|","" 45 …k/LWG2816>`__","``resize_file``\ has impossible postcondition","Jacksonville","|Nothing To Do|","" 47 …use ``copy_file``\ to report a ""file already exists"" error?","Jacksonville","|Nothing To Do|","" 48 …__","``std::filesystem``\ enum classes are now underspecified","Jacksonville","|Nothing To Do|","" 55 ….capacity] should specify time complexity for ``capacity()``\ ","Jacksonville","|Nothing To Do|","" [all …]
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/ |
D | MainDispatchers.kt | 75 internal fun throwMissingMainDispatcherException(): Nothing { in throwMissingMainDispatcherException() 105 private fun missing(): Nothing { in isDispatchNeeded()
|
/external/llvm-project/llvm/test/DebugInfo/PDB/Native/ |
D | pdb-native-udts.test | 24 PRETTY: struct Nothing [sizeof = 1] 26 PRETTY: const struct Nothing 27 PRETTY: volatile struct Nothing 28 PRETTY: const volatile struct Nothing 29 PRETTY: unaligned struct Nothing 401 ; DUMP-NEXT: name: Nothing 447 ; DUMP-NEXT: name: Nothing 471 ; DUMP-NEXT: name: Nothing 495 ; DUMP-NEXT: name: Nothing 519 ; DUMP-NEXT: name: Nothing
|
/external/fonttools/Tests/feaLib/data/ |
D | test.fea | 1 # Nothing
|
/external/kotlinx.atomicfu/atomicfu-transformer/src/main/kotlin/kotlinx/atomicfu/transformer/ |
D | FlowAnalyzer.kt | 21 private fun abort(msg: String): Nothing = abort(msg, cur) in abort() 22 private fun unsupported(): Nothing = abort("Unsupported operation on atomic variable") in abort() 23 …private fun unrecognized(i: AbstractInsnNode): Nothing = abort("Unrecognized operation ${i.toText(… in abort()
|
D | Abort.kt | 14 fun abort(message: String, i: AbstractInsnNode? = null): Nothing = throw AbortTransform(message, i)
|
/external/llvm-project/mlir/test/Dialect/Affine/SuperVectorize/ |
D | vector_utils.mlir | 6 // Nothing should be matched in this first block. 29 // Nothing should be matched in this last block.
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/ |
D | AwaitCancellationTest.kt | 15 val deferred: Deferred<Nothing> = async { in <lambda>()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/ |
D | Builders.kt | 146 private object EmptyFlow : Flow<Nothing> { in emptyFlow() 147 override suspend fun collect(collector: FlowCollector<Nothing>) = Unit in emptyFlow()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/ |
D | StackTraceRecovery.common.kt | 36 internal expect suspend inline fun recoverAndThrow(exception: Throwable): Nothing in recoverStackTrace()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/ |
D | EventLoop.kt | 26 private fun unsupported(): Nothing =
|
/external/dtc/tests/ |
D | base01.dts | 5 compatible = "Nothing";
|