/external/oss-fuzz/infra/base-images/base-runner/gocoverage/gocovmerge/ |
D | gocovmerge.go | 16 func mergeProfiles(p *cover.Profile, merge *cover.Profile) { 28 func mergeProfileBlock(p *cover.Profile, pb cover.ProfileBlock, startIndex int) int { 71 func addProfile(profiles []*cover.Profile, p *cover.Profile) []*cover.Profile { 83 func dumpProfiles(profiles []*cover.Profile, out io.Writer) {
|
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | Environment.h | 44 static void Profile(llvm::FoldingSetNodeID &ID, in Profile() function 50 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function 80 static void Profile(llvm::FoldingSetNodeID& ID, const Environment* env) { in Profile() function 86 void Profile(llvm::FoldingSetNodeID& ID) const { in Profile() function
|
D | SymbolManager.h | 53 static void Profile(llvm::FoldingSetNodeID& profile, const TypedValueRegion* R) { in Profile() function 58 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() function 108 static void Profile(llvm::FoldingSetNodeID& profile, const Stmt *S, in Profile() function 119 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() function 153 static void Profile(llvm::FoldingSetNodeID& profile, SymbolRef parent, in Profile() function 160 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() function 190 static void Profile(llvm::FoldingSetNodeID& profile, const SubRegion *R) { in Profile() function 195 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() function 241 static void Profile(llvm::FoldingSetNodeID& profile, const MemRegion *R, in Profile() function 253 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() function [all …]
|
/external/crosvm/devices/src/virtio/video/ |
D | control.rs | 19 Profile(Format), enumerator 25 Profile(Vec<Profile>), enumerator 54 Profile, enumerator 62 Profile(Profile), enumerator
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | Environment.h | 44 static void Profile(llvm::FoldingSetNodeID &ID, in Profile() function 50 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function 82 static void Profile(llvm::FoldingSetNodeID& ID, const Environment* env) { in Profile() function 88 void Profile(llvm::FoldingSetNodeID& ID) const { in Profile() function
|
D | SymbolManager.h | 51 static void Profile(llvm::FoldingSetNodeID& profile, const TypedValueRegion* R) { in Profile() function 56 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() function 94 static void Profile(llvm::FoldingSetNodeID& profile, const Stmt *S, in Profile() function 105 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() function 133 static void Profile(llvm::FoldingSetNodeID& profile, SymbolRef parent, in Profile() function 140 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() function 166 static void Profile(llvm::FoldingSetNodeID& profile, const SubRegion *R) { in Profile() function 171 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() function 205 static void Profile(llvm::FoldingSetNodeID& profile, const MemRegion *R, in Profile() function 216 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() function [all …]
|
/external/llvm-project/llvm/unittests/ProfileData/ |
D | InstrProfTest.cpp | 63 auto Profile = Writer.writeBuffer(); in TEST_P() local 75 auto Profile = Writer.writeBuffer(); in TEST_P() local 93 auto Profile = Writer.writeBuffer(); in TEST_P() local 118 auto Profile = Writer.writeBuffer(); in TEST_P() local 152 auto Profile = Writer.writeBuffer(); in TEST_F() local 209 auto Profile = Writer.writeBuffer(); in TEST_F() local 250 auto Profile = Writer.writeBuffer(); in TEST_P() local 282 auto Profile = Writer.writeBuffer(); in TEST_P() local 390 auto Profile = Writer.writeBuffer(); in TEST_P() local 437 auto Profile = Writer.writeBuffer(); in TEST_P() local [all …]
|
/external/llvm/lib/IR/ |
D | AttributeImpl.h | 71 void Profile(FoldingSetNodeID &ID) const { in Profile() function 79 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind, in Profile() function 84 static void Profile(FoldingSetNodeID &ID, StringRef Kind, StringRef Values) { in Profile() function 203 void Profile(FoldingSetNodeID &ID) const { in Profile() function 206 static void Profile(FoldingSetNodeID &ID, ArrayRef<Attribute> AttrList) { in Profile() function 317 void Profile(FoldingSetNodeID &ID) const { in Profile() function 320 static void Profile(FoldingSetNodeID &ID, in Profile() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | AttributeImpl.h | 77 void Profile(FoldingSetNodeID &ID) const { in Profile() function 88 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind, in Profile() function 94 static void Profile(FoldingSetNodeID &ID, StringRef Kind, StringRef Values) { in Profile() function 99 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind, in Profile() function 224 void Profile(FoldingSetNodeID &ID) const { in Profile() function 228 static void Profile(FoldingSetNodeID &ID, ArrayRef<Attribute> AttrList) { in Profile() function
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | BugReporterVisitor.h | 170 void Profile(llvm::FoldingSetNodeID &ID) const override { in Profile() function 189 void Profile(llvm::FoldingSetNodeID &ID) const override { in Profile() function 261 void Profile(llvm::FoldingSetNodeID &ID) const override { in Profile() function 291 void Profile(llvm::FoldingSetNodeID &ID) const override { in Profile() function
|
/external/llvm/unittests/ProfileData/ |
D | InstrProfTest.cpp | 67 auto Profile = Writer.writeBuffer(); in TEST_P() local 75 auto Profile = Writer.writeBuffer(); in TEST_P() local 95 auto Profile = Writer.writeBuffer(); in TEST_P() local 122 auto Profile = Writer.writeBuffer(); in TEST_P() local 156 auto Profile = Writer.writeBuffer(); in TEST_F() local 236 auto Profile = Writer.writeBuffer(); in TEST_P() local 268 auto Profile = Writer.writeBuffer(); in TEST_P() local 379 auto Profile = Writer.writeBuffer(); in TEST_P() local 429 auto Profile = Writer.writeBuffer(); in TEST_P() local 514 auto Profile = Writer.writeBuffer(); in TEST_P() local [all …]
|
/external/llvm-project/llvm/lib/IR/ |
D | AttributeImpl.h | 76 void Profile(FoldingSetNodeID &ID) const { in Profile() function 87 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind, in Profile() function 93 static void Profile(FoldingSetNodeID &ID, StringRef Kind, StringRef Values) { in Profile() function 98 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind, in Profile() function 266 void Profile(FoldingSetNodeID &ID) const { in Profile() function 270 static void Profile(FoldingSetNodeID &ID, ArrayRef<Attribute> AttrList) { in Profile() function
|
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | BugReporterVisitors.h | 198 void Profile(llvm::FoldingSetNodeID &ID) const override { in Profile() function 221 void Profile(llvm::FoldingSetNodeID &ID) const override { in Profile() function 305 void Profile(llvm::FoldingSetNodeID &ID) const override { in Profile() function 330 void Profile(llvm::FoldingSetNodeID &ID) const override { in Profile() function
|
/external/connectedappssdk/sdk/src/main/java/com/google/android/enterprise/connectedapps/ |
D | Profile.java | 20 public final class Profile { class 35 private Profile(int legacyProfileIdentifier) { in Profile() method in Profile
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | BasicValueFactory.cpp | 31 void CompoundValData::Profile(llvm::FoldingSetNodeID& ID, QualType T, in Profile() function in CompoundValData 37 void LazyCompoundValData::Profile(llvm::FoldingSetNodeID& ID, in Profile() function in LazyCompoundValData 44 void PointerToMemberData::Profile( in Profile() function in PointerToMemberData 57 static inline void Profile(const SValData& X, llvm::FoldingSetNodeID& ID) { in Profile() function 64 static inline void Profile(const SValPair& X, llvm::FoldingSetNodeID& ID) { in Profile() function
|
D | MemRegion.cpp | 210 void MemSpaceRegion::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in MemSpaceRegion 214 void StackSpaceRegion::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in StackSpaceRegion 219 void StaticGlobalSpaceRegion::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in StaticGlobalSpaceRegion 249 void AllocaRegion::Profile(llvm::FoldingSetNodeID& ID) const { in Profile() function in AllocaRegion 253 void CompoundLiteralRegion::Profile(llvm::FoldingSetNodeID& ID) const { in Profile() function in CompoundLiteralRegion 273 void CXXThisRegion::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in CXXThisRegion 277 void FieldRegion::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in FieldRegion 289 void ObjCIvarRegion::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in ObjCIvarRegion 301 void NonParamVarRegion::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in NonParamVarRegion 313 void ParamVarRegion::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in ParamVarRegion [all …]
|
/external/llvm-project/llvm/utils/TableGen/GlobalISel/ |
D | GIMatchDagOperands.cpp | 15 void GIMatchDagOperand::Profile(FoldingSetNodeID &ID) const { in Profile() function in GIMatchDagOperand 19 void GIMatchDagOperand::Profile(FoldingSetNodeID &ID, size_t Idx, in Profile() function in GIMatchDagOperand 32 void GIMatchDagOperandList::Profile(FoldingSetNodeID &ID) const { in Profile() function in GIMatchDagOperandList
|
/external/clang/lib/AST/ |
D | TemplateName.cpp | 30 void SubstTemplateTemplateParmStorage::Profile(llvm::FoldingSetNodeID &ID) { in Profile() function in SubstTemplateTemplateParmStorage 34 void SubstTemplateTemplateParmStorage::Profile(llvm::FoldingSetNodeID &ID, in Profile() function in SubstTemplateTemplateParmStorage 41 void SubstTemplateTemplateParmPackStorage::Profile(llvm::FoldingSetNodeID &ID, in Profile() function in SubstTemplateTemplateParmPackStorage 46 void SubstTemplateTemplateParmPackStorage::Profile(llvm::FoldingSetNodeID &ID, in Profile() function in SubstTemplateTemplateParmPackStorage
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | BasicValueFactory.cpp | 23 void CompoundValData::Profile(llvm::FoldingSetNodeID& ID, QualType T, in Profile() function in CompoundValData 29 void LazyCompoundValData::Profile(llvm::FoldingSetNodeID& ID, in Profile() function in LazyCompoundValData 41 static inline void Profile(const SValData& X, llvm::FoldingSetNodeID& ID) { in Profile() function 48 static inline void Profile(const SValPair& X, llvm::FoldingSetNodeID& ID) { in Profile() function
|
/external/llvm-project/clang/lib/AST/ |
D | TemplateName.cpp | 40 void SubstTemplateTemplateParmStorage::Profile(llvm::FoldingSetNodeID &ID) { in Profile() function in SubstTemplateTemplateParmStorage 44 void SubstTemplateTemplateParmStorage::Profile(llvm::FoldingSetNodeID &ID, in Profile() function in SubstTemplateTemplateParmStorage 51 void SubstTemplateTemplateParmPackStorage::Profile(llvm::FoldingSetNodeID &ID, in Profile() function in SubstTemplateTemplateParmPackStorage 56 void SubstTemplateTemplateParmPackStorage::Profile(llvm::FoldingSetNodeID &ID, in Profile() function in SubstTemplateTemplateParmPackStorage
|
/external/llvm-project/compiler-rt/lib/xray/tests/unit/ |
D | profile_collector_test.cpp | 84 struct Profile { struct 85 int64_t CallCount; 86 int64_t CumulativeLocalTime; 87 std::vector<int32_t> Path;
|
/external/llvm-project/clang/include/clang/AST/ |
D | TemplateName.h | 330 void Profile(llvm::FoldingSetNodeID &ID) { in Profile() function 427 void Profile(llvm::FoldingSetNodeID &ID) { in Profile() function 431 static void Profile(llvm::FoldingSetNodeID &ID, NestedNameSpecifier *NNS, in Profile() function 525 void Profile(llvm::FoldingSetNodeID &ID) { in Profile() function 532 static void Profile(llvm::FoldingSetNodeID &ID, NestedNameSpecifier *NNS, in Profile() function 539 static void Profile(llvm::FoldingSetNodeID &ID, NestedNameSpecifier *NNS, in Profile() function
|
/external/clang/include/clang/AST/ |
D | TemplateName.h | 294 void Profile(llvm::FoldingSetNodeID &ID) { in Profile() function 392 void Profile(llvm::FoldingSetNodeID &ID) { in Profile() function 396 static void Profile(llvm::FoldingSetNodeID &ID, NestedNameSpecifier *NNS, in Profile() function 490 void Profile(llvm::FoldingSetNodeID &ID) { in Profile() function 497 static void Profile(llvm::FoldingSetNodeID &ID, NestedNameSpecifier *NNS, in Profile() function 504 static void Profile(llvm::FoldingSetNodeID &ID, NestedNameSpecifier *NNS, in Profile() function
|
/external/llvm/include/llvm/ADT/ |
D | ImmutableList.h | 43 static inline void Profile(FoldingSetNodeID& ID, const T& H, in Profile() function 49 void Profile(FoldingSetNodeID& ID) { in Profile() function 134 void Profile(FoldingSetNodeID& ID) const { in Profile() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | ImmutableList.h | 44 static inline void Profile(FoldingSetNodeID& ID, const T& H, in Profile() function 50 void Profile(FoldingSetNodeID& ID) { in Profile() function 143 void Profile(FoldingSetNodeID& ID) const { in Profile() function
|