/freebsd/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()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | StmtObjC.h | 29 ObjCForCollectionStmt(Stmt *Elem, Expr *Collect, Stmt *Body,
|
/freebsd/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()
|
/freebsd/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()
|
/freebsd/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.
|
/freebsd/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.
|
/freebsd/contrib/googletest/docs/reference/ |
H A D | mocking.md | 211 // Collect all expectations of InitElement() calls
|
/freebsd/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 | 10253 // Collect the overload only if its hidden. in operator ()() 13335 auto Collect = [&Bases](const CXXRecordDecl *Base) { in CheckUsingDeclQualifier() local 13340 // Collect all bases. Return false if we find a dependent base. in CheckUsingDeclQualifier() 13341 if (!cast<CXXRecordDecl>(CurContext)->forallBases(Collect)) in CheckUsingDeclQualifier()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLoweringHVX.cpp | 1560 SDValue Collect = in compressHvxPred() 1562 return DAG.getBitcast(ResTy, Collect); in compressHvxPred() 1561 SDValue Collect = compressHvxPred() local
|
/freebsd/sys/contrib/zstd/ |
H A D | CHANGELOG | 163 misc: Collect all of zstd's libc dependencies into zstd_deps.h
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 7287 HelpText<"Collect control flow of function">,
|