Home
last modified time | relevance | path

Searched refs:nothing (Results 1 – 25 of 295) sorted by relevance

12345678910>>...12

/llvm-project-15.0.7/clang/test/OpenMP/
H A Dnothing_messages.cpp7 #pragma omp nothing in mixed()
11 #pragma omp nothing in mixed()
17 #pragma omp nothing in mixed()
22 #pragma omp nothing seq_cst in mixed()
H A Ddeclare_variant_clauses_messages.cpp115 adjust_args(need_device_ptr:AAA) adjust_args(nothing:AAA)
119 adjust_args(nothing:J) \
124 adjust_args(nothing:Other) \
129 adjust_args(nothing:BBB) match(construct={target}, device={arch(arm)})
133 adjust_args(nothing:BBB) match(device={arch(ppc)})
H A Ddeclare_variant_clauses_ast_print.cpp72 adjust_args(need_device_ptr:BBB) adjust_args(nothing:I) \
81 adjust_args(need_device_ptr:AAA) adjust_args(nothing:BBB)
/llvm-project-15.0.7/llvm/test/MachineVerifier/
H A Dtest_g_assert_zext_register_bank_class.mir33 %nothing:_(s32) = G_IMPLICIT_DEF
36 ; CHECK: %only_dst_has_bank:gpr(s32) = G_ASSERT_ZEXT %nothing:_, 4
37 %only_dst_has_bank:gpr(s32) = G_ASSERT_ZEXT %nothing, 4
40 ; CHECK: %only_dst_has_class:gpr32all(s32) = G_ASSERT_ZEXT %nothing:_, 4
41 %only_dst_has_class:gpr32all(s32) = G_ASSERT_ZEXT %nothing, 4
/llvm-project-15.0.7/lldb/test/API/functionalities/tsan/thread_numbers/
H A Dmain.c8 void *nothing(void *p) { in nothing() function
30 pthread_create(&t, NULL, nothing, NULL); in main()
39 pthread_create(&t, NULL, nothing, NULL); in main()
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dinstantiate-local-class.cpp236 enum x2 { nothing }; in f2() enumerator
243 enum class x3 { nothing }; in f3() enumerator
300 enum local { nothing }; enumerator
308 enum class local { nothing }; enumerator
336 enum local { nothing }; enumerator
345 enum class local { nothing }; enumerator
372 enum { nothing } x; in m() enumerator
/llvm-project-15.0.7/libcxx/test/std/utilities/memory/specialized.algorithms/specialized.addressof/
H A Daddressof.pass.cpp23 struct nothing { struct
47 nothing n; in main() argument
/llvm-project-15.0.7/llvm/test/Analysis/IRSimilarityIdentifier/
H A Dnothing.ll5 ; nothing when there is nothing to analyze.
/llvm-project-15.0.7/clang/test/Sema/
H A Dblock-literal.c6 void nothing(void);
16 nothing(); in somefunction()
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dipra-regmask.ll22 ; CHECK-DAG: nothing Clobbered Registers: {{$}}
23 define void @nothing() #0 {
42 i8* bitcast (void ()* @nothing to i8*),
/llvm-project-15.0.7/llvm/test/MC/Sparc/
H A Dsparc-directives.s4 ! '.proc' is documented to do nothing in the binutils assembler.
5 ! so it should do nothing for clang either, i.e. not be an error.
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dselect-to-branch.mir12 ; converted to branch, here !14 = 99/100, !14 = 99%, so it will do nothing.
61 ; There is no weight_branch information, so it will do nothing.
74 ; This function has used the optsize flag, so it will do nothing.
86 ; The function_entry_count of this function is 0, so it will do nothing.
/llvm-project-15.0.7/clang/test/PCH/
H A Dchain-selectors.m16 [a nothing]; // expected-warning {{method '-nothing' not found}}
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Datomic-aggregate-property.m50 // (do nothing)
53 // (do nothing)
/llvm-project-15.0.7/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp7-cxx20.cpp169 using Quux<1, 2>::Q::nothing; // expected-error{{implicit instantiation of undefined}}
188 using Quux<I, I>::Q::nothing; // expected-error{{implicit instantiation of undefined}}
/llvm-project-15.0.7/clang/test/Rewriter/
H A Drewrite-block-literal.mm16 void nothing(); function
26 nothing();
/llvm-project-15.0.7/lld/test/ELF/linkerscript/
H A Dalign1.test22 ## Check that ALIGN zero do nothing and does not crash #1.
32 ## Check that ALIGN zero do nothing and does not crash #2.
/llvm-project-15.0.7/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp2-template-parameter.cpp6 …Nothing<[]() { return 0; }()> nothing; // expected-error{{a lambda expression cannot appear in thi… in pr33696() local
/llvm-project-15.0.7/llvm/test/CodeGen/RISCV/
H A Dtarget-abi-valid.ll30 define void @nothing() nounwind {
31 ; CHECK-IMP-LABEL: nothing:
H A Drv32e.ll5 define void @nothing() nounwind {
/llvm-project-15.0.7/clang/test/Preprocessor/
H A Dminimize-whitespace.c18 #pragma omp nothing // another comment
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Daggregate-padding.ll33 ; nothing else on the stack.
45 ; If an aggregate has to be moved entirely onto the stack, nothing should be
62 ; If an aggregate has to be moved entirely onto the stack, nothing should be
/llvm-project-15.0.7/llvm/docs/AMDGPU/
H A Dgfx8_tgt.rst22 null Copy nothing.
H A Dgfx7_tgt.rst22 null Copy nothing.
H A Dgfx9_tgt.rst22 null Copy nothing.

12345678910>>...12