Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dshape_test.cc113 TEST_F(ShapeTest, IsStatic) { in TEST_F() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
DMicrosoftDemangleNodes.cpp588 bool IsStatic = true; in output() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFEmitter.cpp566 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()