OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Converter
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
xray-stacks.cpp
115
: FormatAdapter<XRayRecord>(std::move(record)),
Converter
(&conv) {}
119
Converter
->SymbolOrNumber(Item.FuncId), Item.TId,
136
const FuncIdConversionHelper *
Converter
;
584
void printSingleStack(raw_ostream &OS, FuncIdConversionHelper &
Converter
,
594
OS <<
Converter
.SymbolOrNumber(lineage.back()->FuncId) << ";";
673
const FuncIdConversionHelper &
Converter
) {
678
format_xray_record(Record,
Converter
)));
681
format_xray_record(Record,
Converter
)));
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOverload.cpp
5891
Sema::ContextualImplicitConverter &
Converter
,
5894
if (
Converter
.Suppress)
5897
Converter
.diagnoseAmbiguous(SemaRef, Loc, T) << From->getSourceRange();
5902
Converter
.noteAmbiguous(SemaRef, Conv, ConvTy);
5909
Sema::ContextualImplicitConverter &
Converter
,
5912
if (ExplicitConversions.size() == 1 && !
Converter
.Suppress) {
5923
Converter
.diagnoseExplicitConv(SemaRef, Loc, T, ConvTy)
5928
Converter
.noteExplicitConv(SemaRef, Conversion, ConvTy);
5950
Sema::ContextualImplicitConverter &
Converter
,
5958
if (!
Converter
.SuppressConversion)
[
all
...]
SemaExprCXX.cpp
3520
}
Converter
;
3522
Ex = PerformContextualImplicitConversion(StartLoc, Ex.get(),
Converter
);
3526
if (!
Converter
.match(Type))
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
AsmMatcherEmitter.cpp
1936
size_t MaxRowLength = 2; // minimum is custom
converter
plus terminator.
1960
CvtOS << " const uint8_t *
Converter
= ConversionTable[Kind];\n";
1978
CvtOS << " for (const uint8_t *p =
Converter
; *p; p += 2) {\n";
2009
<< " const uint8_t *
Converter
= ConversionTable[Kind];\n"
2010
<< " for (const uint8_t *p =
Converter
; *p; p += 2) {\n"
2045
// Remember this
converter
for the kind enum.
2050
// Add the
converter
row for this instruction.
2115
//
converter
driver.
2249
// Finish up the
converter
driver function.
2286
for (const auto &
Converter
: OperandConversionKinds
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/AST/
ExprConstant.cpp
6937
APValueToBufferConverter
Converter
(Info, DstSize, BCE);
6938
if (!
Converter
.visit(Src, BCE->getSubExpr()->getType()))
6940
return
Converter
.Buffer;
7154
BufferToAPValueConverter
Converter
(Info, Buffer, BCE);
7155
return
Converter
.visitType(BCE->getType(), CharUnits::fromQuantity(0));
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
3564
SourceLocation Loc, Expr *FromE, ContextualImplicitConverter &
Converter
);
Completed in 145 milliseconds
Indexes created Thu Jun 11 00:25:07 UTC 2026