Home
last modified time | relevance | path

Searched refs:getProperty (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/llvm/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp234 cast_or_null<BoolValue>(OptionalVal->getProperty("has_value")); in getHasValue()
286 if (auto *ValueProp = OptionalVal.getProperty("value")) { in maybeInitializeOptionalValueMember()
325 if (OptionalVal->getProperty("has_value") == nullptr) { in initializeOptionalReference()
335 cast_or_null<BoolValue>(OptionalVal.getProperty("has_value")); in isEmptyOptional()
344 cast_or_null<BoolValue>(OptionalVal.getProperty("has_value")); in isNonEmptyOptional()
780 auto *Prop = OptionalVal->getProperty("has_value"); in diagnoseUnwrapCall()
886 cast_or_null<BoolValue>(Prev.getProperty("has_value"))) { in widen()
891 cast_or_null<BoolValue>(Current.getProperty("has_value"))) { in widen()
/openbsd/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/
H A DValue.h65 Value *getProperty(llvm::StringRef Name) const { in getProperty() function
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DScopeInfo.h291 const NamedDecl *getProperty() const { return Property; } in getProperty() function
/openbsd/gnu/llvm/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1400 Base = Profile.getProperty(); in diagnoseRepeatedUseOfWeak()
1471 const NamedDecl *KeyProp = Key.getProperty(); in diagnoseRepeatedUseOfWeak()
H A DSemaObjCProperty.cpp115 if (ObjCPropertyDecl *ProtoProp = Proto->getProperty( in CheckPropertyAgainstProtocol()
234 if (ObjCPropertyDecl *SuperProp = Super->getProperty( in ActOnProperty()
/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dgcj.texi371 using the @code{java.lang.System.getProperty} method.
826 be retrieved at runtime using the @code{java.lang.System.getProperty}
2000 @code{java.lang.System.getProperty()} method.
/openbsd/gnu/llvm/clang/lib/AST/
H A DDeclObjC.cpp235 ObjCPropertyDecl *ObjCContainerDecl::getProperty(const IdentifierInfo *Id, in getProperty() function in ObjCContainerDecl
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDeclObjC.h1071 ObjCPropertyDecl *getProperty(const IdentifierInfo *Id,
/openbsd/gnu/gcc/gcc/doc/
H A Dgcj.info1137 runtime using the `java.lang.System.getProperty' method.
1733 `java.lang.System.getProperty' method.
2993 calling the `java.lang.System.getProperty()' method.