Home
last modified time | relevance | path

Searched refs:requested (Results 1 – 25 of 188) sorted by relevance

12345678

/llvm-project-15.0.7/clang/test/SemaOpenCLCXX/
H A Dtemplate-opencl-types.clcpp17 …n instantiation of function template specialization 'templ<__read_only image1d_t>' requested here}}
18 … expected-note{{in instantiation of function template specialization 'templ<half>' requested here}}
19 …ote{{in instantiation of function template specialization 'templ<__local event_t>' requested here}}
25 …ected-note{{in instantiation of variable template specialization 'global_variable' requested here}}
H A Daddress-space-templates.clcpp51 …ntgl; // expected-note{{in instantiation of template class 'S<const __global int>' requested here}}
55 …ed-note{{in instantiation of function template specialization 'foo3<__global int>' requested here}}
/llvm-project-15.0.7/llvm/test/CodeGen/Thumb2/
H A Dframe-pointer.ll15 ; Leaf function, frame pointer is requested but we don't need any stack frame,
26 ; Leaf function, frame pointer is requested and we need a stack frame, so we
37 ; Leaf function, frame pointer is requested and we need a stack frame, so we
52 ; Leaf function, frame pointer requested for non-leaf functions only, so no
74 ; Has a call, and frame pointer requested.
85 ; Has a call, and frame pointer requested for non-leaf function.
108 ; Has a high register clobbered, frame pointer requested. We need to split the
/llvm-project-15.0.7/clang/test/SemaObjCXX/
H A Dformat-strings.mm30 my_print("abc"); // expected-note {{requested here}}
51 p.print("abc"); // expected-note {{requested here}}
78 p.print("abc"); // expected-note {{requested here}}
H A Dliterals.mm116 …e{{in instantiation of function template specialization 'test_array_literals<int>' requested here}}
133 …tantiation of function template specialization 'test_dictionary_literals<int, id>' requested here}}
134 …tantiation of function template specialization 'test_dictionary_literals<id, int>' requested here}}
147 …function template specialization 'test_variadic_array_literal<id, int, NSArray *>' requested here}}
H A Dobjc-container-subscripting.mm23 …mplate specialization 'test_dictionary_subscripts<NSMutableDictionary *, int, id>' requested here}}
25 …mplate specialization 'test_dictionary_subscripts<NSMutableDictionary *, id, int>' requested here}}
45 …tion template specialization 'test_array_subscripts<NSMutableArray *, double, id>' requested here}}
H A Dinterface-return-type.mm7 …n 'C<NSObject>'}} expected-note {{in instantiation of template class 'C<NSObject>' requested here}}
/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/COFF/
H A Ddebug-entry-no-payload.test4 ## a requested operation. Also check that the such debug entries are present
8 ## requested. Hence the RUN line below invokes llvm-objcopy without any
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dinstantiate-objc-1.mm68 … // expected-note {{in instantiation of member function 'BoxingTest<int *>::box' requested here}}
69 …expected-note {{in instantiation of member function 'BoxingTest<long double>::box' requested here}}
/llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/
H A Dno_switch.ll6 …e.cpp:4:5: loop not vectorized: the optimizer was unable to perform the requested transformation; …
9 …e.cpp:4:5: loop not vectorized: the optimizer was unable to perform the requested transformation; …
13 …e.cpp:4:5: loop not vectorized: the optimizer was unable to perform the requested transformation; …
H A Dno_switch_disable_vectorization.ll9 …e.cpp:4:5: loop not vectorized: the optimizer was unable to perform the requested transformation; …
12 …e.cpp:4:5: loop not vectorized: the optimizer was unable to perform the requested transformation; …
15 …e.cpp:4:5: loop not vectorized: the optimizer was unable to perform the requested transformation; …
/llvm-project-15.0.7/llvm/lib/Support/
H A DThreadPool.cpp38 void ThreadPool::grow(int requested) { in grow() argument
42 int newThreadCount = std::min<int>(requested, MaxThreadCount); in grow()
/llvm-project-15.0.7/clang/test/CXX/lex/lex.literal/lex.ext/
H A Dp14.cpp11 …x<wchar_t, L'"', L'\u0442', L'\u0435', L'\u0441', L'\u0442', L'_', L'\U00010000'>' requested here}}
/llvm-project-15.0.7/openmp/runtime/
H A DCMakeLists.txt247 libomp_error_say("128-bit quad precision functionality requested but not available")
254 libomp_error_say("Version symbols functionality requested but not available")
283 libomp_error_say("Stats-gathering functionality requested but not available")
295 libomp_error_say("Static libraries requested but not available on Windows")
322 libomp_error_say("OpenMP Tools Interface requested but not available in this implementation")
336 …libomp_warning_say("OpenMP Debug Interface(OMPD) requested but not available in this implementatio…
342 libomp_error_say("Hwloc requested but not available")
/llvm-project-15.0.7/llvm/cmake/modules/
H A DLLVMConfigVersion.cmake.in4 # and patch versions not less than that requested.
/llvm-project-15.0.7/llvm/test/tools/llvm-size/
H A Dhelp.test1 ## Show that help text is printed correctly when requested.
/llvm-project-15.0.7/llvm/test/tools/dsymutil/ARM/
H A Dfat-arch-not-found.test11 # CHECK: libfat-test.a(fat-test.o): No object file for requested architecture
/llvm-project-15.0.7/clang/test/CXX/temp/temp.spec/
H A Dp5.cpp20 expected-note{{requested here}}
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dproperty-expression-error.m16 &object.index; // expected-error {{address of property expression requested}}
/llvm-project-15.0.7/llvm/test/tools/llvm-strings/
H A Dhelp.test1 ## Show that help text is printed correctly when requested.
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dscalar-store-cache-flush.mir65 # Already has an explicitly requested flush after the last store.
84 # Already has an explicitly requested flush before the last store.
/llvm-project-15.0.7/llvm/test/tools/llvm-dwarfutil/ELF/X86/
H A Derror-separate-file-stdout.test2 ## is stdout and separate debug info file is requested.
/llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/
H A Dalloca-04.ll13 ; CHECK: Warning: requested alignment 128 exceeds the stack alignment 8
/llvm-project-15.0.7/llvm/test/tools/yaml2obj/
H A Dhelp.test1 ## Show that help text is printed correctly when requested.
/llvm-project-15.0.7/llvm/test/tools/obj2yaml/
H A Dhelp.test1 ## Show that help text is printed correctly when requested.

12345678