/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | ADL.h | 1 //===- llvm/ADT/ADL.h - Argument dependent lookup utilities -----*- C++ -*-===// 76 /// function found through Argument-Dependent Lookup (ADL). 84 /// functions found through Argument-Dependent Lookup (ADL). 92 /// function found through Argument-Dependent Lookup (ADL). 100 /// functions found through Argument-Dependent Lookup (ADL). 108 /// Argument-Dependent Lookup (ADL). 116 /// Argument-Dependent Lookup (ADL).
|
H A D | iterator_range.h | 21 #include "llvm/ADT/ADL.h"
|
H A D | BitmaskEnum.h | 79 /// by ADL.
|
H A D | Hashing.h | 29 // via ADL. Overloads for primitive types are provided by this library. 586 /// attempts to call a \see hash_value overload (via ADL) for the type. For
|
/freebsd/contrib/llvm-project/libcxx/include/__iterator/ |
H A D | iter_move.h | 42 …// NOLINTNEXTLINE(libcpp-robust-against-adl) iter_swap ADL calls should only be made through range… in requires() 61 …// NOLINTBEGIN(libcpp-robust-against-adl) iter_move ADL calls should only be made through ranges::… 68 // NOLINTEND(libcpp-robust-against-adl)
|
H A D | iter_swap.h | 46 …// NOLINTNEXTLINE(libcpp-robust-against-adl) iter_swap ADL calls should only be made through range… in requires() 56 …// NOLINTBEGIN(libcpp-robust-against-adl) iter_swap ADL calls should only be made through ranges::… 63 // NOLINTEND(libcpp-robust-against-adl)
|
H A D | aliasing_iterator.h | 121 // This is required to avoid ADL instantiations on _BaseT
|
/freebsd/contrib/llvm-project/libcxx/include/__compare/ |
H A D | partial_order.h | 34 // NOLINTBEGIN(libcpp-robust-against-adl) partial_order should use ADL, but only here 42 // NOLINTEND(libcpp-robust-against-adl)
|
H A D | weak_order.h | 36 // NOLINTBEGIN(libcpp-robust-against-adl) weak_order should use ADL, but only here 44 // NOLINTEND(libcpp-robust-against-adl)
|
H A D | strong_order.h | 43 // NOLINTBEGIN(libcpp-robust-against-adl) strong_order should use ADL, but only here 51 // NOLINTEND(libcpp-robust-against-adl)
|
/freebsd/sys/contrib/device-tree/Bindings/leds/ |
H A D | leds-cpcap.txt | 11 * "motorola,cpcap-led-adl" (Aux Display Lighting)
|
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | motorola-cpcap-mapphone.dtsi | 137 led_adl: led-adl { 138 compatible = "motorola,cpcap-led-adl";
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/ |
H A D | Lookup.h | 31 /// This does not perform a full C++ lookup so ADL will not work.
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | TemplateKinds.h | 48 /// anyway. In C++20, this is mandatory in order to parse ADL-only function
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | CycleAnalysis.cpp | 11 #include "llvm/IR/CFG.h" // for successors found by ADL in GenericCycleImpl.h
|
/freebsd/contrib/llvm-project/libcxx/include/__system_error/ |
H A D | error_condition.h | 45 // Those cause ADL to trigger but they are not viable candidates,
|
H A D | error_code.h | 38 // Those cause ADL to trigger but they are not viable candidates,
|
/freebsd/sys/contrib/device-tree/Bindings/display/mediatek/ |
H A D | mediatek,ethdr.yaml | 20 one video backend and a mixer. ETHDR has two DMA function blocks, DS and ADL.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Errc.h | 13 // * std::errc is a namespace in some implementations. That means that ADL
|
H A D | FormatVariadicDetails.h | 77 // Test if raw_ostream& << T -> raw_ostream& is findable via ADL.
|
H A D | JSON.h | 223 /// - serializable things: types with toJSON(const T&)->Value, found by ADL 254 /// The convention is to have a deserializer function findable via ADL: 365 // Serializable types: with a toJSON(const T&)->Value function, found by ADL.
|
/freebsd/contrib/googletest/googletest/include/gtest/ |
H A D | gtest-printers.h | 218 // relying on ADL to pick up user-defined << for their pointer 229 // types). Thus, the two operator<< calls in StreamPrinter will find only ADL 241 // ADL (possibly involving implicit conversions). 246 // Call streaming operator found by ADL, possibly with implicit conversions
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | TemplateName.h | 226 /// that will be found by ADL. 286 /// template-name in order to permit a call via ADL.
|
/freebsd/sys/x86/pci/ |
H A D | pci_early_quirks.h | 543 /* ADL-S */ 554 /* ADL-P */ 575 /* ADL-N */
|
/freebsd/sys/dev/e1000/ |
H A D | if_em.c | 271 "Intel(R) I219-LM ADL(16)"), 273 "Intel(R) I219-V ADL(16)"), 275 "Intel(R) I219-LM ADL(17)"), 277 "Intel(R) I219-V ADL(17)"), 283 "Intel(R) I219-LM ADL(19)"), 285 "Intel(R) I219-V ADL(19)"),
|