Searched refs:functional (Results 1 – 25 of 191) sorted by relevance
12345678
| /llvm-project-15.0.7/compiler-rt/lib/dfsan/ |
| H A D | done_abilist.txt | 94 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 D | abilist.txt | 4 fun:functional=uninstrumented 5 fun:functional=functional
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | version | 41 __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 D | expected.experimental_functional | 16 experimental/functional 17 functional
|
| H A D | expected.functional | 16 functional
|
| H A D | expected.deque | 17 functional
|
| H A D | expected.forward_list | 17 functional
|
| H A D | expected.list | 16 functional
|
| H A D | expected.map | 16 functional
|
| H A D | expected.numeric | 16 functional
|
| H A D | expected.set | 16 functional
|
| H A D | expected.span | 16 functional
|
| H A D | expected.valarray | 16 functional
|
| H A D | expected.unordered_set | 16 functional
|
| H A D | expected.experimental_simd | 17 functional
|
| H A D | expected.ranges | 16 functional
|
| H A D | expected.queue | 17 functional
|
| /llvm-project-15.0.7/clang/tools/scan-build-py/tests/ |
| H A D | __init__.py | 15 import tests.functional.cases 22 suite.addTests(loader.loadTestsFromModule(tests.functional.cases))
|
| /llvm-project-15.0.7/llvm/include/llvm/Target/ |
| H A D | TargetItinerary.td | 18 // 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 D | StdSymbolMap.inc | 167 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 D | type_traits | 17 // is_same, functional 37 // enable_if, functional
|
| /llvm-project-15.0.7/mlir/docs/Dialects/ |
| H A D | TOSA.md | 31 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 D | op-format-spec.td | 90 // 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 D | arc-type-conversion.mm | 112 …(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 D | HexagonSchedule.td | 31 // Combined functional units. 37 // Combined functional unit data.
|
12345678