Home
last modified time | relevance | path

Searched refs:explicit (Results 1 – 25 of 2093) sorted by relevance

12345678910>>...84

/llvm-project-15.0.7/clang/test/Modules/Inputs/DependsOnModule.framework/
H A Dmodule.map7 explicit module CXX {
11 explicit module NotCXX {
15 explicit module NotObjC {
19 explicit module CustomReq1 {
22 explicit module CustomReq2 {
40 explicit module CXX11 {
43 explicit module CXX14 {
46 explicit module CXX17 {
49 explicit module C99 {
52 explicit module C11 {
[all …]
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h365 explicit PublicSym32(uint32_t RecordOffset) in PublicSym32()
381 explicit RegisterSym(uint32_t RecordOffset) in RegisterSym()
396 explicit ProcRefSym(uint32_t RecordOffset) in ProcRefSym()
413 explicit LocalSym(uint32_t RecordOffset) in LocalSym()
442 explicit DefRangeSym(uint32_t RecordOffset) in DefRangeSym()
606 explicit BlockSym(uint32_t RecordOffset) in BlockSym()
629 explicit LabelSym(uint32_t RecordOffset) in LabelSym()
649 explicit ObjNameSym(uint32_t RecordOffset) in ObjNameSym()
676 explicit ExportSym(uint32_t RecordOffset) in ExportSym()
867 explicit UDTSym(uint32_t RecordOffset) in UDTSym()
[all …]
H A DTypeRecord.h49 explicit MemberAttributes(MemberAccess Access) in MemberAttributes()
121 explicit TypeRecord(TypeRecordKind Kind) : Kind(Kind) {} in TypeRecord()
133 explicit ModifierRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in ModifierRecord()
209 explicit LabelRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in LabelRecord()
389 explicit FieldListRecord(ArrayRef<uint8_t> Data) in FieldListRecord()
399 explicit ArrayRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in ArrayRecord()
419 explicit TagRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in TagRecord()
468 explicit ClassRecord(TypeRecordKind Kind) : TagRecord(Kind) {} in ClassRecord()
500 explicit UnionRecord(TypeRecordKind Kind) : TagRecord(Kind) {} in UnionRecord()
522 explicit EnumRecord(TypeRecordKind Kind) : TagRecord(Kind) {} in EnumRecord()
[all …]
/llvm-project-15.0.7/clang/lib/Headers/
H A Dmodule.modulemap11 explicit module altivec {
16 explicit module arm {
19 explicit module acle {
24 explicit module neon {
31 explicit module sve {
38 explicit module intel {
81 explicit module mmx {
85 explicit module sse {
92 explicit module sse2 {
97 explicit module sse3 {
[all …]
/llvm-project-15.0.7/libcxx/include/
H A Dstdexcept34 explicit xxx_error(const string& what_arg);
35 explicit xxx_error(const char* what_arg);
63 explicit __libcpp_refstring(const char* __msg);
84 explicit logic_error(const string&);
85 explicit logic_error(const char*);
95 explicit logic_error(const _VSTD::string&); // Symbol uses versioned std::string
96 _LIBCPP_INLINE_VISIBILITY explicit logic_error(const char* __s) : exception(__s) {}
107 explicit runtime_error(const string&);
108 explicit runtime_error(const char*);
118 explicit runtime_error(const _VSTD::string&); // Symbol uses versioned std::string
[all …]
H A Drandom216 explicit discard_block_engine(Engine&& e);
217 explicit discard_block_engine(result_type s);
269 explicit independent_bits_engine(Engine&& e);
322 explicit shuffle_order_engine(Engine&& e);
458 explicit param_type(IntType a = 0,
472 explicit uniform_int_distribution(IntType a,
521 explicit param_type(RealType a = 0,
581 explicit param_type(double p = 0.5);
699 explicit param_type(double p = 0.5);
817 explicit param_type(double mean = 1.0);
[all …]
/llvm-project-15.0.7/clang/test/ARCMT/Inputs/
H A Dmodule.map39 explicit module undef {
50 explicit module sub {
58 explicit module sub {
84 explicit module Explicit { header "redecl-merge-top-explicit.h" }
138 explicit module Sub {
149 explicit module Sub {
162 explicit module sub {
171 explicit module sub {
255 explicit module sub {
261 explicit module foo {
[all …]
/llvm-project-15.0.7/bolt/include/bolt/Passes/
H A DBinaryPasses.h159 explicit ReorderBasicBlocks(const cl::opt<bool> &PrintPass) in ReorderBasicBlocks()
172 explicit FixupBranches(const cl::opt<bool> &PrintPass) in FixupBranches()
183 explicit FinalizeFunctions(const cl::opt<bool> &PrintPass) in FinalizeFunctions()
207 explicit LowerAnnotations(const cl::opt<bool> &PrintPass) in LowerAnnotations()
326 explicit Peepholes(const cl::opt<bool> &PrintPass) in Peepholes()
367 explicit AssignSections() : BinaryFunctionPass(false) {} in AssignSections()
380 explicit PrintProfileStats(const cl::opt<bool> &PrintPass) in PrintProfileStats()
392 explicit PrintProgramStats(const cl::opt<bool> &PrintPass) in PrintProgramStats()
415 explicit StripRepRet(const cl::opt<bool> &PrintPass) in StripRepRet()
426 explicit InlineMemcpy(const cl::opt<bool> &PrintPass) in InlineMemcpy()
[all …]
/llvm-project-15.0.7/clang/test/FixIt/
H A Dformat-darwin.m39 …lues of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' in…
41 …{values of type 'SInt32' should not be used as format arguments; add an explicit cast to 'int' ins…
61 …values of type 'CFIndex' should not be used as format arguments; add an explicit cast to 'long' in…
86 …lues of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' in…
88 …lues of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' in…
94 …lues of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' in…
98 …lues of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' in…
111 …{values of type 'SInt32' should not be used as format arguments; add an explicit cast to 'int' ins…
151 …lues of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' in…
171 …{values of type 'SInt32' should not be used as format arguments; add an explicit cast to 'int' ins…
[all …]
/llvm-project-15.0.7/clang/test/Modules/Inputs/
H A Dmodule.map39 explicit module undef {
54 explicit module sub {
62 explicit module sub {
89 explicit module Explicit { header "redecl-merge-top-explicit.h" }
143 explicit module Sub {
154 explicit module Sub {
167 explicit module sub {
176 explicit module sub {
287 explicit module sub {
293 explicit module foo {
[all …]
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/google/
H A Dexplicit-constructor.rst1 .. title:: clang-tidy - google-explicit-constructor
3 google-explicit-constructor
8 operators are marked explicit to avoid the risk of unintentional implicit
29 The check will suggest inserting ``explicit`` before the constructor or
31 be explicit, as well as constructors taking a single ``initializer_list``
40 explicit S(const S&);
49 explicit S(int a);
51 explicit operator bool() const;
/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DAttribute.h49 explicit Attribute(const llvm::Record *record);
50 explicit Attribute(const llvm::DefInit *init);
123 explicit ConstantAttr(const llvm::DefInit *init);
141 explicit EnumAttrCase(const llvm::Record *record);
142 explicit EnumAttrCase(const llvm::DefInit *init);
162 explicit EnumAttr(const llvm::Record *record);
163 explicit EnumAttr(const llvm::Record &record);
164 explicit EnumAttr(const llvm::DefInit *init);
H A DPredicate.h37 explicit Pred() {} in Pred()
39 explicit Pred(const llvm::Record *record);
41 explicit Pred(const llvm::Init *init);
80 explicit CPred(const llvm::Record *record);
82 explicit CPred(const llvm::Init *init);
93 explicit CombinedPred(const llvm::Record *record);
95 explicit CombinedPred(const llvm::Init *init);
/llvm-project-15.0.7/llvm/test/MC/RISCV/
H A Dattribute-arch-invalid.s9 # CHECK: error: invalid arch name 'rv32izbe', experimental extension requires explicit version num…
12 # CHECK: error: invalid arch name 'rv32izbf', experimental extension requires explicit version numb…
15 # CHECK: error: invalid arch name 'rv32izbm', experimental extension requires explicit version numb…
18 # CHECK: error: invalid arch name 'rv32izbp', experimental extension requires explicit version numb…
21 # CHECK: error: invalid arch name 'rv32izbr', experimental extension requires explicit version numb…
24 # CHECK: error: invalid arch name 'rv32izbt', experimental extension requires explicit version numb…
27 # CHECK: error: invalid arch name 'rv32izvfh', experimental extension requires explicit version num…
/llvm-project-15.0.7/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCAsmInfo.h27 explicit X86MCAsmInfoDarwin(const Triple &Triple);
31 explicit X86_64MCAsmInfoDarwin(const Triple &Triple);
41 explicit X86ELFMCAsmInfo(const Triple &Triple);
48 explicit X86MCAsmInfoMicrosoft(const Triple &Triple);
55 explicit X86MCAsmInfoMicrosoftMASM(const Triple &Triple);
62 explicit X86MCAsmInfoGNUCOFF(const Triple &Triple);
/llvm-project-15.0.7/llvm/test/YAMLParser/
H A Dspec-10-11.test4 ? explicit key1 : explicit value,
5 ? explicit key2 : , # Explicit empty
6 ? explicit key3, # Implicit empty
7 simple key1 : explicit value,
H A Dspec-10-10.test4 ? explicit key1 : explicit value,
5 ? explicit key2 : , # Explicit empty
6 ? explicit key3, # Empty value
7 simple key1 : explicit value,
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/hicpp/
H A Dexplicit-conversions.rst1 .. title:: clang-tidy - hicpp-explicit-conversions
3 :http-equiv=refresh: 5;URL=../google/explicit-constructor.html
5 hicpp-explicit-conversions
8 This check is an alias for `google-explicit-constructor <../google/explicit-constructor.html>`_.
9 …rule/5-4-1-only-use-casting-forms-static_cast-excl-void-dynamic_cast-or-explicit-constructor-call/…
10 This check will enforce that constructors and conversion operators are marked `explicit`.
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-matchers.h248 explicit StreamMatchResultListener(::std::ostream* os) in StreamMatchResultListener()
301 explicit MatcherBase(
330 explicit Matcher() {} // NOLINT in Matcher()
337 explicit Matcher(
546 explicit Impl(const Rhs& rhs) : rhs_(rhs) {} in Impl()
569 explicit EqMatcher(const Rhs& rhs) in EqMatcher()
577 explicit NeMatcher(const Rhs& rhs) in NeMatcher()
585 explicit LtMatcher(const Rhs& rhs) in LtMatcher()
593 explicit GtMatcher(const Rhs& rhs) in GtMatcher()
601 explicit LeMatcher(const Rhs& rhs) in LeMatcher()
[all …]
/llvm-project-15.0.7/clang/include/clang/Analysis/FlowSensitive/
H A DValue.h49 explicit Value(Kind ValKind) : ValKind(ValKind) {} in Value()
82 explicit BoolValue(Kind ValueKind) : Value(ValueKind) {} in BoolValue()
97 explicit AtomicBoolValue() : BoolValue(Kind::AtomicBool) {} in AtomicBoolValue()
110 explicit ConjunctionValue(BoolValue &LeftSubVal, BoolValue &RightSubVal) in ConjunctionValue()
132 explicit DisjunctionValue(BoolValue &LeftSubVal, BoolValue &RightSubVal) in DisjunctionValue()
154 explicit NegationValue(BoolValue &SubVal) in NegationValue()
173 explicit ImplicationValue(BoolValue &LeftSubVal, BoolValue &RightSubVal) in ImplicationValue()
219 explicit IntegerValue() : Value(Kind::Integer) {} in IntegerValue()
230 explicit ReferenceValue(StorageLocation &ReferentLoc) in ReferenceValue()
246 explicit PointerValue(StorageLocation &PointeeLoc) in PointerValue()
[all …]
/llvm-project-15.0.7/libcxx/include/__memory/
H A Dcompressed_pair.h35 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR explicit __compressed_pair_elem(__default_init_tag) {} in __compressed_pair_elem()
36 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR explicit __compressed_pair_elem(__value_init_tag) : __valu… in __compressed_pair_elem()
40 explicit __compressed_pair_elem(_Up&& __u) : __value_(std::forward<_Up>(__u)) {} in __compressed_pair_elem()
45explicit __compressed_pair_elem(piecewise_construct_t, tuple<_Args...> __args, __tuple_indices<_In… in __compressed_pair_elem()
63 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR explicit __compressed_pair_elem() = default;
64 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR explicit __compressed_pair_elem(__default_init_tag) {}
65 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR explicit __compressed_pair_elem(__value_init_tag) : __valu…
69 explicit __compressed_pair_elem(_Up&& __u) : __value_type(std::forward<_Up>(__u)) {}
104 explicit __compressed_pair() : _Base1(__value_init_tag()), _Base2(__value_init_tag()) {}
108explicit __compressed_pair(_U1&& __t1, _U2&& __t2) : _Base1(std::forward<_U1>(__t1)), _Base2(std::…
[all …]
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h90 explicit SVal(const void *d, bool isLoc, unsigned ValKind) in SVal()
93 explicit SVal(BaseKind k, const void *D = nullptr) : Data(D), Kind(k) {} in Data()
96 explicit SVal() = default;
238 explicit UnknownVal() : DefinedOrUnknownSVal(UnknownValKind) {} in UnknownVal()
254 explicit DefinedSVal(const void *d, bool isLoc, unsigned ValKind) in DefinedSVal()
268 explicit NonLoc(unsigned SubKind, const void *d) in NonLoc()
284 explicit Loc(unsigned SubKind, const void *D) in Loc()
348 explicit LocAsInteger(const std::pair<SVal, uintptr_t> &data) in LocAsInteger()
405 explicit LazyCompoundVal(const LazyCompoundValData *D) in LazyCompoundVal()
477 explicit PointerToMember(const PTMDataType D) in PointerToMember()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DTwine.h173 explicit Twine(NodeKind Kind) : LHSKind(Kind) { in Twine()
178 explicit Twine(const Twine &LHS, const Twine &RHS) in Twine()
326 explicit Twine(char Val) : LHSKind(CharKind) { in Twine()
331 explicit Twine(signed char Val) : LHSKind(CharKind) { in Twine()
336 explicit Twine(unsigned char Val) : LHSKind(CharKind) { in Twine()
341 explicit Twine(unsigned Val) : LHSKind(DecUIKind) { in Twine()
346 explicit Twine(int Val) : LHSKind(DecIKind) { in Twine()
351 explicit Twine(const unsigned long &Val) : LHSKind(DecULKind) { in Twine()
356 explicit Twine(const long &Val) : LHSKind(DecLKind) { in Twine()
361 explicit Twine(const unsigned long long &Val) : LHSKind(DecULLKind) { in Twine()
[all …]
/llvm-project-15.0.7/libcxx/test/support/
H A Darchetypes.h67 explicit TestBase(int x) noexcept : value(x) { in TestBase()
75 explicit TestBase(int, int y) noexcept : value(y) { in TestBase()
107 explicit TestBase(TestBase && o) noexcept : value(o.value) { in TestBase()
144 explicit constexpr ValueBase(int x) : value(x) {} in ValueBase()
148 explicit constexpr ValueBase(int, int y) : value(y) {} in ValueBase()
204 explicit constexpr TrivialValueBase(int x) : value(x) {} in TrivialValueBase()
208 explicit constexpr TrivialValueBase(int, int y) : value(y) {} in TrivialValueBase()
233 #define DEFINE_EXPLICIT explicit
293 #define DEFINE_EXPLICIT explicit
337 #define DEFINE_EXPLICIT explicit
[all …]
/llvm-project-15.0.7/clang/test/SemaObjCXX/
H A Darc-objc-lifetime.mm19 …(__bridge CFStringRef) (__strong NSString *)CFBridgingRelease(); // expected-error {{explicit owne…
22 …f) (__autoreleasing PNSString) CFBridgingRelease(); // expected-error {{explicit ownership qualifi…
26 … (typeof(__strong NSString *)) CFBridgingRelease(); // expected-error {{explicit ownership qualifi…
50 …-warning {{method parameter of type 'NSObject<P> *__autoreleasing &' with no explicit ownership}} \
51 …// expected-warning {{method parameter of type '__autoreleasing id<P> &' with no explicit ownershi…
53 …ted-warning {{method parameter of type 'NSObject *__autoreleasing *' with no explicit ownership}} \
54 … // expected-warning {{method parameter of type '__autoreleasing id *' with no explicit ownership}}
56 …eter of type '__autoreleasing T &' (aka 'void (^__autoreleasing &)()') with no explicit ownership}}

12345678910>>...84