Home
last modified time | relevance | path

Searched refs:present (Results 1 – 25 of 542) sorted by relevance

12345678910>>...22

/llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/shtest-shell/
H A Dredirects.txt3 # RUN: echo "not-present" > %t.stdout-write
4 # RUN: echo "is-present" > %t.stdout-write
7 # STDOUT-WRITE-NOT: not-present
8 # STDOUT-WRITE: is-present
13 # STDOUT-APPEND: is-present
19 # RUN: echo "not-present" > %t.stderr-write
23 # STDERR-WRITE-NOT: not-present
35 # RUN: echo "not-present" > %t.combined
39 # COMBINED-WRITE-NOT: not-present
/llvm-project-15.0.7/clang/test/OpenMP/
H A Dtarget_update_messages.cpp84 #pragma omp target update to(present: s)
94 #pragma omp target update to(present s)
104 #pragma omp target update to(present)
111 #pragma omp target update to(present:)
115 #pragma omp target update to(mapper(id), present: s)
119 #pragma omp target update to(present, mapper(id): s)
121 #pragma omp target update to(mapper(id) present: s)
124 #pragma omp target update to(present mapper(id): s)
132 #pragma omp target update to(present , : s)
141 #pragma omp target update to(present,,: s)
[all …]
H A Dtarget_defaultmap_codegen_02.cpp43 #pragma omp target defaultmap(present \ in implicit_present_scalar()
94 #pragma omp target defaultmap(present \ in implicit_present_aggregate()
147 #pragma omp target defaultmap(present: pointer) in explicit_present_pointer()
197 #pragma omp target defaultmap(present \ in implicit_present_double_complex()
H A Ddeclare_mapper_ast_print.c62 #pragma omp target update to(mapper(id) present: vv) from(mapper(default), present: dd[0:10]) in main()
64 #pragma omp target update to(present mapper(id): vv) from(present, mapper(default): dd[0:10]) in main()
H A Dtarget_map_messages.cpp142 #pragma omp target map(present, tofrom: c,f) in func()
159 #pragma omp target map(present) in func()
192 #pragma omp target map(present, present, tofrom: a) in func()
206 …#pragma omp target map(always, close, present, ompx_hold, always, close, present, ompx_hold, tofro… in func()
584 T to, tofrom, always, close, present; in tmain() local
675 #pragma omp target data map(present, tofrom: x) in tmain()
678 #pragma omp target data map(present: x) in tmain()
683 #pragma omp target data map(tofrom, present: x) in tmain()
685 #pragma omp target data map(present, tofrom: present, tofrom, x) in tmain()
737 int to, tofrom, always, close, present; in main() local
[all …]
H A Dtarget_data_codegen.cpp303 #pragma omp target data map(present, to: lb) in foo()
329 #pragma omp target data map(always close present, to: lb) in foo()
679 map(present, tofrom \ in test_present_modifier()
707 #pragma omp target data map(present, tofrom \ in test_present_modifier()
H A Dtarget_map_codegen_31.cpp162 : st1.i) map(present, tofrom \ in explicit_maps_single()
194 #pragma omp target map(always close present tofrom \ in explicit_maps_single()
/llvm-project-15.0.7/llvm/test/tools/llvm-pdbutil/
H A Dtype-server-no-dbi.test10 NO-DBI-NEXT: DBI stream not present
14 NO-DBI-NEXT: Globals stream not present
18 NO-DBI-NEXT: DBI stream not present
22 NO-DBI-NEXT: DBI stream not present
26 NO-DBI-NEXT: DBI stream not present
30 NO-DBI-NEXT: DBI stream not present
34 NO-DBI-NEXT: DBI stream not present
38 NO-DBI-NEXT: DBI stream not present
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/
H A Ddebug_report.cpp18 int present = __asan_report_present(); in main() local
19 fprintf(stderr, "%s\n", (present == 0) ? "no report" : ""); in main()
46 int present = __asan_report_present(); in __asan_on_error() local
55 fprintf(stderr, "%s\n", (present == 1) ? "report" : ""); in __asan_on_error()
H A Ddebug_double_free.cpp46 int present = __asan_report_present(); in __asan_on_error() local
50 fprintf(stderr, "%s\n", (present == 1) ? "report present" : ""); in __asan_on_error()
/llvm-project-15.0.7/mlir/test/Dialect/Transform/
H A Dtransform-state-extension.mlir10 // expected-remark @below {{extension present, A}}
27 // expected-remark @below {{extension present, B}}
39 // expected-remark @below {{extension present, A}}
43 // expected-remark @below {{extension present, A}}
/llvm-project-15.0.7/llvm/docs/
H A DCFIVerify.rst19 schemes are still present in the final binary.
24 This tool will be present as a part of the LLVM toolchain, and will reside in
28 - Unit tests to validate code sections, present in
30 - Integration tests, present in "/llvm/tools/clang/test/LLVMCFIVerify". These
41 present in linker or compiler do not subvert CFI protections in the final
51 type). This type of directive has no security implications, but may present
87 present in these sections has already violated the control flow integrity.
/llvm-project-15.0.7/openmp/libomptarget/test/mapping/present/
H A Dunified_shared_memory.c18 #pragma omp target map(present, alloc: i) in main()
25 #pragma omp target map(present, alloc: i) in main()
H A Dtarget.c16 #pragma omp target map(present, alloc: i) in main()
27 #pragma omp target map(present, alloc: i) in main()
H A Dtarget_data.c16 #pragma omp target data map(present, alloc: i) in main()
24 #pragma omp target data map(present, alloc: i) in main()
H A Dtarget_exit_data_delete.c16 #pragma omp target exit data map(present, delete: i) in main()
23 #pragma omp target exit data map(present, delete: i) in main()
H A Dtarget_exit_data_release.c16 #pragma omp target exit data map(present, release: i) in main()
23 #pragma omp target exit data map(present, release: i) in main()
H A Dzero_length_array_section.c16 #pragma omp target map(present, alloc: arr[0:0]) in main()
30 #pragma omp target map(present, alloc: arr[0:0]) in main()
H A Dtarget_update.c30 #pragma omp target update CLAUSE(present: i) in main()
38 #pragma omp target update CLAUSE(present: i) in main()
H A Dzero_length_array_section_exit.c16 #pragma omp target exit data map(present, release: arr[0:0]) in main()
26 #pragma omp target exit data map(present, release: arr[0:0]) in main()
H A Dtarget_enter_data.c16 #pragma omp target enter data map(present, alloc: i) in main()
25 #pragma omp target enter data map(present, alloc: i) in main()
H A Dtarget_update_array_extension.c64 #pragma omp target update CLAUSE(present: arr[SMALL]) in main()
74 #pragma omp target update CLAUSE(present: arr[LARGE]) in main()
/llvm-project-15.0.7/libcxx/include/
H A D__node_handle18 using value_type = see below; // not present for map containers
19 using key_type = see below; // not present for set containers
20 using mapped_type = see below; // not present for set containers
41 value_type& value() const; // not present for map containers
42 key_type& key() const; // not present for set containers
43 mapped_type& mapped() const; // not present for set containers
/llvm-project-15.0.7/lldb/test/API/macosx/skinny-corefile/
H A DMakefile15 DYLIB_ONLY=YES DYLIB_C_SOURCES=present.c DYLIB_NAME=present
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A Dunsupported-opcode_operands_table-debug-macro-v5.s2 ## unsupported case where the opcode_operands_table flag is present in the
13 …te 4 # Flags: 32 bit, debug_line_offset absent, opcode_operands_table present

12345678910>>...22