Home
last modified time | relevance | path

Searched refs:functional (Results 1 – 25 of 191) sorted by relevance

12345678

/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Ddone_abilist.txt94 fun:exp=functional
95 fun:exp2=functional
96 fun:expf=functional
97 fun:expl=functional
98 fun:fabs=functional
103 fun:fmod=functional
110 fun:log=functional
114 fun:log2=functional
117 fun:modf=functional
124 fun:pow=functional
[all …]
/llvm-project-15.0.7/llvm/test/Instrumentation/DataFlowSanitizer/Inputs/
H A Dabilist.txt4 fun:functional=uninstrumented
5 fun:functional=functional
/llvm-project-15.0.7/libcxx/include/
H A Dversion41 __cpp_lib_bind_back 202202L <functional>
42 __cpp_lib_bind_front 201907L <functional>
47 __cpp_lib_boyer_moore_searcher 201603L <functional>
62 __cpp_lib_constexpr_functional 201907L <functional>
96 __cpp_lib_invoke 201411L <functional>
97 __cpp_lib_invoke_r 202106L <functional>
120 __cpp_lib_move_only_function 202110L <functional>
127 __cpp_lib_not_fn 201603L <functional>
151 __cpp_lib_result_of_sfinae 201210L <functional> <type_traits>
182 __cpp_lib_transparent_operators 201510L <functional> <memory>
[all …]
/llvm-project-15.0.7/libcxx/test/libcxx/transitive_includes/
H A Dexpected.experimental_functional16 experimental/functional
17 functional
H A Dexpected.functional16 functional
H A Dexpected.deque17 functional
H A Dexpected.forward_list17 functional
H A Dexpected.list16 functional
H A Dexpected.map16 functional
H A Dexpected.numeric16 functional
H A Dexpected.set16 functional
H A Dexpected.span16 functional
H A Dexpected.valarray16 functional
H A Dexpected.unordered_set16 functional
H A Dexpected.experimental_simd17 functional
H A Dexpected.ranges16 functional
H A Dexpected.queue17 functional
/llvm-project-15.0.7/clang/tools/scan-build-py/tests/
H A D__init__.py15 import tests.functional.cases
22 suite.addTests(loader.loadTestsFromModule(tests.functional.cases))
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetItinerary.td18 // Processor functional unit - These values represent the function units
21 // all chip sets of the target. Each functional unit is treated as a resource
45 // the choice of functional units that can be used to complete the
60 list<FuncUnit> Units = units; // choice of functional units
132 // works correctly when there are no conflicts in functional unit IDs between
134 // SLOT_A and SLOT_B will be assigned the same functional unit index, and
150 // the list of functional units that are included in the combination.
/llvm-project-15.0.7/clang/include/clang/Tooling/Inclusions/
H A DStdSymbolMap.inc167 SYMBOL(bind, std::, <functional>)
169 SYMBOL(bit_and, std::, <functional>)
171 SYMBOL(bit_not, std::, <functional>)
172 SYMBOL(bit_or, std::, <functional>)
173 SYMBOL(bit_xor, std::, <functional>)
241 SYMBOL(cref, std::, <functional>)
434 SYMBOL(hash, std::, <functional>)
707 SYMBOL(less, std::, <functional>)
796 SYMBOL(minus, std::, <functional>)
885 SYMBOL(plus, std::, <functional>)
[all …]
/llvm-project-15.0.7/clang/test/Headers/Inputs/include/
H A Dtype_traits17 // is_same, functional
37 // enable_if, functional
/llvm-project-15.0.7/mlir/docs/Dialects/
H A DTOSA.md31 functional operations at the tensor level, including compute, reduction,
55 functional information about how that information is used, as described in the
81 The TOSA specification describes each operator in functional detail. It is
86 The functional steps described in the pseudocode of the specification enables
88 design of underlying hardware. The functional pseudocode also describes
/llvm-project-15.0.7/mlir/test/mlir-tblgen/
H A Dop-format-spec.td90 // functional-type
94 functional-type(functional-type)
98 functional-type
102 functional-type(
106 functional-type(operands
110 functional-type(operands,
114 functional-type(operands, results
118 functional-type(operands, results) attr-dict
279 // functional-type/type operands
436 (functional-type($arg, results)^)? attr-dict
[all …]
/llvm-project-15.0.7/clang/test/SemaObjCXX/
H A Darc-type-conversion.mm112 …(void)strong_id_pointer(wip); // expected-error{{functional-style cast from '__weak id *' to 'stro…
113 …(void)weak_id_pointer(sip); // expected-error{{functional-style cast from '__strong id *' to 'weak…
114 …(void)autoreleasing_id_pointer(sip); // expected-error{{functional-style cast from '__strong id *'…
115 …(void)autoreleasing_id_pointer(wip); // expected-error{{functional-style cast from '__weak id *' t…
116 …(void)const_strong_id_pointer(wip); // expected-error{{functional-style cast from '__weak id *' to…
117 …(void)const_weak_id_pointer(sip); // expected-error{{functional-style cast from '__strong id *' to…
120 …(void)const_autoreleasing_id_pointer(wip); // expected-error{{functional-style cast from '__weak i…
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonSchedule.td31 // Combined functional units.
37 // Combined functional unit data.

12345678