| /src/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtObjC.cpp | 20 ObjCForCollectionStmt::ObjCForCollectionStmt(Stmt *Elem, Expr *Collect, in ObjCForCollectionStmt() argument 25 SubExprs[COLLECTION] = Collect; in ObjCForCollectionStmt()
|
| H A D | CXXInheritance.cpp | 504 void Collect(const CXXRecordDecl *RD, bool VirtualBase, 511 void FinalOverriderCollector::Collect(const CXXRecordDecl *RD, in Collect() function in FinalOverriderCollector 529 Collect(BaseDecl, false, InVirtualSubobject, Overriders); in Collect() 551 Collect(BaseDecl, true, BaseDecl, *MyVirtualOverriders); in Collect() 554 Collect(BaseDecl, false, InVirtualSubobject, ComputedBaseOverriders); in Collect() 644 Collector.Collect(this, false, nullptr, FinalOverriders); in getFinalOverriders()
|
| /src/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | CompilationDatabase.cpp | 155 void runImpl(const driver::Action *A, bool Collect) { in runImpl() 156 bool CollectChildren = Collect; in runImpl() 164 if (Collect) { in runImpl()
|
| /src/crypto/openssl/doc/designs/quic-design/ |
| H A D | rx-depacketizer.md | 33 1. [Collect information for the ACK Manager](#collect-information-for-the-ack-manager) 75 ### Collect information for the [ACK manager]
|
| /src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtObjC.h | 29 ObjCForCollectionStmt(Stmt *Elem, Expr *Collect, Stmt *Body,
|
| /src/contrib/llvm-project/clang/lib/Lex/ |
| H A D | Pragma.cpp | 137 bool Collect; member 142 if (Collect) in lex() 148 assert(Collect && "did not collect tokens"); in revert()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ComplexDeinterleavingPass.cpp | 987 auto Collect = [&Flags](Instruction *Insn, std::vector<Product> &Muls, in identifyReassocNodes() local 1071 if (!Collect(Real, RealMuls, RealAddends) || in identifyReassocNodes() 1072 !Collect(Imag, ImagMuls, ImagAddends)) in identifyReassocNodes()
|
| /src/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 293 CODEGENOPT(SanitizeCoverageControlFlow, 1, 0) ///< Collect control flow 302 CODEGENOPT(SanitizeStats , 1, 0) ///< Collect statistics for sanitizers.
|
| /src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVRegisterInfo.td | 394 // Collect the valid indexes into 'R' under NF and LMUL values from TUPLE_INDEX.
|
| /src/contrib/googletest/docs/reference/ |
| H A D | mocking.md | 211 // Collect all expectations of InitElement() calls
|
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateDeduction.cpp | 901 auto Collect = [&](TemplateArgument Pattern) { in addPacks() local 913 Collect(Pattern); in addPacks() 921 Collect(ExtraDeductions.pop_back_val()); in addPacks()
|
| H A D | SemaDeclCXX.cpp | 13335 auto Collect = [&Bases](const CXXRecordDecl *Base) { in CheckUsingDeclQualifier() local 13341 if (!cast<CXXRecordDecl>(CurContext)->forallBases(Collect)) in CheckUsingDeclQualifier()
|
| /src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLoweringHVX.cpp | 1560 SDValue Collect = in compressHvxPred() local 1562 return DAG.getBitcast(ResTy, Collect); in compressHvxPred()
|
| /src/sys/contrib/zstd/ |
| H A D | CHANGELOG | 163 misc: Collect all of zstd's libc dependencies into zstd_deps.h
|
| /src/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 7287 HelpText<"Collect control flow of function">,
|