/external/syzkaller/vendor/golang.org/x/net/idna/ |
D | idna.go | 171 type Profile struct { struct 172 options 199 func (p *Profile) ToASCII(s string) (string, error) { 207 func (p *Profile) ToUnicode(s string) (string, error) { 215 func (p *Profile) String() string { 301 func (p *Profile) process(s string, toASCII bool) (string, error) { 392 func normalize(p *Profile, s string) (mapped string, isBidi bool, err error) { 401 func validateRegistration(p *Profile, s string) (idem string, bidi bool, err error) { 440 func validateAndMap(p *Profile, s string) (vm string, bidi bool, err error) { 566 func (p *Profile) simplify(cat category) category { [all …]
|
/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 …]
|
D | DynamicTypeInfo.h | 40 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ProfileData/ |
D | InstrProfTest.cpp | 62 auto Profile = Writer.writeBuffer(); in TEST_P() local 74 auto Profile = Writer.writeBuffer(); in TEST_P() local 92 auto Profile = Writer.writeBuffer(); in TEST_P() local 117 auto Profile = Writer.writeBuffer(); in TEST_P() local 151 auto Profile = Writer.writeBuffer(); in TEST_F() local 208 auto Profile = Writer.writeBuffer(); in TEST_F() local 249 auto Profile = Writer.writeBuffer(); in TEST_P() local 281 auto Profile = Writer.writeBuffer(); in TEST_P() local 389 auto Profile = Writer.writeBuffer(); in TEST_P() local 436 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/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/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | AttributeImpl.h | 73 void Profile(FoldingSetNodeID &ID) const { in Profile() function 82 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind, in Profile() function 88 static void Profile(FoldingSetNodeID &ID, StringRef Kind, StringRef Values) { in Profile() function 199 void Profile(FoldingSetNodeID &ID) const { in Profile() function 203 static void Profile(FoldingSetNodeID &ID, ArrayRef<Attribute> AttrList) { 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/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
|
D | MemRegion.cpp | 244 void MemSpaceRegion::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in MemSpaceRegion 248 void StackSpaceRegion::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in StackSpaceRegion 253 void StaticGlobalSpaceRegion::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in StaticGlobalSpaceRegion 283 void AllocaRegion::Profile(llvm::FoldingSetNodeID& ID) const { in Profile() function in AllocaRegion 287 void CompoundLiteralRegion::Profile(llvm::FoldingSetNodeID& ID) const { in Profile() function in CompoundLiteralRegion 307 void CXXThisRegion::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in CXXThisRegion 324 void DeclRegion::Profile(llvm::FoldingSetNodeID& ID) const { in Profile() function in DeclRegion 328 void VarRegion::Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function in VarRegion 339 void SymbolicRegion::Profile(llvm::FoldingSetNodeID& ID) const { in Profile() function in SymbolicRegion 352 void ElementRegion::Profile(llvm::FoldingSetNodeID& ID) const { in Profile() function in ElementRegion [all …]
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | APSInt.cpp | 20 void APSInt::Profile(FoldingSetNodeID& ID) const { in Profile() function in APSInt
|
/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/swiftshader/third_party/llvm-7.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 137 void Profile(FoldingSetNodeID& ID) const { in Profile() function
|
D | ImmutableMap.h | 55 static inline void Profile(FoldingSetNodeID& ID, value_type_ref V) { in Profile() function 246 static inline void Profile(FoldingSetNodeID& ID, const ImmutableMap& M) { in Profile() function 250 inline void Profile(FoldingSetNodeID& ID) const { in Profile() function 406 static inline void Profile(FoldingSetNodeID &ID, const ImmutableMapRef &M) { in Profile() function 410 inline void Profile(FoldingSetNodeID &ID) const { return Profile(ID, *this); } 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
|
D | ImmutableMap.h | 52 static inline void Profile(FoldingSetNodeID& ID, value_type_ref V) { in Profile() function 240 static inline void Profile(FoldingSetNodeID& ID, const ImmutableMap& M) { in Profile() function 244 inline void Profile(FoldingSetNodeID& ID) const { in Profile() function 399 static inline void Profile(FoldingSetNodeID &ID, const ImmutableMapRef &M) { in Profile() function 403 inline void Profile(FoldingSetNodeID &ID) const { return Profile(ID, *this); } in Profile() function
|
/external/swiftshader/third_party/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 135 void Profile(FoldingSetNodeID& ID) const { in Profile() function
|
D | ImmutableMap.h | 52 static inline void Profile(FoldingSetNodeID& ID, value_type_ref V) { in Profile() function 254 static inline void Profile(FoldingSetNodeID& ID, const ImmutableMap& M) { in Profile() function 258 inline void Profile(FoldingSetNodeID& ID) const { in Profile() function 407 static inline void Profile(FoldingSetNodeID& ID, const ImmutableMapRef &M) { in Profile() function 411 inline void Profile(FoldingSetNodeID& ID) const { in Profile() function
|
/external/javasqlite/src/main/java/SQLite/ |
D | Profile.java | 7 public interface Profile { interface
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | APSInt.cpp | 40 void APSInt::Profile(FoldingSetNodeID& ID) const { in Profile() function in APSInt
|
/external/llvm/lib/Support/ |
D | APSInt.cpp | 40 void APSInt::Profile(FoldingSetNodeID& ID) const { in Profile() function in APSInt
|
/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
D | MPITypes.h | 34 void Profile(llvm::FoldingSetNodeID &Id) const { in Profile() function
|
/external/antlr/runtime/Ruby/lib/antlr3/ |
D | profile.rb | 36 module Profile module 96 Profile = Struct.new( constant 107 class Profile class
|