OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Ints
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
IntrinsicEmitter.cpp
42
void EmitEnumInfo(const CodeGenIntrinsicTable &
Ints
, raw_ostream &OS);
43
void EmitTargetInfo(const CodeGenIntrinsicTable &
Ints
, raw_ostream &OS);
44
void EmitIntrinsicToNameTable(const CodeGenIntrinsicTable &
Ints
,
46
void EmitIntrinsicToOverloadTable(const CodeGenIntrinsicTable &
Ints
,
48
void EmitGenerator(const CodeGenIntrinsicTable &
Ints
, raw_ostream &OS);
49
void EmitAttributes(const CodeGenIntrinsicTable &
Ints
, raw_ostream &OS);
50
void EmitIntrinsicToBuiltinMap(const CodeGenIntrinsicTable &
Ints
, bool IsGCC,
62
CodeGenIntrinsicTable
Ints
(Records);
66
EmitEnumInfo(
Ints
, OS);
69
EmitTargetInfo(
Ints
, OS)
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/AST/
MicrosoftCXXABI.cpp
250
unsigned
Ints
= 0;
254
Ints
= 1;
257
Ints
++;
259
Ints
++;
261
Ints
++;
262
return std::make_pair(Ptrs,
Ints
);
267
// The nominal struct is laid out with pointers followed by
ints
and aligned
273
unsigned Ptrs,
Ints
;
274
std::tie(Ptrs,
Ints
) = getMSMemberPointerSlots(MPT);
277
MPI.Width = Ptrs * PtrSize +
Ints
* IntSize
[
all
...]
/src/external/apache2/llvm/dist/llvm/tools/sancov/
sancov.cpp
222
std::set<uint64_t> *
Ints
) {
225
std::copy(S, E, std::inserter(*
Ints
,
Ints
->end()));
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGNonTrivialStruct.cpp
324
template <size_t N, size_t...
Ints
>
325
static std::array<Address, N> getParamAddrs(std::index_sequence<
Ints
...> IntSeq,
330
Address(CGF->Builder.CreateLoad(CGF->GetAddrOfLocalVar(Args[
Ints
])),
331
Alignments[
Ints
])...}};
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
AMDGPUBaseInfo.cpp
876
std::pair<int, int>
Ints
= Default;
878
if (Strs.first.trim().getAsInteger(0,
Ints
.first)) {
882
if (Strs.second.trim().getAsInteger(0,
Ints
.second)) {
889
return
Ints
;
/src/external/apache2/llvm/dist/llvm/lib/TableGen/
Record.cpp
2552
std::vector<int64_t>
Ints
;
2555
Ints
.push_back(II->getValue());
2559
"' exists but does not have a list of
ints
value: " +
2562
return
Ints
;
Completed in 21 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026