OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Vars
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
BTFDebug.h
183
std::vector<std::tuple<uint32_t, const MCSymbol *, uint32_t>>
Vars
;
188
return BTFTypeBase::getSize() + BTF::BTFDataSecVarSize *
Vars
.size();
191
Vars
.push_back(std::make_tuple(Id, Sym, Size));
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntimeGPU.cpp
164
// /* globalized
vars
*/[WarSize] align (max(decl_align,
166
// /* globalized
vars
*/ for EscapedDeclsForTeams
311
ArrayRef<const Expr *>
Vars
;
313
Vars
= PC->getVarRefs();
315
Vars
= PC->getVarRefs();
318
for (const auto *E :
Vars
) {
1603
llvm::SmallVectorImpl<const ValueDecl *> &
Vars
) {
1621
Vars
.push_back(getPrivateItem(E));
1628
llvm::SmallVectorImpl<const ValueDecl *> &
Vars
) {
1633
Vars
.push_back(getPrivateItem(E))
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp
1004
auto
Vars
= DU->getScopeVariables().lookup(Scope);
1005
for (auto &DV :
Vars
.Args)
1009
auto Locals = sortLocalVars(
Vars
.Locals);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
VarLocBasedImpl.cpp
775
auto &
Vars
= Loc2Vars[Location];
777
{Location, static_cast<LocIndex::u32_index_t>(
Vars
.size())});
778
Vars
.push_back(VL);
833
/// two different maps (
Vars
/EntryValuesBackupVars), so erase/insert
837
/// we perform the operation on the
Vars
.
842
SmallDenseMap<DebugVariable, LocIndices, 8>
Vars
;
882
Vars
.clear();
888
assert(
Vars
.empty() == EntryValuesBackupVars.empty() &&
889
Vars
.empty() == VarLocs.empty() &&
1038
/// location, erase the variable from the
Vars
set
[
all
...]
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenSchedule.cpp
575
RecVec
Vars
= RWDef->getValueAsListOfDefs("Variants");
576
for (Record *Variant :
Vars
) {
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseOpenMP.cpp
743
SmallVectorImpl<Expr *> *
Vars
= &Uniforms;
745
Vars
= &Aligneds;
748
Vars
= &Linears;
753
getOpenMPClauseKind(ClauseName), *
Vars
, Data))
3719
SmallVectorImpl<Expr *> &
Vars
,
3962
Vars
.push_back(VarExpr.get());
4006
return (Kind != OMPC_depend && Kind != OMPC_map &&
Vars
.empty()) ||
4071
SmallVector<Expr *, 4>
Vars
;
4074
if (ParseOpenMPVarList(DKind, Kind,
Vars
, Data))
4081
Kind,
Vars
, Data.DepModOrTailExpr, Locs, Data.ColonLoc
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Analysis/
CFG.cpp
256
return &Scope->
Vars
[VarIter - 1];
262
return Scope->
Vars
[0];
305
AutomaticVarsTy
Vars
;
314
: ctx(std::move(ctx)),
Vars
(this->ctx, 4), Prev(P) {}
317
const_iterator begin() const { return const_iterator(*this,
Vars
.size()); }
320
Vars
.push_back(VD, ctx);
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp
3233
SmallVector<Expr *, 5>
Vars
;
3237
Vars
.push_back(Var);
3241
SemaRef.CheckOMPThreadPrivateDecl(D->getLocation(),
Vars
);
3250
SmallVector<Expr *, 5>
Vars
;
3254
Vars
.push_back(Var);
3269
D->getLocation(),
Vars
, Clauses, Owner);
TreeTransform.h
9492
llvm::SmallVector<Expr *, 16>
Vars
;
9493
Vars
.reserve(C->varlist_size());
9498
Vars
.push_back(EVar.get());
9501
Vars
, C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc());
9507
llvm::SmallVector<Expr *, 16>
Vars
;
9508
Vars
.reserve(C->varlist_size());
9513
Vars
.push_back(EVar.get());
9516
Vars
, C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc());
9522
llvm::SmallVector<Expr *, 16>
Vars
;
9523
Vars
.reserve(C->varlist_size())
[
all
...]
Completed in 101 milliseconds
Indexes created Thu Jun 11 00:25:07 UTC 2026