OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Impl
(Results
1 - 25
of
47
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Signposts.h
29
std::unique_ptr<SignpostEmitterImpl>
Impl
;
CrashRecoveryContext.h
47
void *
Impl
= nullptr;
BinaryByteStream.h
237
:
Impl
(std::move(Buffer), Endian) {}
240
return
Impl
.getEndian();
245
return
Impl
.readBytes(Offset, Size, Buffer);
250
return
Impl
.readLongestContiguousChunk(Offset, Buffer);
253
uint32_t getLength() override { return
Impl
.getLength(); }
256
return
Impl
.writeBytes(Offset, Data);
259
Error commit() override { return
Impl
.commit(); }
262
uint8_t *getBufferStart() const { return
Impl
.getBufferStart(); }
265
uint8_t *getBufferEnd() const { return
Impl
.getBufferEnd(); }
268
StreamImpl
Impl
;
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/MIRParser/
MIRParser.h
38
std::unique_ptr<MIRParserImpl>
Impl
;
41
MIRParser(std::unique_ptr<MIRParserImpl>
Impl
);
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ParentMap.h
21
void*
Impl
;
ASTUnresolvedSet.h
94
mutable ASTUnresolvedSet
Impl
;
100
if (
Impl
.Decls.isLazy())
102
return
Impl
;
105
void reserve(ASTContext &C, unsigned N) {
Impl
.reserve(C, N); }
108
assert(
Impl
.empty() ||
Impl
.Decls.isLazy());
109
Impl
.Decls.setLazy(true);
110
Impl
.addDecl(C, reinterpret_cast<NamedDecl *>(ID << 2), AS);
Mangle.h
290
std::unique_ptr<Implementation>
Impl
;
/src/external/apache2/llvm/dist/llvm/include/llvm/WindowsManifest/
WindowsManifestMerger.h
60
std::unique_ptr<WindowsManifestMergerImpl>
Impl
;
/src/external/apache2/llvm/dist/llvm/lib/Remarks/
RemarkStringTable.cpp
42
auto
Impl
= [&](StringRef &S) { S = add(S).second; };
43
Impl
(R.PassName);
44
Impl
(R.RemarkName);
45
Impl
(R.FunctionName);
47
Impl
(R.Loc->SourceFilePath);
49
Impl
(Arg.Key);
50
Impl
(Arg.Val);
52
Impl
(Arg.Loc->SourceFilePath);
/src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_log_interface.cc
42
XRayLogImpl
Impl
;
66
XRayLogImpl
Impl
) XRAY_NEVER_INSTRUMENT {
67
if (
Impl
.flush_log == nullptr ||
Impl
.handle_arg0 == nullptr ||
68
Impl
.log_finalize == nullptr ||
Impl
.log_init == nullptr)
80
NewModeImpl->
Impl
=
Impl
;
91
CurrentXRayImpl = it->
Impl
;
93
__xray_set_handler(it->
Impl
.handle_arg0)
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
RuntimeDyldChecker.h
179
std::unique_ptr<RuntimeDyldCheckerImpl>
Impl
;
/src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
Magic.h
21
enum
Impl
{
58
file_magic(
Impl
V) : V(V) {}
59
operator
Impl
() const { return V; }
62
Impl
V = unknown;
/src/external/apache2/llvm/dist/clang/lib/Frontend/
ChainedIncludesSource.cpp
61
:
Impl
(std::move(CIs)), FinalReader(std::move(FinalReader)) {}
62
ChainedIncludesSourceImpl
Impl
;
75
MultiplexExternalSemaSource(
Impl
, *this->FinalReader) {}
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LowerAtomic.cpp
164
auto PA =
Impl
.run(F, DummyFAM);
169
LowerAtomicPass
Impl
;
SpeculativeExecution.cpp
111
Impl
(OnlyIfDivergentTarget) {}
127
SpeculativeExecutionPass
Impl
;
149
return
Impl
.runImpl(F, TTI);
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
RangedConstraintManager.h
31
Range(const llvm::APSInt &From, const llvm::APSInt &To) :
Impl
(&From, &To) {
40
const llvm::APSInt &From() const { return *
Impl
.first; }
41
const llvm::APSInt &To() const { return *
Impl
.second; }
56
bool operator==(const Range &RHS) const { return
Impl
== RHS.
Impl
; }
60
std::pair<const llvm::APSInt *, const llvm::APSInt *>
Impl
;
109
UnderlyingType
Impl
;
114
const_iterator begin() const { return
Impl
->begin(); }
115
const_iterator end() const { return
Impl
->end(); }
116
size_t size() const { return
Impl
->size();
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
Internals.h
52
void *
Impl
; // TransformActionsImpl.
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Bitfields.h
154
///
Impl
is where Bifield description and Storage are put together to interact
156
template <typename Bitfield, typename StorageType> struct
Impl
{
234
template <typename, typename> friend struct bitfields_details::
Impl
;
255
using I = bitfields_details::
Impl
<Bitfield, StorageType>;
263
using I = bitfields_details::
Impl
<Bitfield, StorageType>;
271
using I = bitfields_details::
Impl
<Bitfield, StorageType>;
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/Utils/
TFUtils.h
205
EvaluationResult(std::unique_ptr<EvaluationResultImpl>
Impl
);
206
std::unique_ptr<EvaluationResultImpl>
Impl
;
235
bool isValid() const { return !!
Impl
; }
239
std::unique_ptr<TFModelEvaluatorImpl>
Impl
;
/src/external/apache2/llvm/dist/llvm/include/llvm/Testing/Support/
SupportHelpers.h
69
new
Impl
<T>(::testing::SafeMatcherCast<T>(ValueMatcher)));
73
class
Impl
: public ::testing::MatcherInterface<const llvm::Optional<T> &> {
75
explicit
Impl
(const ::testing::Matcher<T> &ValueMatcher)
/src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
CodeViewYAMLSymbols.cpp
609
auto
Impl
= std::make_shared<SymbolType>(Symbol.kind());
610
if (auto EC =
Impl
->fromCodeViewSymbol(Symbol))
612
Result.Symbol =
Impl
;
CodeViewYAMLTypes.cpp
480
auto
Impl
= std::make_shared<MemberRecordImpl<T>>(K);
481
Impl
->Record = Record;
482
Records.push_back(MemberRecord{
Impl
});
677
auto
Impl
= std::make_shared<LeafRecordImpl<T>>(Type.kind());
678
if (auto EC =
Impl
->fromCodeViewRecord(Type))
680
Result.Leaf =
Impl
;
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
CrossDSOCFI.cpp
170
CrossDSOCFI
Impl
;
171
bool Changed =
Impl
.runOnModule(M);
/src/external/apache2/llvm/dist/clang/lib/Analysis/
CalledOnceCheck.cpp
436
NamesCollector
Impl
;
437
Impl
.TraverseStmt(const_cast<Expr *>(From));
438
return
Impl
.Result;
/src/external/apache2/llvm/dist/llvm/lib/Support/
ItaniumManglingCanonicalizer.cpp
212
struct ItaniumManglingCanonicalizer::
Impl
{
216
ItaniumManglingCanonicalizer::ItaniumManglingCanonicalizer() : P(new
Impl
) {}
Completed in 48 milliseconds
1
2
Indexes created Fri May 01 00:23:41 UTC 2026