Home
last modified time | relevance | path

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

/external/intel-media-driver/media_common/agnostic/common/heap_manager/
Dmemory_block.h135 bool IsStatic() { return m_static; } in IsStatic() function
459 bool IsStatic() { return m_static; } in IsStatic() function
/external/tensorflow/tensorflow/compiler/xla/
Dshape_test.cc113 TEST_F(ShapeTest, IsStatic) { in TEST_F() argument
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dutils.h273 bool IsStatic() const { in IsStatic() function
/external/pigweed/pw_bluetooth_sapphire/host/common/
Ddevice_address_test.cc188 TEST(DeviceAddressTest, IsStatic) { in TEST() argument
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Demangle/
DMicrosoftDemangleNodes.cpp594 bool IsStatic = true; in output() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
DMicrosoftDemangleNodes.cpp588 bool IsStatic = true; in output() local
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/LogicalView/Core/
DLVElement.h90 IsStatic, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFEmitter.cpp566 bool IsStatic = STType == SymtabType::Static; in initSymtabSectionHeader() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
DELFEmitter.cpp975 bool IsStatic = STType == SymtabType::Static; in initSymtabSectionHeader() local
/external/clang/lib/Driver/
DTools.cpp6859 bool IsStatic = Args.hasArg(options::OPT_static); in constructHexagonLinkArgs() local
9581 const bool IsStatic = in ConstructJob() local
/external/clang/lib/Sema/
DSemaType.cpp6256 void Sema::adjustMemberFunctionCC(QualType &T, bool IsStatic, bool IsCtorOrDtor, in adjustMemberFunctionCC()