Home
last modified time | relevance | path

Searched refs:Polymorphic (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPointerArithChecker.cpp50 const MemRegion *getArrayRegion(const MemRegion *Region, bool &Polymorphic,
118 bool &Polymorphic, in getArrayRegion() argument
124 Polymorphic = true; in getArrayRegion()
/freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp1800 for (bool Polymorphic : {false, true}) { in EmitHeader()
1801 if (Polymorphic && !Int.polymorphic()) in EmitHeader()
1803 if (!Polymorphic && Int.polymorphicOnly()) in EmitHeader()
1823 Polymorphic ? Int.shortName() : Int.fullName(); in EmitHeader()
1888 << (Polymorphic ? "__overloadable__, " : "") in EmitHeader()
2059 for (bool Polymorphic : {false, true}) { in EmitHeader()
2060 if (Polymorphic && !Int.polymorphic()) in EmitHeader()
2062 if (!Polymorphic && Int.polymorphicOnly()) in EmitHeader()
2071 "__arm_" + (Polymorphic ? Int.shortName() : Int.fullName()); in EmitHeader()
2088 << (Polymorphic ? "__overloadable__, " : "") in EmitHeader()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp77 Aggregate(true), PlainOldData(true), Empty(true), Polymorphic(false), in DefinitionData()
277 data().Polymorphic = true; in setBases()
734 data().Polymorphic = true; in addedMember()
2006 if (data().Abstract || isInvalidDecl() || !data().Polymorphic || in mayBeAbstract()
H A DExprConstant.cpp5518 AccessKinds AK, bool Polymorphic) { in checkDynamicType() argument
5538 } else if (Polymorphic) { in checkDynamicType()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DCXXRecordDeclDefinitionBits.def57 FIELD(Polymorphic, 1, NO_MERGE)
H A DDeclCXX.h556 return data().Polymorphic || data().NumVBases != 0; in isDynamicClass()
1159 bool isPolymorphic() const { return data().Polymorphic; } in isPolymorphic()
/freebsd-13.1/contrib/googletest/googlemock/docs/
H A DCookBook.md3155 ## Writing New Polymorphic Matchers ##
3565 ## Writing New Polymorphic Actions ##