/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | BranchCloneCheck.cpp | 129 llvm::SmallVector<const Stmt *, 4> Branches; check() local 213 llvm::SmallVector<SwitchBranch, 4> Branches; check() local [all...] |
/llvm-project/llvm/docs/ |
H A D | GitHub.rst | 18 Branches chapter
|
/llvm-project/clang-tools-extra/pseudo/include/clang-pseudo/ |
H A D | DirectiveTree.h |
|
/llvm-project/llvm/tools/llvm-cov/ |
H A D | CoverageExporterLcov.cpp | 82 std::vector<llvm::coverage::CountedRegion> Branches; in collectNestedBranches() local 117 std::vector<llvm::coverage::CountedRegion> Branches = in renderBranchExecutionCounts() local [all...] |
H A D | CoverageSummaryInfo.cpp | 20 sumBranches(size_t & NumBranches,size_t & CoveredBranches,const ArrayRef<CountedRegion> & Branches) sumBranches() argument
|
H A D | CodeCoverage.cpp | 330 ArrayRef<CountedRegion> Branches) { in attachBranchSubViews() argument 379 auto Branches = FunctionCoverage.getBranches(); in createFunctionView() local 402 auto Branches = FileCoverage.getBranches(); in createSourceFileView() local
|
H A D | CoverageExporterJson.cpp | 143 std::vector<llvm::coverage::CountedRegion> Branches; in collectNestedBranches() local
|
/llvm-project/llvm/lib/Target/ARC/ |
H A D | ARCBranchFinalize.cpp | 146 std::vector<MachineInstr *> Branches; in runOnMachineFunction() local
|
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | FunctionSizeCheck.cpp | 114 unsigned Branches = 0; member
|
/llvm-project/clang/unittests/Analysis/FlowSensitive/ |
H A D | LoggerTest.cpp | 15 int Branches = 0; member
|
/llvm-project/llvm/lib/ProfileData/Coverage/ |
H A D | CoverageMapping.cpp | 335 NextIDsBuilder(const ArrayRef<const CounterMappingRegion * > Branches) NextIDsBuilder() argument 362 ArrayRef<const CounterMappingRegion *> Branches; global() member in __anonbff5a1500311::MCDCRecordProcessor 393 MCDCRecordProcessor(const BitVector & Bitmap,const CounterMappingRegion & Region,ArrayRef<const CounterMappingRegion * > Branches,bool IsVersion11) MCDCRecordProcessor() argument 530 evaluateMCDCRegion(const CounterMappingRegion & Region,ArrayRef<const CounterMappingRegion * > Branches,bool IsVersion11) evaluateMCDCRegion() argument [all...] |
/llvm-project/bolt/include/bolt/Profile/ |
H A D | DataReader.h | 82 int64_t Branches; member
|
/llvm-project/bolt/lib/Profile/ |
H A D | DataAggregator.cpp | 883 SmallVector<std::pair<uint64_t, uint64_t>, 16> Branches; getFallthroughsInTrace() local 2334 const FuncBranchData &Branches = KV.second; writeBATYAML() local [all...] |
/llvm-project/llvm/lib/FuzzMutate/ |
H A D | IRMutator.cpp | 527 SmallVector<BasicBlock *, 2> Branches({Sink, BB}); in connectBlocksToSink() local
|
/llvm-project/llvm/unittests/ProfileData/ |
H A D | CoverageMappingTest.cpp | 1080 static const std::array<mcdc::ConditionIDs, 6> Branches = {{ TEST() local
|
/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyTIL.h | 1460 BasicBlock *Branches[2]; global() variable [all...] |