Home
last modified time | relevance | path

Searched defs:comp (Results 1 – 25 of 89) sorted by relevance

1234

/llvm-project/flang/test/Semantics/
H A Dtypeinfo07.f908 type(t_base), allocatable :: comp component
11 class(t_base), allocatable :: comp component
/llvm-project/libc/src/string/memory_utils/
H A Dinline_strcmp.h18 inline_strcmp(const char * left,const char * right,Comp && comp) inline_strcmp() argument
28 inline_strncmp(const char * left,const char * right,size_t n,Comp && comp) inline_strncmp() argument
H A Dinline_strstr.h20 inline_strstr(const char * haystack,const char * needle,Comp && comp) inline_strstr() argument
H A Dinline_memmem.h21 inline_memmem(const void * haystack,size_t haystack_len,const void * needle,size_t needle_len,Comp && comp) inline_memmem() argument
/llvm-project/libcxx/test/std/containers/associative/
H A Dfrom_range_associative_containers.h72 Comp comp; in test_associative_map_with_input() local
90 { // (range, comp, allocator) in test_associative_map_with_input() local
214 Comp comp; in test_associative_set_with_input() local
232 Comp comp; test_associative_set_with_input() local
[all...]
/llvm-project/libcxx/test/support/
H A Dtest_container_comparisons.h179 constexpr void test_ordered_map_container_spaceship_with_type(Compare comp) { in test_ordered_map_container_spaceship_with_type()
313 constexpr void test_ordered_set_spaceship_with_type(Compare comp) { in test_ordered_set_spaceship_with_type()
H A Dfloating_pointer_helpers.h17 TEST_CONSTEXPR_CXX20 bool is_close(T v, T comp) { in is_close()
H A Dpointer_comparison_test_helper.h27 Compare comp; in do_pointer_comparison_test() local
45 void do_pointer_comparison_test(Comp comp) { in do_pointer_comparison_test()
/llvm-project/clang/test/OpenMP/
H A Dteams_codegen.cpp26 int comp = 1; in teams_argument_global_local() local
108 int comp = 1; in teams_template_arg() local
157 int comp = 1; foo() local
[all...]
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.min.max/
H A Dminmax_element_comp.pass.cpp31 Compare comp; in test() local
77 Compare comp; in test() local
H A Dranges.minmax.pass.cpp113 constexpr bool comp(S rhs) const { return i < rhs.i; } in test_2_arguments() function
178 constexpr bool comp(S rhs) const { return i < rhs.i; } in test_initializer_list() function
299 constexpr bool comp(S rhs) const { return i < rhs.i; } in test_range() function
310 int comp; in test_range() member
/llvm-project/flang/test/Driver/
H A Ddump-all-bad.f9015 integer(kind=16) :: comp component
/llvm-project/libcxx/src/
H A Dalgorithm.cpp15 void __sort(RandomAccessIterator first, RandomAccessIterator last, Comp comp) { in __sort() argument
/llvm-project/libc/src/string/
H A Dstrcmp.cpp17 auto comp = [](char l, char r) -> int { return l - r; }; __anonbe3e88520102() variable
H A Dstrstr.cpp19 auto comp = [](char l, char r) -> int { return l - r; }; __anon9e5aa1cb0102() variable
H A Dstrncmp.cpp20 auto comp = [](char l, char r) -> int { return l - r; }; __anona8aae9200102() variable
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dmin-max-use-initializer-list.cpp37 ForwardIt min_element(ForwardIt first, ForwardIt last, Compare comp) in min_element() argument
67 ForwardIt max_element(ForwardIt first, ForwardIt last, Compare comp) in max_element() argument
93 const T& max( const T& a, const T& b, Compare comp ) { in max() argument
98 T max(std::initializer_list<T> ilist, Compare comp) { in max() argument
115 const T& min( const T& a, const T& b, Compare comp ) { in min() argument
120 min(std::initializer_list<T> ilist,Compare comp) min() argument
[all...]
/llvm-project/flang/runtime/
H A Dderived.cpp23 const typeInfo::Component &comp, const Descriptor &derivedInstance) { in GetComponentExtents() argument
43 const auto &comp{ Initialize() local
113 const auto &comp{ Initialize() local
223 const auto &comp{ Finalize() local
307 const auto &comp{ Destroy() local
[all...]
/llvm-project/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons/
H A Ddeduct.pass.cpp130 Comp comp; in main() local
137 Comp comp; in main() local
144 Comp comp; in main() local
151 Comp comp; in main() local
/llvm-project/libcxx/test/std/containers/container.adaptors/
H A Dfrom_range_container_adaptors.h108 Comp comp; test_priority_queue_with_input() local
136 Comp comp; test_priority_queue_with_input() local
/llvm-project/libcxx/test/std/thread/thread.barrier/
H A Dcompletion.pass.cpp29 auto comp = [&]() noexcept { x += 1; }; main() local
/llvm-project/offload/cmake/
H A DOpenMPTesting.cmake185 set(comp "gcc") variable
183 set(comp "gcc") global() variable
/llvm-project/openmp/cmake/
H A DOpenMPTesting.cmake183 set(comp "gcc") global() variable
185 set(comp "icc") global() variable
/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.replace/
H A Dpstl.replace.pass.cpp69 std::vector<int> comp(150, 6); in operator ()() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dstring-compare.cpp6 std::string comp() { in comp() function

1234