| /llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/shtest-shell/ |
| H A D | redirects.txt | 3 # 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 D | target_update_messages.cpp | 84 #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 D | target_defaultmap_codegen_02.cpp | 43 #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 D | declare_mapper_ast_print.c | 62 #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 D | target_map_messages.cpp | 142 #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 D | target_data_codegen.cpp | 303 #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 D | target_map_codegen_31.cpp | 162 : 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 D | type-server-no-dbi.test | 10 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 D | debug_report.cpp | 18 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 D | debug_double_free.cpp | 46 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 D | transform-state-extension.mlir | 10 // 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 D | CFIVerify.rst | 19 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 D | unified_shared_memory.c | 18 #pragma omp target map(present, alloc: i) in main() 25 #pragma omp target map(present, alloc: i) in main()
|
| H A D | target.c | 16 #pragma omp target map(present, alloc: i) in main() 27 #pragma omp target map(present, alloc: i) in main()
|
| H A D | target_data.c | 16 #pragma omp target data map(present, alloc: i) in main() 24 #pragma omp target data map(present, alloc: i) in main()
|
| H A D | target_exit_data_delete.c | 16 #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 D | target_exit_data_release.c | 16 #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 D | zero_length_array_section.c | 16 #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 D | target_update.c | 30 #pragma omp target update CLAUSE(present: i) in main() 38 #pragma omp target update CLAUSE(present: i) in main()
|
| H A D | zero_length_array_section_exit.c | 16 #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 D | target_enter_data.c | 16 #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 D | target_update_array_extension.c | 64 #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_handle | 18 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 D | Makefile | 15 DYLIB_ONLY=YES DYLIB_C_SOURCES=present.c DYLIB_NAME=present
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/X86/ |
| H A D | unsupported-opcode_operands_table-debug-macro-v5.s | 2 ## 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
|