HomeSort by: relevance | last modified time | path
    Searched refs:Collect (Results 1 - 12 of 12) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtObjC.cpp 20 ObjCForCollectionStmt::ObjCForCollectionStmt(Stmt *Elem, Expr *Collect,
25 SubExprs[COLLECTION] = Collect;
CXXInheritance.cpp 504 void Collect(const CXXRecordDecl *RD, bool VirtualBase,
511 void FinalOverriderCollector::Collect(const CXXRecordDecl *RD,
529 Collect(BaseDecl, false, InVirtualSubobject, Overriders);
533 // Collect all of the overridders from the base class subobject
546 // Collect may cause VirtualOverriders to reallocate, invalidating the
551 Collect(BaseDecl, true, BaseDecl, *MyVirtualOverriders);
554 Collect(BaseDecl, false, InVirtualSubobject, ComputedBaseOverriders);
644 Collector.Collect(this, false, nullptr, FinalOverriders);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
GCNSchedStrategy.h 76 Collect,
GCNSchedStrategy.cpp 306 MinOccupancy(StartingOccupancy), Stage(Collect), RegionIdx(0) {
312 if (Stage == Collect) {
433 RegOpers.collect(*MI, *TRI, MRI, ShouldTrackLaneMasks, false);
  /src/external/apache2/llvm/dist/clang/lib/Tooling/
CompilationDatabase.cpp 155 void runImpl(const driver::Action *A, bool Collect) {
156 bool CollectChildren = Collect;
163 if (Collect) {
291 // Collect only for Assemble, Backend, and Compile jobs. If we do all jobs
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtObjC.h 29 ObjCForCollectionStmt(Stmt *Elem, Expr *Collect, Stmt *Body,
  /src/external/apache2/llvm/dist/clang/lib/Lex/
Pragma.cpp 131 // TokenCollector provides the option to collect tokens that were "read"
136 bool Collect;
141 if (Collect)
147 assert(Collect && "did not collect tokens");
1404 // Collect the warning ids.
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateDeduction.cpp 740 // type, so we need to collect the pending deduced values for those packs.
747 // FIXME: Also collect the unexpanded packs in any type and template
751 auto Collect = [&](TemplateArgument Pattern) {
763 Collect(Pattern);
771 Collect(ExtraDeductions.pop_back_val());
1242 // Use a breadth-first search through the bases to collect the set of
SemaDeclCXX.cpp 220 "Shouldn't collect exceptions when throw-all is guaranteed.");
2662 /// Use small set to collect indirect bases. As this is only used
9760 // Collect the overload only if its hidden.
12537 auto Collect = [&Bases](const CXXRecordDecl *Base) {
12542 // Collect all bases. Return false if we find a dependent base.
12543 if (!cast<CXXRecordDecl>(CurContext)->forallBases(Collect))
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonISelLoweringHVX.cpp 1220 SDValue Collect =
1222 return DAG.getBitcast(ResTy, Collect);
1501 // Discard low halves of the resulting values, collect the high halves.
  /src/external/gpl3/autoconf/dist/
maint.mk 129 # Collect the names of rules starting with 'sc_'.
  /src/external/bsd/openldap/dist/
configure 1622 --enable-collect Collect overlay no|yes|mod [no]
4214 collect \
4335 # OpenLDAP --enable-collect
4337 # Check whether --enable-collect was given.
4348 as_fn_error $? "bad value $enableval for --enable-collect" "$LINENO" 5
4356 # end --enable-collect
26345 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS collect.la"
26348 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS collect.o"

Completed in 113 milliseconds