/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | DebugContainerModeling.cpp | 32 template <typename Getter> 34 Getter get) const; 77 template <typename Getter> 80 Getter get) const { in analyzerContainerDataField()
|
D | DebugIteratorModeling.cpp | 32 template <typename Getter> 34 Getter get, SVal Default) const; 80 template <typename Getter> 83 Getter get, in analyzerIteratorDataField()
|
/external/opencensus-java/api/src/main/java/io/opencensus/trace/propagation/ |
D | TextFormat.java | 146 C carrier, Getter<C> getter) throws SpanContextParseException; in extract() 157 public abstract static class Getter<C> { class in TextFormat 198 public <C /*>>> extends @NonNull Object*/> SpanContext extract(C carrier, Getter<C> getter) { in extract()
|
/external/opencensus-java/impl_core/src/jmh/java/io/opencensus/implcore/trace/propagation/ |
D | TextFormatBenchmarkBase.java | 22 import io.opencensus.trace.propagation.TextFormat.Getter; 37 private static final Getter<Map<String, String>> getter = 38 new Getter<Map<String, String>>() {
|
/external/perfetto/ui/src/frontend/ |
D | record_widgets.ts | 27 declare type Getter<T> = (cfg: RecordConfig) => T; alias 55 isEnabled: Getter<boolean>; 96 isEnabled: Getter<boolean>; 136 get: Getter<number>; 223 get: Getter<string[]>; 287 get: Getter<string>;
|
/external/clang/lib/Sema/ |
D | SemaPseudoObject.cpp | 269 ObjCMethodDecl *Getter; member in __anon023896250111::ObjCPropertyOpBuilder 278 SyntacticRefExpr(nullptr), InstanceReceiver(nullptr), Getter(nullptr), in ObjCPropertyOpBuilder() 584 } else if (Getter) { in isWeakProperty() 585 T = Getter->getReturnType(); in isWeakProperty() 594 if (Getter) return true; in findGetter() 598 if ((Getter = RefExpr->getImplicitPropertyGetter())) { in findGetter() 599 GetterSelector = Getter->getSelector(); in findGetter() 617 Getter = LookupMethodInReceiverType(S, prop->getGetterName(), RefExpr); in findGetter() 618 return (Getter != nullptr); in findGetter() 717 if (!Getter) { in buildGet() [all …]
|
D | SemaExprObjC.cpp | 1818 ObjCMethodDecl *Getter = IFace->lookupInstanceMethod(Sel); in HandleExprPropertyRefExpr() local 1821 if (!Getter) in HandleExprPropertyRefExpr() 1822 Getter = LookupMethodInQualifiedType(Sel, OPT, true); in HandleExprPropertyRefExpr() 1825 if (!Getter) in HandleExprPropertyRefExpr() 1826 Getter = IFace->lookupPrivateMethod(Sel); in HandleExprPropertyRefExpr() 1828 if (Getter) { in HandleExprPropertyRefExpr() 1830 if (DiagnoseUseOfDecl(Getter, MemberLoc)) in HandleExprPropertyRefExpr() 1870 if (Getter || Setter) { in HandleExprPropertyRefExpr() 1873 ObjCPropertyRefExpr(Getter, Setter, Context.PseudoObjectTy, VK_LValue, in HandleExprPropertyRefExpr() 1877 ObjCPropertyRefExpr(Getter, Setter, Context.PseudoObjectTy, VK_LValue, in HandleExprPropertyRefExpr() [all …]
|
/external/llvm-project/clang/include/clang/ASTMatchers/ |
D | ASTMatchersMacros.h | 367 template <typename T> struct TypeMatcher##MatcherName##Getter { \ 374 ::clang::ast_matchers::internal::TypeMatcher##MatcherName##Getter, \ 381 ::clang::ast_matchers::internal::TypeMatcher##MatcherName##Getter, \ 394 template <typename T> struct TypeMatcher##MatcherName##Getter { \ 400 ::clang::ast_matchers::internal::TypeMatcher##MatcherName##Getter, \ 407 template <typename T> struct TypeLocMatcher##MatcherName##Getter { \ 415 TypeLocMatcher##MatcherName##Getter, \ 423 ::clang::ast_matchers::internal::TypeLocMatcher##MatcherName##Getter, \ 432 template <typename T> struct TypeLocMatcher##MatcherName##Getter { \ 438 ::clang::ast_matchers::internal::TypeLocMatcher##MatcherName##Getter, \
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaPseudoObject.cpp | 268 ObjCMethodDecl *Getter; member in __anon2c7334130111::ObjCPropertyOpBuilder 278 InstanceReceiver(nullptr), Getter(nullptr), Setter(nullptr) { in ObjCPropertyOpBuilder() 589 } else if (Getter) { in isWeakProperty() 590 T = Getter->getReturnType(); in isWeakProperty() 599 if (Getter) return true; in findGetter() 603 if ((Getter = RefExpr->getImplicitPropertyGetter())) { in findGetter() 604 GetterSelector = Getter->getSelector(); in findGetter() 622 Getter = LookupMethodInReceiverType(S, prop->getGetterName(), RefExpr); in findGetter() 623 return (Getter != nullptr); in findGetter() 722 if (!Getter) { in buildGet() [all …]
|
/external/llvm/include/llvm/Support/ |
D | Registry.h | 130 GetRegistry Getter = in import() local 132 if (Getter) { in import() 137 Info *I = static_cast<Info *>(Getter()); in import()
|
/external/opencensus-java/api/src/test/java/io/opencensus/trace/propagation/ |
D | TextFormatTest.java | 22 import io.opencensus.trace.propagation.TextFormat.Getter; 66 new Getter<Object>() { in fromHeaders_NotNullGetter()
|
/external/clang/tools/libclang/ |
D | CIndexInclusionStack.cpp | 24 static void getInclusions(const SrcMgr::SLocEntry &(SourceManager::*Getter)(unsigned, bool*) const,… in getInclusions() 36 const SrcMgr::SLocEntry &SL = (SM.*Getter)(i, &Invalid); in getInclusions()
|
/external/llvm-project/clang/lib/Index/ |
D | IndexBody.cpp | 243 if (const ObjCMethodDecl *Getter = PRE->getImplicitPropertyGetter()) { in VisitObjCMessageExpr() local 247 if (Getter->isClassMethod() && in VisitObjCMessageExpr() 248 Getter->getCanonicalDecl()->findPropertyDecl()) in VisitObjCMessageExpr() 297 } else if (const ObjCMethodDecl *Getter = E->getImplicitPropertyGetter()) { in VisitObjCPropertyRefExpr() local 301 if (Getter->isClassMethod()) { in VisitObjCPropertyRefExpr() 302 if (const auto *PD = Getter->getCanonicalDecl()->findPropertyDecl()) { in VisitObjCPropertyRefExpr()
|
/external/llvm-project/clang/test/SemaCXX/ |
D | dllimport-memptr.cpp | 7 template <int (Foo::*Getter)()> struct HasValue { };
|
/external/llvm-project/clang/test/Parser/ |
D | declspec-supported.c | 8 __declspec(property(get=Getter, put=Setter)) int X;
|
D | declspec-recovery.c | 6 …__declspec(property(get=Getter, put=Setter)) int X; // expected-error{{'__declspec' attributes are…
|
/external/angle/src/libANGLE/renderer/gl/ |
D | SamplerGL.cpp | 48 template <typename Getter, typename Setter> 54 Getter getter, in SyncSamplerStateMember()
|
/external/opencensus-java/contrib/http_util/src/test/java/io/opencensus/contrib/http/util/ |
D | CloudTraceFormatTest.java | 32 import io.opencensus.trace.propagation.TextFormat.Getter; 84 private final Getter<Map<String, String>> getter = 85 new Getter<Map<String, String>>() {
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchersMacros.h | 379 template <typename T> struct TypeMatcher##MatcherName##Getter { \ 385 ::clang::ast_matchers::internal::TypeMatcher##MatcherName##Getter, \ 393 template <typename T> struct TypeLocMatcher##MatcherName##Getter { \ 399 ::clang::ast_matchers::internal::TypeLocMatcher##MatcherName##Getter, \
|
/external/dokka/core/testdata/format/ |
D | accessor.md | 7 **Getter**
|
/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/trace/propagation/ |
D | B3FormatTest.java | 31 import io.opencensus.trace.propagation.TextFormat.Getter; 61 private static final Getter<Map<String, String>> getter = 62 new Getter<Map<String, String>>() {
|
/external/llvm-project/llvm/lib/FuzzMutate/ |
D | IRMutator.cpp | 57 for (const auto &Getter : AllowedTypes) in mutateModule() local 58 Types.push_back(Getter(M.getContext())); in mutateModule()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/ |
D | IRMutator.cpp | 57 for (const auto &Getter : AllowedTypes) in mutateModule() local 58 Types.push_back(Getter(M.getContext())); in mutateModule()
|
/external/llvm-project/clang/include/clang/AST/ |
D | ExprObjC.h | 665 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in ObjCPropertyRefExpr() argument 669 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0), in ObjCPropertyRefExpr() 675 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in ObjCPropertyRefExpr() argument 680 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0), in ObjCPropertyRefExpr() 686 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in ObjCPropertyRefExpr() argument 691 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0), in ObjCPropertyRefExpr() 814 void setImplicitProperty(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in setImplicitProperty() argument 816 PropertyOrGetter.setPointer(Getter); in setImplicitProperty()
|
/external/clang/include/clang/AST/ |
D | ExprObjC.h | 596 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, 602 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0), 607 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, 612 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0), 617 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, 622 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0), 733 void setImplicitProperty(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, 735 PropertyOrGetter.setPointer(Getter);
|