OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Conversions
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Overload.h
83
/// of
conversions
will (as always) be indexed by argument, so will be
103
/// match with the table titled '
Conversions
' in [over.ics.scs] and are listed
121
/// Qualification
conversions
(C++ [conv.qual])
133
/// Integral
conversions
(C++ [conv.integral])
136
/// Floating point
conversions
(C++ [conv.double]
139
/// Complex
conversions
(C99 6.3.1.6)
142
/// Floating-integral
conversions
(C++ [conv.fpint])
145
/// Pointer
conversions
(C++ [conv.ptr])
148
/// Pointer-to-member
conversions
(C++ [conv.mem])
151
/// Boolean
conversions
(C++ [conv.bool]
[
all
...]
Sema.h
771
/// we won't know until all lvalue-to-rvalue and discarded value
conversions
3391
Conversions
,
3527
/// Emits a note for one of the candidate
conversions
.
3654
ConversionSequenceList &
Conversions
, bool SuppressUserConversions,
6608
/// any implicit
conversions
such as an lvalue-to-rvalue conversion if
8365
/// Checking non-dependent argument
conversions
failed.
11261
/// syntactically ignored, perform any
conversions
that are
11373
// operands and then handles various
conversions
that are common to binary
11510
///
conversions
necessary to perform the assignment. If \c false,
11672
/// The
conversions
that would be performed on an lvalue of type T2 whe
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOverload.cpp
97
OverloadCandidateSet&
Conversions
,
211
/// implicit
conversions
.
229
// array-to-pointer or function-to-pointer implicit
conversions
, so
309
/// \param IgnoreFloatToIntegralConversion If true type-narrowing
conversions
443
// Such
conversions
on variables are always narrowing.
478
// Other kinds of
conversions
are not narrowings.
518
OS << "No
conversions
required";
570
new (&
conversions
()) ConversionSet();
574
conversions
().~ConversionSet();
581
new (&
conversions
()) ConversionSet(O.conversions())
[
all
...]
SemaInit.cpp
3998
const auto &
Conversions
= SourceRD->getVisibleConversionFunctions();
3999
for (auto I =
Conversions
.begin(), E =
Conversions
.end(); I != E; ++I) {
4617
const auto &
Conversions
= T2RecordDecl->getVisibleConversionFunctions();
4618
for (auto I =
Conversions
.begin(), E =
Conversions
.end(); I != E; ++I) {
4687
// other
conversions
.
4953
// Postpone address space
conversions
to after the temporary materialization
5290
const auto &
Conversions
=
5292
for (auto I =
Conversions
.begin(), E = Conversions.end(); I != E; ++I)
[
all
...]
SemaExprCXX.cpp
4240
// Casts and implicit
conversions
are not initialization, so are not
4304
// Diagnose incompatible Objective-C
conversions
5402
// well-formed, including any implicit
conversions
to the return
5411
// of the return-statement (including
conversions
to the return type)
5670
// The LHS undergoes lvalue
conversions
if this is ->*, and undergoes the
5679
// The RHS always undergoes lvalue
conversions
.
5898
// to the array-to-pointer or function-to-pointer
conversions
.
5927
// We found a match. Perform the
conversions
on the arguments and move on.
5929
LHS.get(), Best->BuiltinParamTypes[0], Best->
Conversions
[0],
5936
RHS.get(), Best->BuiltinParamTypes[1], Best->
Conversions
[1]
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclCXX.cpp
869
ASTUnresolvedSet &
Conversions
= data().
Conversions
.get(Ctx);
873
Conversions
.replace(cast<NamedDecl>(Primary->getPreviousDecl()),
876
Conversions
.addDecl(Ctx, Primary, AS);
1368
data().
Conversions
.get(Ctx).addDecl(Ctx, Shadow, Shadow->getAccess());
1617
/// Collect the visible
conversions
of a base class.
1623
/// \param ParentHiddenTypes the
conversions
provided by the inheritors
1625
/// \param Output the set to which to add
conversions
from non-virtual bases
1626
/// \param VOutput the set to which to add
conversions
from virtual bases
1627
/// \param HiddenVBaseCs the set of
conversions
which were hidden in
[
all
...]
/src/external/lgpl3/gmp/dist/doc/
configuration
351
** Function argument
conversions
362
Conversions
between int and long aren't warned about by gcc when
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclCXX.h
316
LazyASTUnresolvedSet
Conversions
;
1076
return data().
Conversions
.get(getASTContext()).begin();
1080
return data().
Conversions
.get(getASTContext()).end();
2618
/// used for user-defined
conversions
.
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/
time.d
37
$(BOOKTABLE
Conversions
,
3435
Generic way of converting between two time units.
Conversions
to smaller
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp
1733
Record.readUnresolvedSet(Data.
Conversions
);
ASTWriter.cpp
5561
AddUnresolvedSet(Data.
Conversions
.get(*Writer->Context));
Completed in 62 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026