OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Init
(Results
1 - 25
of
378
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
ios_base_init.h
5
// If the target supports
init
priorities, set up a static object in the
12
static ios_base::
Init
__ioinit __attribute__((init_priority(90)));
ios_init.cc
78
ios_base::
Init
::
Init
()
116
// streams are not re-initialized with uses of ios_base::
Init
118
// ios_base::
Init
objects.
123
ios_base::
Init
::~
Init
()
154
bool __ret = ios_base::
Init
::_S_synced_with_stdio;
161
ios_base::
Init
__init;
163
ios_base::
Init
::_S_synced_with_stdio = __sync;
/src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
Record.h
271
class
Init
{
328
explicit
Init
(InitKind K, uint8_t Opc = 0) : Kind(K), Opc(Opc) {}
331
Init
(const
Init
&) = delete;
332
Init
&operator=(const
Init
&) = delete;
333
virtual ~
Init
() = default;
359
virtual
Init
*getCastTo(RecTy *Ty) const = 0;
364
virtual
Init
*convertInitializerTo(RecTy *Ty) const = 0;
368
/// returning them as a new \p
Init
of type \p bits. If it is not lega
[
all
...]
Error.h
51
void CheckAssert(SMLoc Loc,
Init
*Condition,
Init
*Message);
SetTheory.h
61
class
Init
;
127
void evaluate(
Init
*Expr, RecSet &Elts, ArrayRef<SMLoc> Loc);
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
CRC.h
34
//
Init
: FFFFFFFF
43
// N.B. We permit flexibility of the "
Init
" value. Some consumers of this need
47
JamCRC(uint32_t
Init
= 0xFFFFFFFFU) : CRC(
Init
) {}
/src/external/apache2/llvm/dist/llvm/lib/TableGen/
TGParser.h
32
Init
*Value;
34
LetRecord(StringInit *N, ArrayRef<unsigned> B,
Init
*V, SMLoc L)
65
Init
*ListValue;
70
ForeachLoop(SMLoc Loc, VarInit *IVar,
Init
*LValue)
77
SmallVector<
Init
*, 16> Elements;
82
std::map<std::string,
Init
*, std::less<>> vars;
96
Init
*getVar(StringRef Name) const {
113
void addVar(StringRef Name,
Init
*I) {
198
bool SetValue(Record *TheRec, SMLoc Loc,
Init
*ValName,
199
ArrayRef<unsigned> BitList,
Init
*V
[
all
...]
Record.cpp
280
void
Init
::anchor() {}
283
LLVM_DUMP_METHOD void
Init
::dump() const { return print(errs()); }
291
Init
*UnsetInit::getCastTo(RecTy *Ty) const {
295
Init
*UnsetInit::convertInitializerTo(RecTy *Ty) const {
306
Init
*BitInit::convertInitializerTo(RecTy *Ty) const {
323
ProfileBitsInit(FoldingSetNodeID &ID, ArrayRef<
Init
*> Range) {
326
for (
Init
*I : Range)
330
BitsInit *BitsInit::get(ArrayRef<
Init
*> Range) {
340
void *Mem = Allocator.Allocate(totalSizeToAlloc<
Init
*>(Range.size()),
344
I->getTrailingObjects<
Init
*>());
[
all
...]
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_stack_trace.h
28
void
Init
(const uptr *pcs, uptr cnt, uptr extra_top_pc = 0);
/src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_stack_trace.h
27
void
Init
(const uptr *pcs, uptr cnt, uptr extra_top_pc = 0);
/src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_stack_trace.h
27
void
Init
(const uptr *pcs, uptr cnt, uptr extra_top_pc = 0);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
GlobalSplit.cpp
48
auto *
Init
= dyn_cast_or_null<ConstantStruct>(GV.getInitializer());
49
if (!
Init
)
72
const StructLayout *SL = DL.getStructLayout(
Init
->getType());
76
std::vector<GlobalVariable *> SplitGlobals(
Init
->getNumOperands());
77
for (unsigned I = 0; I !=
Init
->getNumOperands(); ++I) {
80
new GlobalVariable(*GV.getParent(),
Init
->getOperand(I)->getType(),
82
Init
->getOperand(I), GV.getName() + "." + utostr(I));
86
unsigned SplitEnd = (I ==
Init
->getNumOperands() - 1)
ElimAvailExtern.cpp
41
Constant *
Init
= GV.getInitializer();
43
if (isSafeToDestroyConstant(
Init
))
44
Init
->destroyConstant();
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
TokenLexer.h
111
Init
(Tok, ILEnd, MI, ActualArgs);
120
Init
(TokArray, NumToks, DisableExpansion, ownsTokens, isReinject);
131
void
Init
(Token &Tok, SourceLocation ELEnd, MacroInfo *MI,
139
void
Init
(const Token *TokArray, unsigned NumToks, bool DisableMacroExpansion,
/src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
ios_init.cc
78
ios_base::
Init
::
Init
()
116
// streams are not re-initialized with uses of ios_base::
Init
118
// ios_base::
Init
objects.
123
ios_base::
Init
::~
Init
()
154
bool __ret = ios_base::
Init
::_S_synced_with_stdio;
161
ios_base::
Init
__init;
163
ios_base::
Init
::_S_synced_with_stdio = __sync;
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_combined.h
38
primary_.
Init
(release_to_os_interval_ms);
42
void
Init
(s32 release_to_os_interval_ms) {
43
stats_.
Init
();
44
primary_.
Init
(release_to_os_interval_ms);
45
secondary_.
Init
();
162
cache->
Init
(&stats_);
/src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_allocator_combined.h
34
primary_.
Init
(release_to_os_interval_ms);
38
void
Init
(s32 release_to_os_interval_ms, uptr heap_start = 0) {
39
stats_.
Init
();
40
primary_.
Init
(release_to_os_interval_ms, heap_start);
41
secondary_.
Init
();
156
cache->
Init
(&stats_);
/src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_allocator_combined.h
34
primary_.
Init
(release_to_os_interval_ms, heap_start);
38
void
Init
(s32 release_to_os_interval_ms, uptr heap_start = 0) {
39
stats_.
Init
();
40
primary_.
Init
(release_to_os_interval_ms, heap_start);
41
secondary_.
Init
();
156
cache->
Init
(&stats_);
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerDataFlowTrace.h
41
void
Init
(const std::string &DirPath, const std::string &FocusFunction);
/src/external/apache2/llvm/dist/clang/include/clang/AST/
GlobalDecl.h
59
void
Init
(const Decl *D) {
69
GlobalDecl(const VarDecl *D) {
Init
(D);}
73
Init
(D);
82
GlobalDecl(const NamedDecl *D) {
Init
(D); }
83
GlobalDecl(const BlockDecl *D) {
Init
(D); }
84
GlobalDecl(const CapturedDecl *D) {
Init
(D); }
85
GlobalDecl(const ObjCMethodDecl *D) {
Init
(D); }
86
GlobalDecl(const OMPDeclareReductionDecl *D) {
Init
(D); }
87
GlobalDecl(const OMPDeclareMapperDecl *D) {
Init
(D); }
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenMapTable.cpp
84
typedef std::map<std::vector<
Init
*>, std::vector<Record*> > RowInstrMapTy;
134
for (
Init
*I : ColValList->getValues()) {
232
std::vector<
Init
*> KeyValue;
234
for (
Init
*RowField : RowFields->getValues()) {
240
Init
*CurInstrVal = RecVal->getValue();
304
std::vector<
Init
*> KeyValue;
307
for (
Init
*RowField : RowFields->getValues()) {
308
Init
*KeyInstrVal = KeyInstr->getValue(RowField)->getValue();
325
Init
*ColFieldJ = ColFields->getElement(j);
326
Init
*CurInstrInit = CurInstr->getValue(ColFieldJ)->getValue()
[
all
...]
/src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_thread.cc
44
void MsanThread::
Init
() {
68
Init
();
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
shldisp.d
19
HRESULT
Init
(HWND, IUnknown, LPCOLESTR, LPCOLESTR);
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
VarBypassDetector.cpp
20
void VarBypassDetector::
Init
(const Stmt *Body) {
43
if (const Expr *
Init
= VD->getInit())
44
return BuildScopeInformation(
Init
, ParentScope);
70
if (const Stmt *
Init
= cast<SwitchStmt>(S)->getInit()) {
71
if (!BuildScopeInformation(
Init
, ParentScope))
/src/external/apache2/llvm/dist/libcxx/src/
iostream.cpp
80
_LIBCPP_HIDDEN ios_base::
Init
__start_std_streams _LIBCPP_INIT_PRIORITY_MAX;
150
ios_base::
Init
::
Init
()
155
ios_base::
Init
::~
Init
()
Completed in 41 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Tue Feb 24 08:35:24 UTC 2026