Home
last modified time | relevance | path

Searched defs:IsMutable (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DImmutableSet.h216 bool IsMutable : 1; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DImmutableSet.h216 bool IsMutable : 1; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DImmutableSet.h216 bool IsMutable : 1; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DImmutableSet.h216 bool IsMutable : 1; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DImmutableSet.h216 bool IsMutable : 1; variable
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Darenastring.h163 inline bool IsMutable() const { return as_int() & kMutableBit; } in IsMutable() function
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Darenastring.h163 inline bool IsMutable() const { return as_int() & kMutableBit; } in IsMutable() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DImmutableSet.h228 bool IsMutable : 1; variable
/aosp_15_r20/external/llvm/include/llvm/ADT/
H A DImmutableSet.h228 unsigned IsMutable : 1; variable
/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_alias_analysis.cpp652 TEST(WriteTrackingTest, IsMutable) { in TEST() argument
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp5719 bool IsMutable = Field && Field->isMutable(); in shouldDeleteForClassSubobject() local