Searched refs:using (Results 1 - 25 of 1153) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math_forward_declares.h197 using ::abs;
198 using ::acos;
199 using ::acosh;
200 using ::asin;
201 using ::asinh;
202 using ::atan;
203 using ::atan2;
204 using ::atanh;
205 using ::cbrt;
206 using
[all...]
H A D__clang_cuda_cmath.h24 // with 'using' statements. Then this file implements those functions, after
28 // them into namespace std with using statements, as opposed to simply declaring
326 using ::acos;
327 using ::acosh;
328 using ::asin;
329 using ::asinh;
330 using ::atan;
331 using ::atan2;
332 using ::atanh;
333 using
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DLLVM.h56 using llvm::isa;
57 using llvm::cast;
58 using llvm::dyn_cast;
59 using llvm::dyn_cast_or_null;
60 using llvm::cast_or_null;
63 using llvm::ArrayRef;
64 using llvm::MutableArrayRef;
65 using llvm::None;
66 using llvm::Optional;
67 using llv
[all...]
H A DAttrSubjectMatchRules.h26 using ParsedSubjectMatchRuleSet = llvm::DenseMap<int, SourceRange>;
H A DCommentOptions.h24 using BlockCommandNamesTy = std::vector<std::string>;
/freebsd-13-stable/contrib/llvm-project/lld/include/lld/Common/
H A DLLVM.h62 using llvm::cast;
63 using llvm::cast_or_null;
64 using llvm::dyn_cast;
65 using llvm::dyn_cast_or_null;
66 using llvm::isa;
69 using llvm::ArrayRef;
70 using llvm::MutableArrayRef;
71 using llvm::Error;
72 using llvm::ErrorOr;
73 using llv
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_interface_internal.h18 using __sanitizer::uptr;
19 using __sanitizer::s32;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessorExcludedConditionalDirectiveSkipMapping.h21 using PreprocessorSkippedRangeMapping = llvm::DenseMap<unsigned, unsigned>;
25 using ExcludedPreprocessorDirectiveSkipMapping =
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendPluginRegistry.h22 using FrontendPluginRegistry = llvm::Registry<PluginASTAction>;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/Transformer/
H A DRangeSelector.h27 using RangeSelector = MatchConsumer<CharSourceRange>;
105 using RangeSelector = transformer::RangeSelector;
107 using transformer::after;
108 using transformer::before;
109 using transformer::callArgs;
110 using transformer::charRange;
111 using transformer::elseBranch;
112 using transformer::expansion;
113 using transformer::initListElements;
114 using transforme
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DSyntheticCountsUtils.h29 using Scaled64 = ScaledNumber<uint64_t>;
30 using CGT = GraphTraits<CallGraphType>;
31 using NodeRef = typename CGT::NodeRef;
32 using EdgeRef = typename CGT::EdgeRef;
33 using SccTy = std::vector<NodeRef>;
37 using GetProfCountTy = function_ref<Optional<Scaled64>(NodeRef, EdgeRef)>;
38 using AddCountTy = function_ref<void(NodeRef, Scaled64)>;
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DEnvironment.h19 using Base = llvm::StringMap<std::string>;
41 using Base::const_iterator;
42 using Base::iterator;
43 using Base::value_type;
45 using Base::begin;
46 using Base::clear;
47 using Base::count;
48 using Base::empty;
49 using Base::end;
50 using Bas
[all...]
/freebsd-13-stable/contrib/ncurses/
H A Dmk-hdr.awk44 using = 1
48 using = 0
50 using = 1
52 using = 1
54 using = 0
61 if (using && NF != 0) {
H A Dmk-2nd.awk33 # Generate compile-rules for the modules that we are using in libraries or
58 using = 0
61 using = 0
63 using = 1
65 if (using == 0) {
78 using = 1
91 && using != 0) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDAGDeltaAlgorithm.h18 /// directed acyclic graphs using a predicate function.
42 using change_ty = unsigned;
43 using edge_ty = std::pair<change_ty, change_ty>;
46 using changeset_ty = std::set<change_ty>;
47 using changesetlist_ty = std::vector<changeset_ty>;
H A Dilist_iterator.h25 using value_type = typename OptionsT::value_type;
26 using pointer = typename OptionsT::pointer;
27 using reference = typename OptionsT::reference;
28 using node_pointer = ilist_node_impl<OptionsT> *;
29 using node_reference = ilist_node_impl<OptionsT> &;
32 using value_type = const typename OptionsT::value_type;
33 using pointer = typename OptionsT::const_pointer;
34 using reference = typename OptionsT::const_reference;
35 using node_pointer = const ilist_node_impl<OptionsT> *;
36 using node_referenc
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/
H A DToolExecutorPluginRegistry.h18 using ToolExecutorPluginRegistry = llvm::Registry<ToolExecutorPlugin>;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanDominatorTree.h26 using VPDominatorTree = DomTreeBase<VPBlockBase>;
28 using VPDomTreeNode = DomTreeNodeBase<VPBlockBase>;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h27 using SizeClassMap = DefaultSizeClassMap;
36 template <class A> using TSDRegistryT = TSDRegistryExT<A>; // Exclusive
40 using SizeClassMap = AndroidSizeClassMap;
53 using TSDRegistryT = TSDRegistrySharedT<A, 2U>; // Shared, max 2 TSDs.
57 using SizeClassMap = SvelteSizeClassMap;
67 using TSDRegistryT = TSDRegistrySharedT<A, 1U>; // Shared, only 1 TSD.
76 using TSDRegistryT = TSDRegistrySharedT<A, 8U>; // Shared, max 8 TSDs.
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeBreakpointList.h23 using HardwareBreakpointMap = std::map<lldb::addr_t, HardwareBreakpoint>;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTImporterLookupTable.h53 using DeclList = llvm::SmallSetVector<NamedDecl *, 2>;
54 using NameMap = llvm::SmallDenseMap<DeclarationName, DeclList, 4>;
55 using DCMap = llvm::DenseMap<DeclContext *, NameMap>;
66 using LookupResult = DeclList;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DMain.h21 /// Perform the action using Records, and write output to OS.
23 using TableGenMainFn = bool (raw_ostream &OS, RecordKeeper &Records);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/XRay/
H A DTrace.h48 using RecordVector = std::vector<XRayRecord>;
56 using size_type = RecordVector::size_type;
57 using value_type = RecordVector::value_type;
58 using const_iterator = RecordVector::const_iterator;
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DPrimType.h42 template <> struct PrimConv<PT_Sint8> { using T = Integral<8, true>; };
43 template <> struct PrimConv<PT_Uint8> { using T = Integral<8, false>; };
44 template <> struct PrimConv<PT_Sint16> { using T = Integral<16, true>; };
45 template <> struct PrimConv<PT_Uint16> { using T = Integral<16, false>; };
46 template <> struct PrimConv<PT_Sint32> { using T = Integral<32, true>; };
47 template <> struct PrimConv<PT_Uint32> { using T = Integral<32, false>; };
48 template <> struct PrimConv<PT_Sint64> { using T = Integral<64, true>; };
49 template <> struct PrimConv<PT_Uint64> { using T = Integral<64, false>; };
50 template <> struct PrimConv<PT_Bool> { using T = Boolean; };
51 template <> struct PrimConv<PT_Ptr> { using
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/utils/TableGen/
H A DLLDBTableGenBackends.h27 using llvm::raw_ostream;
28 using llvm::RecordKeeper;

Completed in 144 milliseconds

1234567891011>>