Home
last modified time | relevance | path

Searched defs:IsDependent (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dcontrol_dependence.h162 bool IsDependent(uint32_t a, uint32_t b) const { in IsDependent() function
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dcontrol_dependence.h162 bool IsDependent(uint32_t a, uint32_t b) const { in IsDependent() function
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dcontrol_dependence.h162 bool IsDependent(uint32_t a, uint32_t b) const { in IsDependent() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DExprConcepts.h212 void setDependent(bool IsDependent) { Dependent = IsDependent; } in setDependent()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DExprConcepts.h212 void setDependent(bool IsDependent) { Dependent = IsDependent; } in setDependent()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DExprConcepts.h212 void setDependent(bool IsDependent) { Dependent = IsDependent; } in setDependent()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DExprConcepts.h212 void setDependent(bool IsDependent) { Dependent = IsDependent; } in setDependent()
/aosp_15_r20/external/clang/lib/Serialization/
H A DASTReader.cpp5452 bool IsDependent = Deduced.isNull() ? Record[Idx++] : false; in readTypeRecord() local
5462 bool IsDependent = Record[Idx++]; in readTypeRecord() local
5476 bool IsDependent = Record[Idx++]; in readTypeRecord() local
5645 bool IsDependent = Record[Idx++]; in readTypeRecord() local
/aosp_15_r20/external/clang/lib/Parse/
H A DParseDeclCXX.cpp1735 bool IsDependent = false; in ParseClassSpecifier() local
H A DParseDecl.cpp4081 bool IsDependent = false; in ParseEnumSpecifier() local
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp3710 bool IsDependent = BaseType->isDependentType(); in CodeCompleteMemberReferenceExpr() local
H A DSemaTemplate.cpp7612 bool IsDependent = false; in ActOnExplicitInstantiation() local
H A DSemaDecl.cpp12263 bool &OwnedDecl, bool &IsDependent, in ActOnTag()
H A DSemaDeclCXX.cpp12545 bool IsDependent = false; in ActOnTemplatedFriendTag() local